Author: taylor
Date: Wed Jul 13 18:05:53 2005
New Revision: 216295
URL: http://svn.apache.org/viewcvs?rev=216295&view=rev
Log:
build broken, attempting to patch it up so i can get on with it
Modified:
portals/jetspeed-2/trunk/maven-plugin/maven.xml
Modified: portals/jetspeed-2/trunk/maven-plugin/maven.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/maven.xml?rev=216295&r1=216294&r2=216295&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/maven.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/maven.xml Wed Jul 13 18:05:53 2005
@@ -20,6 +20,7 @@
xmlns:ant="jelly:ant" xmlns:util="jelly:util">
<preGoal name="java:jar-resources">
+ <!--
<copy
todir="target/classes/plugin-resources/etc/project-dependencies"
overwrite="true" failonerror="true">
<fileset dir="../etc/project-dependencies" />
</copy>
@@ -29,9 +30,14 @@
<copy todir="target/classes/plugin-resources/etc/project-reports"
overwrite="true" failonerror="true">
<fileset dir="../etc/project-reports" />
</copy>
+ -->
<!--
<attainGoal name="copyDb" />
-->
+ <copy todir="target/classes/plugin-resources/etc/db-ojb"
overwrite="true" failonerror="true">
+ <fileset dir="../etc/db-ojb" />
+ </copy>
+
<attainGoal name="copyPortlaWebApp" />
<copy file="../portal-webapp/project.xml"
tofile="${basedir}/target/classes/plugin-resources/portal_project.xml"
overwrite="true" failonerror="true" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]