Skip to content
Snippets Groups Projects
Commit 11e154bb authored by Vincent Hardion's avatar Vincent Hardion
Browse files

Close-Migration

parent 97b44a7c
Branches
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
<modelVersion>4.0.0</modelVersion> 4.0.0
</modelVersion>
<parent> <parent>
<groupId>fr.soleil</groupId> <groupId>
<artifactId>super-pom-C-CPP-device</artifactId> fr.soleil
<version>RELEASE</version> </groupId>
<artifactId>
super-pom-C-CPP-device
</artifactId>
<version>
RELEASE
</version>
</parent> </parent>
<groupId>
<groupId>fr.soleil.device</groupId> fr.soleil.device
<artifactId>SingleShotDIO-${aol}-${mode}</artifactId> </groupId>
<version>1.0.1-SNAPSHOT</version> <artifactId>
SingleShotDIO-${aol}-${mode}
<packaging>nar</packaging> </artifactId>
<name>SingleShotDIO</name> <!-- use for the name of executable --> <version>
<description>SingleShotDIO device</description> 1.0.0
</version>
<packaging>
nar
</packaging>
<name>
SingleShotDIO
</name>
<description>
SingleShotDIO device
</description>
<properties> <properties>
<D2KDASK_ROOT>${env.D2KDASK_ROOT}</D2KDASK_ROOT> <D2KDASK_ROOT>
<PCISDASK_ROOT>${env.PCISDASK_ROOT}</PCISDASK_ROOT> ${env.D2KDASK_ROOT}
</D2KDASK_ROOT>
<PCISDASK_ROOT>
${env.PCISDASK_ROOT}
</PCISDASK_ROOT>
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.freehep</groupId> <groupId>
<artifactId>freehep-nar-plugin</artifactId> org.freehep
</groupId>
<artifactId>
freehep-nar-plugin
</artifactId>
<configuration> <configuration>
<os>Windows</os> <os>
Windows
</os>
<cpp> <cpp>
<systemIncludePaths> <systemIncludePaths>
<systemIncludePath>${D2KDASK_ROOT}/Include</systemIncludePath> <systemIncludePath>
<systemIncludePath>${PCISDASK_ROOT}/Include</systemIncludePath> ${D2KDASK_ROOT}/Include
</systemIncludePath>
<systemIncludePath>
${PCISDASK_ROOT}/Include
</systemIncludePath>
</systemIncludePaths> </systemIncludePaths>
</cpp> </cpp>
<linker> <linker>
<libs> <libs>
<lib> <lib>
<name>D2k-Dask</name> <name>
<type>shared</type> D2k-Dask
<directory>${D2KDASK_ROOT}/Lib</directory> </name>
<type>
shared
</type>
<directory>
${D2KDASK_ROOT}/Lib
</directory>
</lib> </lib>
<lib> <lib>
<name>PCI-Dask</name> <name>
<type>shared</type> PCI-Dask
<directory>${PCISDASK_ROOT}/Lib</directory> </name>
<type>
shared
</type>
<directory>
${PCISDASK_ROOT}/Lib
</directory>
</lib> </lib>
</libs> </libs>
</linker> </linker>
...@@ -51,33 +92,60 @@ ...@@ -51,33 +92,60 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>edu.wustl.cse</groupId> <groupId>
<artifactId>ACE-${aol}-shared-${mode}</artifactId> edu.wustl.cse
</groupId>
<artifactId>
ACE-${aol}-shared-${mode}
</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>
<artifactId>ASL-${aol}-shared-${mode}</artifactId> fr.soleil.lib
</groupId>
<artifactId>
ASL-${aol}-shared-${mode}
</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<scm> <scm>
<connection>${scm.connection.cvs.tango-ds}:InputOutput/ADLINK/SingleShotDIO</connection> <connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutput/ADLINK/SingleShotDIO</developerConnection> ${scm.connection.cvs.tango-ds}:InputOutput/ADLINK/SingleShotDIO
<url>${scm.url.cvs.tango-ds}/InputOutput/ADLINK/SingleShotDIO</url> </connection>
<developerConnection>
${scm.developerConnection.cvs.tango-ds}:InputOutput/ADLINK/SingleShotDIO
</developerConnection>
<url>
${scm.url.cvs.tango-ds}/InputOutput/ADLINK/SingleShotDIO
</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
<id>abeille</id> <id>
<name>abeille</name> abeille
<url>http://controle/</url> </id>
<organization>Synchrotron Soleil</organization> <name>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> abeille
</name>
<url>
http://controle/
</url>
<organization>
Synchrotron Soleil
</organization>
<organizationUrl>
http://www.synchrotron-soleil.fr
</organizationUrl>
<roles> <roles>
<role>manager</role> <role>
manager
</role>
</roles> </roles>
<timezone>1</timezone> <timezone>
1
</timezone>
</developer> </developer>
</developers> </developers>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment