From 30e5867cba1c6cb4715a1f5124ad3f5008f569bf Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Wed, 12 Jan 2011 14:42:54 +0000 Subject: [PATCH] modification on Maven architecture git-svn-id: https://svn.argeo.org/commons/trunk@4011 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.eclipse.dep.common/p2.inf | 2 + .../org.argeo.eclipse.dep.common/pom.xml | 73 +++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 eclipse/features/org.argeo.eclipse.dep.common/p2.inf create mode 100644 eclipse/features/org.argeo.eclipse.dep.common/pom.xml diff --git a/eclipse/features/org.argeo.eclipse.dep.common/p2.inf b/eclipse/features/org.argeo.eclipse.dep.common/p2.inf new file mode 100644 index 000000000..0423aa509 --- /dev/null +++ b/eclipse/features/org.argeo.eclipse.dep.common/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/eclipse/features/org.argeo.eclipse.dep.common/pom.xml b/eclipse/features/org.argeo.eclipse.dep.common/pom.xml new file mode 100644 index 000000000..2ef694097 --- /dev/null +++ b/eclipse/features/org.argeo.eclipse.dep.common/pom.xml @@ -0,0 +1,73 @@ + + + 4.0.0 + + org.argeo.commons.eclipse + features + 0.2.2-SNAPSHOT + .. + + org.argeo.eclipse.dep.common + Argeo Commons RCP Dependencies + + + + org.argeo.maven.plugins + maven-argeo-osgi-plugin + + + + + + + org.eclipse.core + org.eclipse.core.runtime + + + org.eclipse.swt + org.eclipse.swt + + + org.eclipse.swt + org.eclipse.swt.gtk.linux.x86_64 + + + org.eclipse.swt + org.eclipse.swt.gtk.linux.x86 + + + org.eclipse.swt + org.eclipse.swt.win32.win32.x86 + + + org.eclipse.core + org.eclipse.core.commands + + + com.ibm.icu + com.ibm.icu + + + org.eclipse.equinox + org.eclipse.equinox.preferences + 3.3.0 + + + org.eclipse.equinox + org.eclipse.equinox.launcher + + + org.eclipse.equinox + org.eclipse.equinox.launcher.gtk.linux.x86_64 + + + org.eclipse.equinox + org.eclipse.equinox.launcher.gtk.linux.x86 + + + org.eclipse.equinox + org.eclipse.equinox.launcher.win32.win32.x86 + + + -- 2.30.2