From e1ad299b7300e717d93b96303d5e1ec9afcd23b9 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Fri, 23 Apr 2010 04:28:22 +0000 Subject: [PATCH] Add sources to SDK update site git-svn-id: https://svn.argeo.org/slc/trunk@3486 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- dep/org.argeo.slc.dep.sdk.sources/p2.inf | 2 + dep/org.argeo.slc.dep.sdk.sources/pom.xml | 53 ++++++++++++++++++++++ dep/pom.xml | 5 +- dist/org.argeo.slc.sdk/pom.xml | 50 +++++++++++++++++++- runtime/org.argeo.slc.support.osgi/pom.xml | 5 ++ 5 files changed, 111 insertions(+), 4 deletions(-) create mode 100644 dep/org.argeo.slc.dep.sdk.sources/p2.inf create mode 100644 dep/org.argeo.slc.dep.sdk.sources/pom.xml diff --git a/dep/org.argeo.slc.dep.sdk.sources/p2.inf b/dep/org.argeo.slc.dep.sdk.sources/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/dep/org.argeo.slc.dep.sdk.sources/p2.inf @@ -0,0 +1,2 @@ +properties.1.name=org.eclipse.equinox.p2.type.category +properties.1.value=true \ No newline at end of file diff --git a/dep/org.argeo.slc.dep.sdk.sources/pom.xml b/dep/org.argeo.slc.dep.sdk.sources/pom.xml new file mode 100644 index 000000000..35dbd961b --- /dev/null +++ b/dep/org.argeo.slc.dep.sdk.sources/pom.xml @@ -0,0 +1,53 @@ + + 4.0.0 + + org.argeo.slc + dep + 0.12.2-SNAPSHOT + .. + + org.argeo.slc.dep + org.argeo.slc.dep.sdk.sources + jar + SLC Dependencies SDK Sources + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + ${version.maven-argeo-osgi} + + + pde-source + initialize + + pde-sources + + + + + + + + descriptors + + generate-resources + + ${project.build.directory}/libsrc + + + + + + + + + org.argeo.slc.dep + org.argeo.slc.dep.sdk + ${project.version} + + + \ No newline at end of file diff --git a/dep/pom.xml b/dep/pom.xml index 340818847..f8e541977 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -16,6 +16,7 @@ org.argeo.slc.dep.agent org.argeo.slc.dep.detached org.argeo.slc.dep.sdk + org.argeo.slc.dep.sdk.sources @@ -74,7 +75,7 @@ generate-resources - + \ No newline at end of file diff --git a/dist/org.argeo.slc.sdk/pom.xml b/dist/org.argeo.slc.sdk/pom.xml index e3b2e55af..ccac1d406 100644 --- a/dist/org.argeo.slc.sdk/pom.xml +++ b/dist/org.argeo.slc.sdk/pom.xml @@ -109,7 +109,7 @@ - + + optional /tmp -noSplash @@ -144,6 +144,47 @@ + --> + org.apache.maven.plugins + maven-antrun-plugin + + + p2-copyToRepo + deploy + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -152,6 +193,11 @@ org.argeo.slc.dep.sdk ${project.version} + + org.argeo.slc.dep + org.argeo.slc.dep.sdk.sources + ${project.version} + diff --git a/runtime/org.argeo.slc.support.osgi/pom.xml b/runtime/org.argeo.slc.support.osgi/pom.xml index ceff91f9a..091d296c1 100644 --- a/runtime/org.argeo.slc.support.osgi/pom.xml +++ b/runtime/org.argeo.slc.support.osgi/pom.xml @@ -49,6 +49,11 @@ org.springframework.osgi.extender + + org.springframework.osgi + org.springframework.osgi.web + + net.sourceforge.cglib com.springsource.net.sf.cglib -- 2.39.2