Skip to content
Snippets Groups Projects
Select Git revision
  • 5b0aa9382e7c404e58ad011152c9f8e95f443242
  • stable default protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • prepare-0.9.0
  • Resisitve_wall_eff_radius_yokoya
  • develop protected
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
26 results

beamloading.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 2.23 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
       <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>fr.soleil</groupId>
           <artifactId>super-pom-C-CPP-device</artifactId>
           <version>RELEASE</version>
       </parent>
       <groupId>fr.soleil.device</groupId>
       <artifactId>TangoSnmp-${aol}-${mode}</artifactId>
       <version>1.1.3</version>
       <packaging>nar</packaging>
       <name>TangoSnmp</name>
       <description>TangoSnmp device</description>
       <build>
           <plugins>
               <plugin>
                   <groupId>org.freehep</groupId>
                   <artifactId>freehep-nar-plugin</artifactId>
          <configuration>
    		   <linker>
    		   <libs>
    		   <lib>
    	   <name>netsnmp</name>
    		   <type>shared</type>
    		     <directory>/usr/lib</directory>
    		       </lib>
    		       </libs>
    		       </linker>
    <cpp>
    <options>
    <!--option>-D_SIMULATION_</option-->
    <!--option>NETSNMP_WITH_OPAQUE_SPECIAL_TYPES</option-->
    </options>
    </cpp>
    		   </configuration>
    
               </plugin>
           </plugins>
       </build>
    
       <dependencies>
    
                    <dependency>
                        <groupId>fr.soleil.lib</groupId>
                        <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
                    </dependency>
    
    
       </dependencies>
    
       <scm>
           <connection>${scm.connection.svn.tango-ds}/DeviceClasses/Communication/snmp/trunk</connection>
           <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Communication/snmp/trunk</developerConnection>
           <url>${scm.connection.svn.tango-ds}/DeviceClasses/Communication/snmp/trunk</url>
       </scm>
    
       <developers>
           <developer>
               <id>saint-andre</id>
               <name>saint-andre</name>
               <url>http://controle/</url>
               <organization>Synchrotron Soleil</organization>
               <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
               <roles>
                   <role>manager</role>
               </roles>
               <timezone>1</timezone>
           </developer>
       </developers>
    </project>