Select Git revision
N_PhotoVoltaique.cpp
-
Xavier ELATTAOUI authored
range values ordered set_range added
Xavier ELATTAOUI authoredrange values ordered set_range added
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 1.56 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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>super-pom-C-CPP-device</artifactId>
<groupId>fr.soleil</groupId>
<version>RELEASE</version>
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>NeslabEx-${aol}-${mode}</artifactId>
<version>1.0.12-SNAPSHOT</version>
<packaging>nar</packaging>
<name>NeslabEx</name>
<description>NeslabEx device</description>
<developers>
<developer>
<id>langlois</id>
<name>langlois</name>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</url>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>manager</role>
</roles>
<timezone>1</timezone>
</developer>
</developers>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/SampleEnvironment/NeslabEx/trunk</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.freehep</groupId>
<artifactId>freehep-nar-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>