You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/03/01 08:20:16 UTC

svn commit: r513207 - /portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

Author: smilek
Date: Wed Feb 28 23:20:15 2007
New Revision: 513207

URL: http://svn.apache.org/viewvc?view=rev&rev=513207
Log:
copy min seed data in custom build

Modified:
    portals/jetspeed-2/trunk/maven-plugin/plugin.jelly

Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?view=diff&rev=513207&r1=513206&r2=513207
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Wed Feb 28 23:20:15 2007
@@ -212,6 +212,12 @@
 		  <fileset dir="./src/sql/">
 		    <include name="*seed.xml"/>
 		  </fileset>
+		</copy>
+        <copy todir="${portal.sql.target.dir}/min" 		   
+		      overwrite="true" verbose="true" failonerror="false" flatten="true">
+		  <fileset dir="./src/sql/min">
+		    <include name="*seed.xml"/>
+		  </fileset>
 		</copy>                	
     </j:if>    
   </goal>



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