Author: richard.opalka(a)jboss.com
Date: 2012-07-17 09:49:51 -0400 (Tue, 17 Jul 2012)
New Revision: 16481
Modified:
hudson/trunk/hudson-home/jobs/AS-7.2.0/config.xml
Log:
Remove unnecessary workaround for AS7-5137
Modified: hudson/trunk/hudson-home/jobs/AS-7.2.0/config.xml
===================================================================
--- hudson/trunk/hudson-home/jobs/AS-7.2.0/config.xml 2012-07-17 11:12:39 UTC (rev 16480)
+++ hudson/trunk/hudson-home/jobs/AS-7.2.0/config.xml 2012-07-17 13:49:51 UTC (rev 16481)
@@ -61,10 +61,7 @@
<command>MAVEN_OPTS="-Xmx1024m -Xms512m
-XX:MaxPermSize=128m"
export MAVEN_OPTS
-./build.sh clean install -Dskip-download-sources -DskipTests=true -U -B
-
-for i in `find build/target/ -name "appclient.sh"`; do chmod +x $i; done;
-</command>
+./build.sh clean install -Dskip-download-sources -DskipTests=true -U -B</command>
</hudson.tasks.Shell>
</builders>
<publishers>
Show replies by date