You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/11/23 00:21:06 UTC

svn commit: r106235 - /incubator/apollo/trunk/forrest.properties

Author: ips
Date: Mon Nov 22 15:21:04 2004
New Revision: 106235

Modified:
   incubator/apollo/trunk/forrest.properties
Log:
changed project.build.dir to target/forrest/


Modified: incubator/apollo/trunk/forrest.properties
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/forrest.properties?view=diff&rev=106235&p1=incubator/apollo/trunk/forrest.properties&r1=106234&p2=incubator/apollo/trunk/forrest.properties&r2=106235
==============================================================================
--- incubator/apollo/trunk/forrest.properties	(original)
+++ incubator/apollo/trunk/forrest.properties	Mon Nov 22 15:21:04 2004
@@ -31,9 +31,10 @@
 
 #project.status=status.xml
 
-project.site-dir = ${basedir}/target/site
-project.war = ${basedir}/target/${project.name}.war
-project.webapp = ${basedir}/target/webapp
+project.build-dir = ${basedir}/target/forrest
+project.site-dir = ${project.build-dir}/docs
+#project.war = ${project.build-dir}/${project.name}.war
+#project.webapp = ${project.build-dir}/webapp
 
 #project.content-dir=src/documentation
 #project.raw-content-dir=${project.content-dir}/content

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