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:48:56 UTC

svn commit: r726230 - in /webservices/juddi/branches/v3_trunk/juddi-core: pom.xml src/main/resources/META-INF/

Author: kstam
Date: Sat Dec 13 08:48:55 2008
New Revision: 726230

URL: http://svn.apache.org/viewvc?rev=726230&view=rev
Log:
building the file to main/resources/META-INF/persistence.xml so that the hibernate console works without having to add anything to the classpath.

Modified:
    webservices/juddi/branches/v3_trunk/juddi-core/pom.xml
    webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/META-INF/   (props changed)

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=726230&r1=726229&r2=726230&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:48:55 2008
@@ -87,7 +87,7 @@
 			</filterset>	
 		</copy>
               <copy file="src/main/resources/persistence/${persistence}-persistence.xml" 
-                tofile="target/classes/META-INF/persistence.xml" 
+                tofile="src/main/resources/META-INF/persistence.xml" 
                 overwrite="true"/>
               <delete dir="juddi-derby-test-db"/>
             </tasks>

Propchange: webservices/juddi/branches/v3_trunk/juddi-core/src/main/resources/META-INF/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 13 08:48:55 2008
@@ -0,0 +1 @@
+persistence.xml



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