taylor 2004/05/12 11:50:37
Modified: portal maven.xml
Log:
support Tomcat 5, copy over jetspeed.xml to Tomcat 5's special location for these files
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.73 +9 -0 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- maven.xml 11 May 2004 15:20:06 -0000 1.72
+++ maven.xml 12 May 2004 18:50:37 -0000 1.73
@@ -320,6 +320,15 @@
<filter token="URL" value="${org.apache.jetspeed.production.database.url}"/>
</filterset>
</copy>
+<!-- uncomment for Tomcat5 -->
+ <copy file="./src/resources/jetspeed.xml" tofile="${deploy.war.dir}/../conf/Catalina/localhost/jetspeed.xml"
overwrite="true">
+ <filterset begintoken="@" endtoken="@">
+ <filter token="USERNAME" value="${org.apache.jetspeed.production.database.user}"/>
+ <filter token="PASSWORD" value="${org.apache.jetspeed.production.database.password}"/>
+ <filter token="DRIVER" value="${org.apache.jetspeed.production.database.driver}"/>
+ <filter token="URL" value="${org.apache.jetspeed.production.database.url}"/>
+ </filterset>
+ </copy>
<attainGoal name="catalina:base-shared" />
<attainGoal name="catalina:shared" />
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org
|