You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2008/01/10 07:05:27 UTC

svn commit: r610687 - in /incubator/cxf/trunk: api/ common/common/ common/schemas/ common/xjc/dv-test/ common/xjc/dv/ common/xjc/ts-test/ common/xjc/ts/ common/xsd/ distribution/bundle/ distribution/manifest/ integration/jbi/ integration/jca/ maven-plu...

Author: ningjiang
Date: Wed Jan  9 22:05:24 2008
New Revision: 610687

URL: http://svn.apache.org/viewvc?rev=610687&view=rev
Log:
CXF-1357 add the profile to support change the eclipse project's output directory

Modified:
    incubator/cxf/trunk/api/   (props changed)
    incubator/cxf/trunk/common/common/   (props changed)
    incubator/cxf/trunk/common/schemas/   (props changed)
    incubator/cxf/trunk/common/xjc/dv/   (props changed)
    incubator/cxf/trunk/common/xjc/dv-test/   (props changed)
    incubator/cxf/trunk/common/xjc/ts/   (props changed)
    incubator/cxf/trunk/common/xjc/ts-test/   (props changed)
    incubator/cxf/trunk/common/xsd/   (props changed)
    incubator/cxf/trunk/distribution/bundle/   (props changed)
    incubator/cxf/trunk/distribution/manifest/   (props changed)
    incubator/cxf/trunk/integration/jbi/   (props changed)
    incubator/cxf/trunk/integration/jca/   (props changed)
    incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/   (props changed)
    incubator/cxf/trunk/maven-plugins/codegen-plugin/   (props changed)
    incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/   (props changed)
    incubator/cxf/trunk/maven-plugins/java2ws-plugin/   (props changed)
    incubator/cxf/trunk/parent/pom.xml
    incubator/cxf/trunk/rt/bindings/coloc/   (props changed)
    incubator/cxf/trunk/rt/bindings/http/   (props changed)
    incubator/cxf/trunk/rt/bindings/jbi/   (props changed)
    incubator/cxf/trunk/rt/bindings/object/   (props changed)
    incubator/cxf/trunk/rt/bindings/soap/   (props changed)
    incubator/cxf/trunk/rt/bindings/xml/   (props changed)
    incubator/cxf/trunk/rt/core/   (props changed)
    incubator/cxf/trunk/rt/databinding/aegis/   (props changed)
    incubator/cxf/trunk/rt/databinding/jaxb/   (props changed)
    incubator/cxf/trunk/rt/databinding/xmlbeans/   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxrs/   (props changed)
    incubator/cxf/trunk/rt/frontend/jaxws/   (props changed)
    incubator/cxf/trunk/rt/frontend/js/   (props changed)
    incubator/cxf/trunk/rt/frontend/simple/   (props changed)
    incubator/cxf/trunk/rt/javascript/   (props changed)
    incubator/cxf/trunk/rt/management/   (props changed)
    incubator/cxf/trunk/rt/testsupport/   (props changed)
    incubator/cxf/trunk/rt/transports/http/   (props changed)
    incubator/cxf/trunk/rt/transports/http-jetty/   (props changed)
    incubator/cxf/trunk/rt/transports/jbi/   (props changed)
    incubator/cxf/trunk/rt/transports/jms/   (props changed)
    incubator/cxf/trunk/rt/transports/local/   (props changed)
    incubator/cxf/trunk/rt/ws/addr/   (props changed)
    incubator/cxf/trunk/rt/ws/policy/   (props changed)
    incubator/cxf/trunk/rt/ws/rm/   (props changed)
    incubator/cxf/trunk/rt/ws/security/   (props changed)
    incubator/cxf/trunk/systests/   (props changed)
    incubator/cxf/trunk/testutils/   (props changed)
    incubator/cxf/trunk/tools/anttask/   (props changed)
    incubator/cxf/trunk/tools/common/   (props changed)
    incubator/cxf/trunk/tools/eclipse-plugin/   (props changed)
    incubator/cxf/trunk/tools/javato/ws/   (props changed)
    incubator/cxf/trunk/tools/validator/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/core/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/frontend/javascript/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/misc/   (props changed)
    incubator/cxf/trunk/tools/wsdlto/test/   (props changed)

