[portal-commits] JBoss Portal SVN: r12956 - branches/JBoss_Portal_Branch_2_7/build.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Mar 6 10:35:06 EST 2009


Author: prabhat.jha at jboss.com
Date: 2009-03-06 10:35:06 -0500 (Fri, 06 Mar 2009)
New Revision: 12956

Modified:
   branches/JBoss_Portal_Branch_2_7/build/distrib.xml
Log:
stupid me..added the target but did not call it

Modified: branches/JBoss_Portal_Branch_2_7/build/distrib.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_7/build/distrib.xml	2009-03-06 11:08:35 UTC (rev 12955)
+++ branches/JBoss_Portal_Branch_2_7/build/distrib.xml	2009-03-06 15:35:06 UTC (rev 12956)
@@ -382,6 +382,9 @@
       <antcall target="patch-run.conf">
          <param name="todir" value="${portal.build.normal.bundled}"/>
       </antcall>
+      <antcall target="patch-run.bat">
+            <param name="todir" value="${portal.build.normal.bundled}"/>
+      </antcall>
    </target>
 
    <!--




More information about the portal-commits mailing list