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

20327 : Vera++ Compliance (no more noeol)

parent 5dc21983
Branches
Tags
No related merge requests found
<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">
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.soleil</groupId>
<artifactId>super-pom-C-CPP</artifactId>
<groupId>fr.soleil</groupId>
<version>RELEASE</version>
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>DSL4Agilent-${aol}-${library}-${mode}</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>nar</packaging>
<name>DSL4Agilent</name>
<description>Agilent/Acqiris Digitizers Support Library</description>
<developers>
<developer>
<id>leclercq</id>
<name>Nicolas Leclercq</name>
<email>nicolas.leclercq@synchrotron-soleil.fr
</email>
<email>nicolas.leclercq@synchrotron-soleil.fr</email>
<url>http://controle/</url>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr
</organizationUrl>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>1</timezone>
</developer>
</developers>
<scm>
<connection>${scm.connection.cvs.tango-ds}:InputOutput/Digitizer/DigitizerSupportLib</connection>
<developerConnection>${scm.developerConnection.cvs.tango-ds}:InputOutput/Digitizer/DigitizerSupportLib</developerConnection>
<url>${scm.url.cvs.tango-ds}/InputOutput/Digitizer/DigitizerSupportLib</url>
</scm>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>com.agilent</groupId>
<artifactId>AcqirisDeviceDriver-x86-Windows-msvc-shared-release</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
......@@ -69,8 +45,6 @@
<includePath>include</includePath>
</includePaths>
<defines>
<!--<define>_SIMULATION_</define>-->
<!--<define>_DEBUG</define>-->
<define>_AGILENT_SUPPORT_</define>
</defines>
</cpp>
......@@ -78,5 +52,18 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
</dependency>
<dependency>
<groupId>com.agilent</groupId>
<artifactId>AcqirisDeviceDriver-x86-Windows-msvc-shared-release</artifactId>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment