]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - rcp/dist/pom.xml
Argeo Companion launcher.
[gpl/argeo-slc.git] / rcp / dist / pom.xml
diff --git a/rcp/dist/pom.xml b/rcp/dist/pom.xml
new file mode 100644 (file)
index 0000000..2a7c544
--- /dev/null
@@ -0,0 +1,18 @@
+<?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/maven-v4_0_0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.argeo.slc.rcp</groupId>
+               <artifactId>argeo-rcp</artifactId>
+               <version>2.1.86-SNAPSHOT</version>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>dist</artifactId>
+       <name>RCP Deployable Distributions</name>
+       <packaging>pom</packaging>
+       <modules>
+               <module>argeo-companion</module>
+       </modules>
+</project>
\ No newline at end of file