]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - security/eclipse/pom.xml
Adapt Security to RCP
[lgpl/argeo-commons.git] / security / eclipse / pom.xml
diff --git a/security/eclipse/pom.xml b/security/eclipse/pom.xml
new file mode 100644 (file)
index 0000000..86a4601
--- /dev/null
@@ -0,0 +1,19 @@
+<?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.commons</groupId>
+               <version>0.2.2-SNAPSHOT</version>
+               <artifactId>argeo-commons</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.security</groupId>
+       <artifactId>eclipse</artifactId>
+       <name>Commons Security Eclipse</name>
+       <packaging>pom</packaging>
+       <modules>
+               <!-- <module>features</module> -->
+               <module>plugins</module>
+       </modules>
+</project>
\ No newline at end of file