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 2013/05/09 04:09:14 UTC

svn commit: r1480520 - /juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml

Author: kstam
Date: Thu May  9 02:09:13 2013
New Revision: 1480520

URL: http://svn.apache.org/r1480520
Log:
JUDDI-514 improving support for WSDL2UDDI adding deployment lifecycle example

Modified:
    juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml

Modified: juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml?rev=1480520&r1=1480519&r2=1480520&view=diff
==============================================================================
--- juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml (original)
+++ juddi/trunk/juddi-examples/wsdl2uddi-lifecyle/pom.xml Thu May  9 02:09:13 2013
@@ -170,8 +170,10 @@
                         </container>
                         <configuration>
                             <type>existing</type>
-                            <home>${basedir}/../../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26</home>
-                          <!--   <home>${basedir}/../../juddi-tomcat-${project.parent.version}</home> --> 
+                            <!-- in src tree use this
+                            <home>${basedir}/../../juddi-tomcat/target/tomcat/apache-tomcat-6.0.26</home> -->
+                            <!--  in distro use this -->
+                            <home>${basedir}/../../juddi-tomcat-${project.parent.version}</home>
                         </configuration>
                         <deployables>
                             <deployable>



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