Move to Commons Base
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 12:33:08 +0000 (12:33 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 17 Jul 2012 12:33:08 +0000 (12:33 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5480 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

base/dep/org.argeo.osgi.dep.stdruntime/pom.xml [new file with mode: 0644]
osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml [deleted file]

diff --git a/base/dep/org.argeo.osgi.dep.stdruntime/pom.xml b/base/dep/org.argeo.osgi.dep.stdruntime/pom.xml
new file mode 100644 (file)
index 0000000..f007600
--- /dev/null
@@ -0,0 +1,27 @@
+<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.osgi</groupId>
+               <version>1.1.4-SNAPSHOT</version>
+               <artifactId>dep</artifactId>
+               <relativePath>..</relativePath>
+       </parent>
+       <artifactId>org.argeo.osgi.dep.stdruntime</artifactId>
+       <packaging>pom</packaging>
+       <name>Commons OSGi Standard Runtime Dependencies</name>
+       <dependencies>
+               <!-- OSGi Boot (and Equinox) -->
+               <dependency>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>1.1.4-SNAPSHOT</version>
+               </dependency>
+               <!--  Logging -->
+               <dependency>
+                       <groupId>org.argeo.commons.basic</groupId>
+                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
+                       <version>1.1.4-SNAPSHOT</version>
+                       <type>pom</type>
+               </dependency>
+       </dependencies>
+</project>
\ No newline at end of file
diff --git a/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml b/osgi/dep/org.argeo.osgi.dep.stdruntime/pom.xml
deleted file mode 100644 (file)
index f007600..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<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.osgi</groupId>
-               <version>1.1.4-SNAPSHOT</version>
-               <artifactId>dep</artifactId>
-               <relativePath>..</relativePath>
-       </parent>
-       <artifactId>org.argeo.osgi.dep.stdruntime</artifactId>
-       <packaging>pom</packaging>
-       <name>Commons OSGi Standard Runtime Dependencies</name>
-       <dependencies>
-               <!-- OSGi Boot (and Equinox) -->
-               <dependency>
-                       <groupId>org.argeo.commons.osgi</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
-               </dependency>
-               <!--  Logging -->
-               <dependency>
-                       <groupId>org.argeo.commons.basic</groupId>
-                       <artifactId>org.argeo.basic.dep.log4j</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
-                       <type>pom</type>
-               </dependency>
-       </dependencies>
-</project>
\ No newline at end of file