Skip to content

Commit

Permalink
Update cnescatlab#32 Add of pom.xml for languages plug-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Waldmann committed Jul 5, 2017
1 parent fc4bc0e commit 43730a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions fr.cnes.analysis.tools.languages/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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.cnes.icode</groupId>
<artifactId>fr.cnes.icode.parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>fr.cnes.analysis.tools.languages</artifactId>
<packaging>eclipse-plugin</packaging>

</project>

0 comments on commit 43730a2

Please sign in to comment.