Select Git revision
__init__.py
-
BRONES Romain authored
* For now, import pythontools only give access to core features. This will change in the future.
BRONES Romain authored* For now, import pythontools only give access to core features. This will change in the future.
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>