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 at...@apache.org on 2005/08/12 17:21:04 UTC

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

Author: ate
Date: Fri Aug 12 08:20:55 2005
New Revision: 232309

URL: http://svn.apache.org/viewcvs?rev=232309&view=rev
Log:
Fix typo in j2:_copy.rdbms.sql.scripts: copy attribute flatten should be false, not true.
See: http://issues.apache.org/jira/browse/JS2-319

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

Modified: portals/jetspeed-2/trunk/maven-plugin/plugin.jelly
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/plugin.jelly?rev=232309&r1=232308&r2=232309&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/plugin.jelly (original)
+++ portals/jetspeed-2/trunk/maven-plugin/plugin.jelly Fri Aug 12 08:20:55 2005
@@ -671,7 +671,7 @@
           overwrite="true"
           verbose="true"
           failonerror="false"
-          flatten="true">
+          flatten="false">
       <fileset dir="${portal.sql.src.dir}/${org.apache.jetspeed.target.rdbms}">
         <include name="**/*.sql"/>
       </fileset>



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