From 2162e9f3de54712e894611e2f5d19b83ce462627 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 14 Sep 2009 08:09:25 +0000 Subject: [PATCH] Integrate OSGi boot git-svn-id: https://svn.argeo.org/commons/trunk@2900 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- osgi/pom.xml | 17 ++++ osgi/runtime/org.argeo.osgi.boot/.project | 2 +- osgi/runtime/org.argeo.osgi.boot/pom.xml | 54 +--------- .../src/assembly/osgiboot.xml | 35 ------- .../src/main/ant/osgiboot.xml | 99 ------------------- osgi/runtime/pom.xml | 18 ++++ 6 files changed, 40 insertions(+), 185 deletions(-) create mode 100644 osgi/pom.xml delete mode 100644 osgi/runtime/org.argeo.osgi.boot/src/assembly/osgiboot.xml delete mode 100644 osgi/runtime/org.argeo.osgi.boot/src/main/ant/osgiboot.xml create mode 100644 osgi/runtime/pom.xml diff --git a/osgi/pom.xml b/osgi/pom.xml new file mode 100644 index 000000000..caaed4d03 --- /dev/null +++ b/osgi/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + org.argeo.commons + 0.1.1-SNAPSHOT + argeo-commons + .. + + osgi + Commons OSGi + pom + + runtime + + \ No newline at end of file diff --git a/osgi/runtime/org.argeo.osgi.boot/.project b/osgi/runtime/org.argeo.osgi.boot/.project index 5a646e1b0..16a9c13f0 100644 --- a/osgi/runtime/org.argeo.osgi.boot/.project +++ b/osgi/runtime/org.argeo.osgi.boot/.project @@ -1,6 +1,6 @@ - org.argeo.slc.osgiboot + org.argeo.osgi.boot diff --git a/osgi/runtime/org.argeo.osgi.boot/pom.xml b/osgi/runtime/org.argeo.osgi.boot/pom.xml index 95b18640a..a4e4b9cda 100644 --- a/osgi/runtime/org.argeo.osgi.boot/pom.xml +++ b/osgi/runtime/org.argeo.osgi.boot/pom.xml @@ -1,15 +1,14 @@ 4.0.0 - org.argeo.slc + org.argeo.commons.osgi + 0.1.1-SNAPSHOT runtime - 0.12.1-SNAPSHOT .. - org.argeo.slc.runtime - org.argeo.slc.osgiboot + org.argeo.osgi.boot jar - SLC OSGi Boot + Commons OSGi Boot @@ -32,26 +31,6 @@ org.apache.maven.plugins maven-surefire-plugin - org.apache.felix maven-bundle-plugin @@ -62,31 +41,6 @@ - diff --git a/osgi/runtime/org.argeo.osgi.boot/src/assembly/osgiboot.xml b/osgi/runtime/org.argeo.osgi.boot/src/assembly/osgiboot.xml deleted file mode 100644 index f7df1eba6..000000000 --- a/osgi/runtime/org.argeo.osgi.boot/src/assembly/osgiboot.xml +++ /dev/null @@ -1,35 +0,0 @@ - - osgiboot - false - - tar.gz - - - - target/${project.artifactId}-${project.version}.jar - - - ${project.artifactId}.jar - - - - - - src/main/ant - - - - - - false - - org.eclipse.osgi.jar - - - org.eclipse.osgi:org.eclipse.osgi:jar - - - - - \ No newline at end of file diff --git a/osgi/runtime/org.argeo.osgi.boot/src/main/ant/osgiboot.xml b/osgi/runtime/org.argeo.osgi.boot/src/main/ant/osgiboot.xml deleted file mode 100644 index 0abc7bfb8..000000000 --- a/osgi/runtime/org.argeo.osgi.boot/src/main/ant/osgiboot.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/osgi/runtime/pom.xml b/osgi/runtime/pom.xml new file mode 100644 index 000000000..9ef5fa33d --- /dev/null +++ b/osgi/runtime/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + org.argeo.commons + 0.1.1-SNAPSHOT + osgi + .. + + org.argeo.commons.osgi + runtime + Commons OSGi Runtime + pom + + org.argeo.osgi.boot + + \ No newline at end of file -- 2.30.2