taylor 2005/01/18 10:34:03
Modified: portal maven.xml
Log:
patch from Jeff Sheets and Chris Custine to copy over all ojb resources
Revision Changes Path
1.115 +7 -5 jakarta-jetspeed-2/portal/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- maven.xml 4 Jan 2005 16:05:18 -0000 1.114
+++ maven.xml 18 Jan 2005 18:34:03 -0000 1.115
@@ -579,12 +579,14 @@
</goal>
<goal name="ojb.set.production.database.platform">
- <copy file="../etc/db-ojb/repository_database.xml"
todir="${maven.build.dest}" overwrite="true">
- <filterset begintoken="@" endtoken="@">
- <filter token="PLATFORM"
value="${org.apache.jetspeed.production.database.ojb.platform}"/>
- </filterset>
+ <copy todir="${maven.build.dest}" overwrite="true">
+ <fileset dir="../etc/db-ojb"/>
+ <filterset begintoken="@" endtoken="@">
+ <filter token="PLATFORM"
+
value="${org.apache.jetspeed.production.database.ojb.platform}"/>
+ </filterset>
</copy>
- </goal>
+ </goal>
<preGoal name="jar:jar">
<attainGoal name="ojb.set.production.database.platform"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]