Author: dkulp
Date: Wed Mar 5 06:33:16 2008
New Revision: 633859
URL: http://svn.apache.org/viewvc?rev=633859&view=rev
Log:
Don't do distribution as part of setup.eclipse as it doesn't like the new
"bundle" type in the bundle jar
Modified:
incubator/cxf/trunk/pom.xml
Modified: incubator/cxf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?rev=633859&r1=633858&r2=633859&view=diff
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Wed Mar 5 06:33:16 2008
@@ -165,7 +165,7 @@
<profile>
<id>setup.eclipse</id>
<modules>
- <module>distribution</module>
+ <!--module>distribution</module-->
<module>tools/eclipse-plugin</module>
</modules>
<properties>