Author: davidb
Date: Tue Jan 20 05:17:55 2009
New Revision: 736014
URL: http://svn.apache.org/viewvc?rev=736014&view=rev
Log:
Tweaking the build of the single-bundle distribution such that Eclipse doesn't
get confused when importing them as plugins. This is done by deleting the
target/classes directory in the package phase.
Modified:
cxf/sandbox/dosgi/distribution/single-bundle/pom.xml
Modified: cxf/sandbox/dosgi/distribution/single-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/sandbox/dosgi/distribution/single-bundle/pom.xml?rev=736014&r1=736013&r2=736014&view=diff
==============================================================================
--- cxf/sandbox/dosgi/distribution/single-bundle/pom.xml (original)
+++ cxf/sandbox/dosgi/distribution/single-bundle/pom.xml Tue Jan 20 05:17:55
2009
@@ -280,6 +280,9 @@
<phase>package</phase>
<configuration>
<tasks>
+ <!-- removing this directory as it confuses Eclipse when
importing the bundle as a plugin -->
+ <delete dir="target/classes"/>
+
<fileset dir="target" id="single.bundle">
<include name="*.jar"/>
</fileset>