You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2008/12/13 17:03:13 UTC

svn commit: r726225 - /webservices/juddi/branches/v3_trunk/juddi-core/pom.xml

Author: kstam
Date: Sat Dec 13 08:03:12 2008
New Revision: 726225

URL: http://svn.apache.org/viewvc?rev=726225&view=rev
Log:
JUDDI-160. Making eclipse happy by turning the Release class into a template.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/pom.xml

Modified: webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/juddi-core/pom.xml?rev=726225&r1=726224&r2=726225&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/juddi-core/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/juddi-core/pom.xml Sat Dec 13 08:03:12 2008
@@ -79,7 +79,7 @@
           <phase>generate-resources</phase>
           <configuration>
             <tasks>
-		<copy file="src/main/resources/version/Release.java"
+		<copy file="src/main/resources/version/Release.java.template"
 			tofile="src/main/java/org/apache/juddi/util/Release.java"
 			overwrite="true">
 			<filterset>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org