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

"Fix-Format"

parent 4f28d654
Branches
Tags
No related merge requests found
<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"> <?xml version="1.0" encoding="utf-8"?>
<modelVersion> <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">
4.0.0 <modelVersion>4.0.0</modelVersion>
</modelVersion>
<parent> <parent>
<groupId> <groupId>fr.soleil</groupId>
fr.soleil <artifactId>super-pom-C-CPP-device</artifactId>
</groupId> <version>RELEASE</version>
<artifactId>
super-pom-C-CPP-device
</artifactId>
<version>
RELEASE
</version>
</parent> </parent>
<groupId> <groupId>fr.soleil.device</groupId>
fr.soleil.device <artifactId>MassFlowController-${aol}-${mode}</artifactId>
</groupId> <version>1.0.0</version>
<artifactId> <packaging>nar</packaging>
MassFlowController-${aol}-${mode} <name>MassFlowController</name>
</artifactId> <description>MassFlowController device</description>
<version>
1.0.0
</version>
<packaging>
nar
</packaging>
<name>
MassFlowController
</name>
<description>
MassFlowController device
</description>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId> <groupId>org.freehep</groupId>
org.freehep <artifactId>freehep-nar-plugin</artifactId>
</groupId>
<artifactId>
freehep-nar-plugin
</artifactId>
<configuration> <configuration>
<os> <os>Windows</os>
Windows
</os>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<dependencies/> <dependencies/>
<scm> <scm>
<connection> <connection>${scm.connection.cvs.tango-ds}:Instrumentation/MassFlowController/BROOKS_5850E</connection>
${scm.connection.cvs.tango-ds}:Instrumentation/MassFlowController/BROOKS_5850E <developerConnection>${scm.developerConnection.cvs.tango-ds}:Instrumentation/MassFlowController/BROOKS_5850E</developerConnection>
</connection> <url>${scm.url.cvs.tango-ds}/Instrumentation/MassFlowController/BROOKS_5850E</url>
<developerConnection>
${scm.developerConnection.cvs.tango-ds}:Instrumentation/MassFlowController/BROOKS_5850E
</developerConnection>
<url>
${scm.url.cvs.tango-ds}/Instrumentation/MassFlowController/BROOKS_5850E
</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
<id> <id>elattaoui</id>
elattaoui <name>elattaoui</name>
</id> <url>http://controle/</url>
<name> <organization>Synchrotron Soleil</organization>
elattaoui <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
</name>
<url>
http://controle/
</url>
<organization>
Synchrotron Soleil
</organization>
<organizationUrl>
http://www.synchrotron-soleil.fr
</organizationUrl>
<roles> <roles>
<role> <role>manager</role>
manager
</role>
</roles> </roles>
<timezone> <timezone>1</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