Author: scamp Date: Thu Jan 6 13:00:19 2005 New Revision: 124447 URL: http://svn.apache.org/viewcvs?view=rev&rev=124447 Log: updated for templating Modified: incubator/apollo/trunk/src/templates/build.properties.vm incubator/apollo/trunk/src/templates/build.xml.vm
Modified: incubator/apollo/trunk/src/templates/build.properties.vm Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/build.properties.vm?view=diff&rev=124447&p1=incubator/apollo/trunk/src/templates/build.properties.vm&r1=124446&p2=incubator/apollo/trunk/src/templates/build.properties.vm&r2=124447 ============================================================================== --- incubator/apollo/trunk/src/templates/build.properties.vm (original) +++ incubator/apollo/trunk/src/templates/build.properties.vm Thu Jan 6 13:00:19 2005 @@ -1,11 +1,11 @@ #set( $endpointURL = $generated.EndpointURL ) -enpoint.url=${endpointURL} +endpoint.url=${endpointURL} # Uncomment and modify the below lines if you would like to deploy to a # wsrf webapp located somewhere other than the default location of # ../webapps/wsrf (e.g. ${env.CATALINA_HOME}/webapps/wsrf) -wsrf.webapp.dir=C:/Projects/apache/apollo/trunk/target/wsrf +wsrf.webapp.dir= # Uncomment and modify the below lines if you require a proxy to connect to external web sites #http.proxyHost=proxy.xyz.com Modified: incubator/apollo/trunk/src/templates/build.xml.vm Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/build.xml.vm?view=diff&rev=124447&p1=incubator/apollo/trunk/src/templates/build.xml.vm&r1=124446&p2=incubator/apollo/trunk/src/templates/build.xml.vm&r2=124447 ============================================================================== --- incubator/apollo/trunk/src/templates/build.xml.vm (original) +++ incubator/apollo/trunk/src/templates/build.xml.vm Thu Jan 6 13:00:19 2005 @@ -22,7 +22,7 @@ <target name="init"> <echo>Using webapp dir: ${wsrf.webapp.dir}</echo> - + <fail unless="${wsrf.webapp.dir}" message="Please set the location of the wsrf.webapp.dir in build.properties"/> <path id="apollo.classpath.id"> <pathelement location="${wsrf.webapp.dir}/WEB-INF/classes" /> <fileset dir="${wsrf.webapp.dir}/WEB-INF/lib" includes="*.jar" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
