Skip to content
Snippets Groups Projects
Select Git revision
  • 2acca3a20973fb0cfd5f07bb810a627bcdcae025
  • main default protected
  • hotfix
  • fixes
  • 2.4.4
  • 2.4.3
  • 2.4.2
  • 2.4.1
  • 2.4
  • 2.3
  • 2.2
  • 2.1
  • 2.0
  • 1.0
14 results

__init__.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 2.03 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>FrequencyDivisor-${aol}-${mode}</artifactId>
       <version>1.0.10-SNAPSHOT</version>
       
       <packaging>nar</packaging>
       <name>FrequencyDivisor</name>
       <description>FrequencyDivisor device</description>
       
       <build>
           <plugins>
               <plugin>
                   <groupId>org.freehep</groupId>
                   <artifactId>freehep-nar-plugin</artifactId>
               </plugin>
           </plugins>
       </build>
       
       <dependencies>
           <dependency>
               <groupId>fr.soleil.lib</groupId>
               <artifactId>NI660Xsl-${aol}-${library}-${mode}</artifactId>
           </dependency>
           <dependency>
               <groupId>com.ni</groupId>
               <artifactId>NIDAQmx-${aol}-shared-${mode}</artifactId>
               <version>8.7.1</version>
           </dependency>
       </dependencies>
       <scm>
           <connection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/FrequencyDivisor/trunk</connection>
           <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/FrequencyDivisor/trunk</developerConnection>
           <url>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/FrequencyDivisor/trunk</url>
       </scm>
       <developers>
           <developer>
               <id>abeille</id>
               <name>abeille</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>