From 5ec5909ac0784635cfd43546ea900a22ed402db3 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Wed, 28 Nov 2007 15:52:11 +0000 Subject: Merged revisions 598371-598586 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1 ........ r598371 | ritchiem | 2007-11-26 18:17:12 +0000 (Mon, 26 Nov 2007) | 1 line Qpid-559 : OSGi Patch Provided by Aidan Skinner ........ r598572 | ritchiem | 2007-11-27 09:44:28 +0000 (Tue, 27 Nov 2007) | 1 line Add Target to ignores list. ........ r598586 | rupertlssmith | 2007-11-27 10:51:29 +0000 (Tue, 27 Nov 2007) | 1 line Now outputs test results in xml format to the surefire reports directory. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.1@599036 13f79535-47bb-0310-9956-ffa450edef68 --- java/plugins/pom.xml | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 java/plugins/pom.xml (limited to 'java/plugins/pom.xml') diff --git a/java/plugins/pom.xml b/java/plugins/pom.xml new file mode 100644 index 0000000000..51d22ab01e --- /dev/null +++ b/java/plugins/pom.xml @@ -0,0 +1,100 @@ + + + + + . + 1.5 + -Xlint:fallthrough,finally + 2.0.1 + + + + org.apache + apache + 4 + + + 4.0.0 + bundle + Qpid Plugins + A simple plugin for qpid. + org.apache.qpid.extras + example-plugin + 1.0-incubating-M2.1-SNAPSHOT + + + org.apache.felix + org.osgi.core + 1.0.0 + + + org.apache.qpid + qpid-broker + 1.0-incubating-M2.1-SNAPSHOT + + + uk.co.thebadgerset + junit-toolkit + 0.6.1 + + + + + + + + org.apache.felix + maven-bundle-plugin + 1.0.0 + true + + + + org.apache.qpid.extras.* + + + org.apache.qpid.extras.Activator + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler.version} + + ${java.source.version} + ${java.source.version} + + + + + + src/main/java + + **/*.java + **/log4j.properties + + + + + + -- cgit v1.2.1