[jboss-cvs] JBossAS SVN: r110837 - branches/JBPAPP_5_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 4 05:45:35 EST 2011


Author: jcosta at redhat.com
Date: 2011-03-04 05:45:34 -0500 (Fri, 04 Mar 2011)
New Revision: 110837

Modified:
   branches/JBPAPP_5_1/build/build.xml
Log:
JBPAPP-5989 - Moved the unsigning of thirdparty to the proper place in the build chain

Modified: branches/JBPAPP_5_1/build/build.xml
===================================================================
--- branches/JBPAPP_5_1/build/build.xml	2011-03-04 04:23:44 UTC (rev 110836)
+++ branches/JBPAPP_5_1/build/build.xml	2011-03-04 10:45:34 UTC (rev 110837)
@@ -1436,14 +1436,7 @@
           </not>
         </condition>
       </fail>
-      
-      <!-- Unsigns jars in thirdparty directory. -->
-      <antcall target="skipped_unsign"/>
-      <antcall target="unsign">
-	  <param name="install.root" value="${basedir}/../thirdparty"/>
-	  <param name="unsign.supressBackup" value="true"/>
-      </antcall>
-      
+  
    </target>
 
   <!-- Call maven to build the mavenized modules -->
@@ -1461,6 +1454,13 @@
             options="${maven.install.opts}" 
             goal="install"
             resultproperty="maven.install.result"/>
+        
+      <!-- Unsigns jars in thirdparty directory. -->
+      <antcall target="skipped_unsign"/>
+      <antcall target="unsign">
+	  <param name="install.root" value="${basedir}/../thirdparty"/>
+	  <param name="unsign.supressBackup" value="true"/>
+      </antcall>     
      
      <fail message="Unable to build maven modules.  See maven output for details.">
        <condition>



More information about the jboss-cvs-commits mailing list