Propchange: incubator/cxf/trunk/api/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/common/common/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/common/schemas/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/common/xjc/dv/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/common/xjc/dv-test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/common/xjc/ts/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/common/xjc/ts-test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/common/xsd/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/distribution/bundle/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/distribution/manifest/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/integration/jbi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/integration/jca/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/maven-plugins/archetypes/cxf-http-basic/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/maven-plugins/codegen-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/maven-plugins/eclipse-plugin-generator/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/maven-plugins/java2ws-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=610687&r1=610686&r2=610687&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Wed Jan  9 22:05:24 2008
@@ -39,7 +39,7 @@
         <surefire.format>brief</surefire.format>
         <surefire.usefile>false</surefire.usefile>
         <compile.flags>-Xlint:unchecked,deprecation,fallthrough,finally</compile.flags>
-
+        <eclipse.outputDirectory>${basedir}/target/classes</eclipse.outputDirectory>
         <saaj.impl.groupId>com.sun.xml.messaging.saaj</saaj.impl.groupId>
         <saaj.impl.artifactId>saaj-impl</saaj.impl.artifactId>
 
@@ -866,6 +866,12 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>set.eclipse.output</id>
+            <properties>
+                 <eclipse.outputDirectory>${basedir}/eclipse-classes</eclipse.outputDirectory>
+            </properties> 
+        </profile>
 
         <profile>
             <id>setup.eclipse</id>
@@ -875,6 +881,9 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-eclipse-plugin</artifactId>
+                        <configuration>
+                            <outputDirectory>${eclipse.outputDirectory}</outputDirectory>
+                        </configuration>
                         <executions>
                             <execution>
                                 <id>setup.eclipse.project</id>

Propchange: incubator/cxf/trunk/rt/bindings/coloc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -1,7 +1,9 @@
-.settings
-target
+.pmd
 .checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
 .classpath
-.pmd
 .project
-.ruleset
+.wtpmodules

Propchange: incubator/cxf/trunk/rt/bindings/http/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/bindings/jbi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/bindings/object/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -1,7 +1,9 @@
-.settings
-target
-.checkstyle
-.classpath
-.pmd
-.project
-.ruleset
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules

Propchange: incubator/cxf/trunk/rt/bindings/soap/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/bindings/xml/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/databinding/aegis/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/databinding/jaxb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/databinding/xmlbeans/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/frontend/jaxrs/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/frontend/jaxws/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/frontend/js/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/frontend/simple/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/javascript/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -1,8 +1,9 @@
+.pmd
+.checkstyle
+.ruleset
 target
+eclipse-classes
 .settings
-.checkstyle
 .classpath
-.pmd
 .project
-.ruleset
-*.launch
+.wtpmodules

Propchange: incubator/cxf/trunk/rt/management/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/testsupport/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/transports/http/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/transports/http-jetty/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/transports/jbi/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/rt/transports/jms/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/transports/local/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/ws/addr/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/ws/policy/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/ws/rm/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/rt/ws/security/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -1,7 +1,9 @@
-.settings
-target
-.checkstyle
-.classpath
-.pmd
-.project
-.ruleset
+.pmd
+.checkstyle
+.ruleset
+target
+eclipse-classes
+.settings
+.classpath
+.project
+.wtpmodules

Propchange: incubator/cxf/trunk/systests/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,10 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-build
-lib
-prj.el

Propchange: incubator/cxf/trunk/testutils/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/tools/anttask/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/common/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/tools/eclipse-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/javato/ws/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/validator/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,8 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-

Propchange: incubator/cxf/trunk/tools/wsdlto/core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/wsdlto/databinding/jaxb/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/wsdlto/frontend/javascript/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -1,7 +1,9 @@
+.pmd
+.checkstyle
+.ruleset
 target
+eclipse-classes
+.settings
 .classpath
-.ruleset
 .project
-.checkstyle
-.pmd
-.settings
+.wtpmodules

Propchange: incubator/cxf/trunk/tools/wsdlto/frontend/jaxws/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/wsdlto/misc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-

Propchange: incubator/cxf/trunk/tools/wsdlto/test/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jan  9 22:05:24 2008
@@ -2,9 +2,8 @@
 .checkstyle
 .ruleset
 target
+eclipse-classes
 .settings
 .classpath
 .project
 .wtpmodules
-
-