[embjopr-commits] EMBJOPR SVN: r767 - trunk/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Sep 22 16:59:35 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-22 16:59:35 -0400 (Tue, 22 Sep 2009)
New Revision: 767

Modified:
   trunk/jsfunit/testdata/hudson_shell_script.sh
Log:
 * hudson shell script:
sed "s#<module>jsfunit</module>##g" pom.xml > pom_tmp.xml && mv -f pom_tmp.xml pom.xml
instead of svn tricks - could give us new dependencies...

Modified: trunk/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-22 20:42:39 UTC (rev 766)
+++ trunk/jsfunit/testdata/hudson_shell_script.sh	2009-09-22 20:59:35 UTC (rev 767)
@@ -54,9 +54,13 @@
   #  "Downdate" to older version
   svn_rev_default="HEAD"
   if [ -n "$SVN_REV" ]; then svn up -r $SVN_REV; fi
-  rm pom.xml
-  svn up pom.xml
 
+  ## Disable the jsfunit module.
+  #rm pom.xml
+  #svn up pom.xml
+  #sed -i 's#<module>jsfunit</module>##g' pom.xml   # Linux only
+  sed "s#<module>jsfunit</module>##g" pom.xml > pom_tmp.xml && mv -f pom_tmp.xml pom.xml
+
   ##  Dump settings - without explicitely set settings file
   mvn -Pjboss5x help:effective-settings
   ##  Dump settings - with explicitely set settings file



More information about the embjopr-commits mailing list