From 01b44b07391fc393035646da8afbb889d8c25ba3 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Thu, 24 Apr 2008 00:01:39 +0000 Subject: QPID-832 copy from M2.x git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651116 13f79535-47bb-0310-9956-ffa450edef68 --- java/management/eclipse-plugin/pom.xml | 252 +++++++++++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 java/management/eclipse-plugin/pom.xml (limited to 'java/management/eclipse-plugin/pom.xml') diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml new file mode 100644 index 0000000000..d55cbd3b0e --- /dev/null +++ b/java/management/eclipse-plugin/pom.xml @@ -0,0 +1,252 @@ + + + + 4.0.0 + org.apache.qpid.management + org.apache.qpid.management.ui + jar + 1.0-incubating-M2.1-SNAPSHOT + Qpid Management + + + org.apache.qpid + qpid + 1.0-incubating-M2.1-SNAPSHOT + ../../pom.xml + + + + ../.. + + + + + 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 + + + + + org.slf4j + slf4j-log4j12 + 1.4.0 + test + + + + org.apache.qpid + qpid-broker + test + + + + junit + junit + test + + + + + + + + icons/ + icons/ + + ** + + + + icons/ + / + + splash.bmp + + + + ${basedir} + / + + plugin.xml + plugin.properties + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + + ${artifactId}_${version} + + + + + + + + -- cgit v1.2.1