Skip to content
Snippets Groups Projects
Select Git revision
  • a72343e16b07fa291e4c0b14dd289ec6357d3039
  • main default protected
  • develop
  • release_2_8_3
  • release_2_8_2
  • release_2_8_1
  • release_2_8_0
  • release_2_7_1
  • release_2_7_0
  • release_2_6_0
  • release_2_5_29
  • release_2_5_28
  • release_2_5_27
  • release_2_5_26
  • release_2_5_25
  • release_2_5_24
  • release_2_5_23
  • release_2_5_22
  • release_2_5_21
  • release_2_5_20
  • release_2_5_18
  • release_2_5_17
  • release_2_5_16
23 results

N_PhotoVoltaique.cpp

Blame
  • 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>