You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2006/11/01 18:18:05 UTC

svn commit: r469988 - /incubator/cxf/trunk/pom.xml

Author: dkulp
Date: Wed Nov  1 09:18:04 2006
New Revision: 469988

URL: http://svn.apache.org/viewvc?view=rev&rev=469988
Log:
Fix for eclipse setup

Modified:
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/pom.xml?view=diff&rev=469988&r1=469987&r2=469988
==============================================================================
--- incubator/cxf/trunk/pom.xml (original)
+++ incubator/cxf/trunk/pom.xml Wed Nov  1 09:18:04 2006
@@ -824,15 +824,14 @@
                                         <whichresource resource="/cxf-checkstyle.xml" property="checkstyle.url"/>
 
 
-                                        <get src="${pmdruleset.url}" dest=".ruleset"/>
-                                        <get src="${pmd.url}" dest=".pmd"/>
-                                        <get src="${eclipse.checkstyle.url}" dest=".checkstyle"/>
-                                        <get src="${checkstyle.url}" dest="${full.eclipse.workspace}/cxf-checkstyle.xml"/>
-
                                         <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/org.eclipse.core.runtime/.settings"/>
                                         <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/com.atlassw.tools.eclipse.checkstyle"/>
                                         <mkdir dir="${full.eclipse.workspace}/.metadata/.plugins/net.sourceforge.pmd.eclipse"/>
 
+                                        <get src="${pmdruleset.url}" dest=".ruleset"/>
+                                        <get src="${pmd.url}" dest=".pmd"/>
+                                        <get src="${eclipse.checkstyle.url}" dest=".checkstyle"/>
+                                        <get src="${checkstyle.url}" dest="${full.eclipse.workspace}/cxf-checkstyle.xml"/>
 
                                         <copy file="${basedir}/${topDirectoryLocation}/etc/apache-header.txt" tofile="${full.eclipse.workspace}/apache-header.txt"/>