Add security RIA
authorMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 13:47:21 +0000 (13:47 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Mon, 14 Sep 2009 13:47:21 +0000 (13:47 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@2907 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

security/ria/pom.xml [deleted file]
security/runtime/pom.xml [new file with mode: 0644]

diff --git a/security/ria/pom.xml b/security/ria/pom.xml
deleted file mode 100644 (file)
index c4dedb2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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.1.1-SNAPSHOT</version>
-               <artifactId>security</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <groupId>org.argeo.commons.security</groupId>
-       <artifactId>ria</artifactId>
-       <name>Commons Security RIA</name>
-       <packaging>pom</packaging>
-       <modules>
-               <!-- <module>org.argeo.security.ria</module> -->
-       </modules>
-</project>
\ No newline at end of file
diff --git a/security/runtime/pom.xml b/security/runtime/pom.xml
new file mode 100644 (file)
index 0000000..2f891bf
--- /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.commons</groupId>
+               <version>0.1.1-SNAPSHOT</version>
+               <artifactId>security</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <groupId>org.argeo.commons.security</groupId>
+       <artifactId>runtime</artifactId>
+       <name>Commons Security Runtime</name>
+       <packaging>pom</packaging>
+       <modules>
+               <!-- <module>org.argeo.security.ria</module> -->
+       </modules>
+</project>
\ No newline at end of file