Author: dkulp
Date: Wed Mar 5 09:44:08 2008
New Revision: 633945
URL: http://svn.apache.org/viewvc?rev=633945&view=rev
Log:
Merged revisions 633859 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r633859 | dkulp | 2008-03-05 09:33:16 -0500 (Wed, 05 Mar 2008) | 2 lines
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/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/pom.xml
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: incubator/cxf/branches/2.0.x-fixes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/pom.xml?rev=633945&r1=633944&r2=633945&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/pom.xml Wed Mar 5 09:44:08 2008
@@ -152,7 +152,7 @@
<profile>
<id>setup.eclipse</id>
<modules>
- <module>distribution</module>
+ <!--module>distribution</module-->
<module>tools/eclipse-plugin</module>
</modules>
<properties>