From: Mathieu Baudier Date: Tue, 17 Jul 2012 12:28:23 +0000 (+0000) Subject: Move to Commons Base X-Git-Tag: argeo-commons-2.1.30~889 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=a77de634af134fb891c5828b0dcfb168a417ff13;p=lgpl%2Fargeo-commons.git Move to Commons Base git-svn-id: https://svn.argeo.org/commons/trunk@5473 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/base/dep/org.argeo.eclipse.dep.rap/p2.inf b/base/dep/org.argeo.eclipse.dep.rap/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/base/dep/org.argeo.eclipse.dep.rap/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/base/dep/org.argeo.eclipse.dep.rap/pom.xml b/base/dep/org.argeo.eclipse.dep.rap/pom.xml new file mode 100644 index 000000000..e2f81dcd8 --- /dev/null +++ b/base/dep/org.argeo.eclipse.dep.rap/pom.xml @@ -0,0 +1,195 @@ + + + 4.0.0 + + org.argeo.commons.eclipse + dep + 1.1.4-SNAPSHOT + .. + + org.argeo.eclipse.dep.rap + Commons Eclipse RAP Dependencies + + 1.3.2 + + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + + + + + + org.argeo.tp + org.eclipse.osgi + + + + org.argeo.tp.rap.platform + binaries + ${version.argeo-distribution} + pom + + + org.argeo.tp.rap.platform + javax.servlet + + + + + org.argeo.tp.rap.platform + org.eclipse.equinox.http.jetty + + + org.argeo.tp.rap.platform + org.mortbay.jetty.server + + + org.argeo.tp.rap.platform + org.mortbay.jetty.util + + + + + org.argeo.tp.rap.platform + org.eclipse.rap.demo + + + org.argeo.tp.rap.platform + org.eclipse.rap.demo.databinding + + + org.argeo.tp.rap.platform + org.eclipse.rap.design.example + + + + + + + org.argeo.tp.rap + org.eclipse.rwt.widgets.upload + + + + org.argeo.tp + org.apache.commons.io + + + org.argeo.tp + org.apache.commons.fileupload + + + + + org.argeo.tp + javax.servlet + + + + + org.argeo.tp.rap + org.eclipse.equinox.security + + + + + + + org.argeo.tp.rap + binaries + ${version.argeo-distribution} + pom + import + + + org.argeo.tp.rap.platform + binaries + ${version.argeo-distribution} + pom + import + + + + + + check-osgi + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + + + check-osgi + test + + equinox + + + true + + + + + + + + + rpmbuild-tp + + + + org.codehaus.mojo + rpm-maven-plugin + + + rpm-rap + package + + rpm + + + eclipse-rap + ${version.rap} + + + /usr/share/eclipse-rap + root + root + 644 + false + + + + + + + + + maven-antrun-plugin + + + install + + run + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/eclipse/dep/org.argeo.eclipse.dep.rap/p2.inf b/eclipse/dep/org.argeo.eclipse.dep.rap/p2.inf deleted file mode 100644 index 0423aa509..000000000 --- a/eclipse/dep/org.argeo.eclipse.dep.rap/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -properties.1.name=org.eclipse.equinox.p2.type.category -properties.1.value=true \ No newline at end of file diff --git a/eclipse/dep/org.argeo.eclipse.dep.rap/pom.xml b/eclipse/dep/org.argeo.eclipse.dep.rap/pom.xml deleted file mode 100644 index e2f81dcd8..000000000 --- a/eclipse/dep/org.argeo.eclipse.dep.rap/pom.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - 4.0.0 - - org.argeo.commons.eclipse - dep - 1.1.4-SNAPSHOT - .. - - org.argeo.eclipse.dep.rap - Commons Eclipse RAP Dependencies - - 1.3.2 - - - - - org.argeo.maven.plugins - maven-argeo-osgi-plugin - - - - - - org.argeo.tp - org.eclipse.osgi - - - - org.argeo.tp.rap.platform - binaries - ${version.argeo-distribution} - pom - - - org.argeo.tp.rap.platform - javax.servlet - - - - - org.argeo.tp.rap.platform - org.eclipse.equinox.http.jetty - - - org.argeo.tp.rap.platform - org.mortbay.jetty.server - - - org.argeo.tp.rap.platform - org.mortbay.jetty.util - - - - - org.argeo.tp.rap.platform - org.eclipse.rap.demo - - - org.argeo.tp.rap.platform - org.eclipse.rap.demo.databinding - - - org.argeo.tp.rap.platform - org.eclipse.rap.design.example - - - - - - - org.argeo.tp.rap - org.eclipse.rwt.widgets.upload - - - - org.argeo.tp - org.apache.commons.io - - - org.argeo.tp - org.apache.commons.fileupload - - - - - org.argeo.tp - javax.servlet - - - - - org.argeo.tp.rap - org.eclipse.equinox.security - - - - - - - org.argeo.tp.rap - binaries - ${version.argeo-distribution} - pom - import - - - org.argeo.tp.rap.platform - binaries - ${version.argeo-distribution} - pom - import - - - - - - check-osgi - - - - org.argeo.maven.plugins - maven-argeo-osgi-plugin - - - check-osgi - test - - equinox - - - true - - - - - - - - - rpmbuild-tp - - - - org.codehaus.mojo - rpm-maven-plugin - - - rpm-rap - package - - rpm - - - eclipse-rap - ${version.rap} - - - /usr/share/eclipse-rap - root - root - 644 - false - - - - - - - - - maven-antrun-plugin - - - install - - run - - - - - - - - - - - - - - - - - \ No newline at end of file