From 4141dc50f53c4e679872a079070fccab0a901629 Mon Sep 17 00:00:00 2001 From: Bhupendra Bhusman Bhardwaj Date: Wed, 6 Dec 2006 15:08:17 +0000 Subject: QPID-125 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483106 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/management/eclipse-plugin/pom.xml | 216 ++++++++++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 qpid/java/management/eclipse-plugin/pom.xml (limited to 'qpid/java/management/eclipse-plugin/pom.xml') diff --git a/qpid/java/management/eclipse-plugin/pom.xml b/qpid/java/management/eclipse-plugin/pom.xml new file mode 100644 index 0000000000..71b2a08058 --- /dev/null +++ b/qpid/java/management/eclipse-plugin/pom.xml @@ -0,0 +1,216 @@ + + + 4.0.0 + org.apache.qpid.management + org.apache.qpid.management.ui + jar + 1.0-incubating-M2-SNAPSHOT + Qpid Management + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + + + + ../../ + + + + + repo1.maven.org + Maven eclipse Repository + http://repo1.maven.org/eclipse + + + apache.snapshots + Apache SNAPSHOT Repository + http://people.apache.org/repo/m2-snapshot-repository + + true + + + + + + + com.ibm.icu + com.ibm.icu + 3.4.4 + compile + + + org.eclipse.jface + org.eclipse.jface + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.commands + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.contenttype + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.expressions + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.jobs + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.runtime + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.runtime.compatibility.auth + 3.2.0 + compile + + + org.eclipse.core + org.eclipse.core.runtime.compatibility.registry + 3.2.0 + runtime + + + org.eclipse.equinox + org.eclipse.equinox.common + 3.2.0 + compile + + + org.eclipse.equinox + org.eclipse.equinox.preferences + 3.2.0 + compile + + + org.eclipse.equinox + org.eclipse.equinox.registry + 3.2.0 + compile + + + org.eclipse.help + org.eclipse.help + 3.2.0 + compile + + + org.eclipse.osgi + org.eclipse.osgi + 3.2.0 + compile + + + org.eclipse.swt + org.eclipse.swt.win32.win32.x86 + 3.2.0 + compile + + + org.eclipse.swt + org.eclipse.swt + 3.2.0 + compile + + + org.eclipse.ui + org.eclipse.ui.forms + 3.2.0 + compile + + + org.eclipse.ui + org.eclipse.ui.workbench + 3.2.1 + compile + + + org.eclipse.ui + org.eclipse.ui + 3.2.0 + compile + + + + + + + icons/ + icons/ + + ** + + + + icons/ + / + + splash.bmp + + + + ${basedir} + / + + plugin.xml + plugin.properties + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + + ${artifactId}_${version} + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + -- cgit v1.2.1