Author: rob.stryker(a)jboss.com
Date: 2011-03-30 17:29:12 -0400 (Wed, 30 Mar 2011)
New Revision: 30168
Modified:
workspace/rstryker/manifestVersions/FixManifests/bin/run.sh
Log:
fixed
Modified: workspace/rstryker/manifestVersions/FixManifests/bin/run.sh
===================================================================
--- workspace/rstryker/manifestVersions/FixManifests/bin/run.sh 2011-03-30 20:46:06 UTC
(rev 30167)
+++ workspace/rstryker/manifestVersions/FixManifests/bin/run.sh 2011-03-30 21:29:12 UTC
(rev 30168)
@@ -1,5 +1,6 @@
#/bin/sh
+component=$1
tmpfileloc=~/tmpFile
-rootFolder=~/code/jbtools/jbosstools/trunk/as/plugins/
+rootFolder=~/code/jbtools/jbosstools/trunk/$component/plugins
-ls $rootFolder | grep -v "pom.xml" | awk -v rootFolder=$rootFolder '{ print
"java Main ../src/data.mf " $rootFolder "/" $0
"/META-INF/MANIFEST.MF > ~/tmpFile && mv ~/tmpFile " $rootFolder
"/" $0 "/META-INF/MANIFEST.MF"; }'
+ls $rootFolder | grep -v "pom.xml" | awk -v rootFolder=$rootFolder '{ print
"java Main ../src/data.mf " rootFolder "/" $0
"/META-INF/MANIFEST.MF > ~/tmpFile && mv ~/tmpFile " rootFolder
"/" $0 "/META-INF/MANIFEST.MF"; }'
Show replies by date