Author: chris.laprun(a)jboss.com
Date: 2008-03-19 23:52:18 -0400 (Wed, 19 Mar 2008)
New Revision: 10348
Modified:
modules/common/trunk/releaseLibs.sh
Log:
Fixed incorrect variable name
Modified: modules/common/trunk/releaseLibs.sh
===================================================================
--- modules/common/trunk/releaseLibs.sh 2008-03-20 03:51:52 UTC (rev 10347)
+++ modules/common/trunk/releaseLibs.sh 2008-03-20 03:52:18 UTC (rev 10348)
@@ -1,10 +1,10 @@
-repos=/home/theute/Portal/repo/jboss-portal/modules/common/trunk-SNAPSHOT/lib
-thirdparty=/home/theute/Portal/workspace_2.7/thirdparty/jboss-portal/modules/common/lib/
+repos=$HOME/Dev/portal-modules-respo/common/trunk-SNAPSHOT/lib
+thirdparty=$HOME/Dev/jboss-portal-2.7/thirdparty/jboss-portal/modules/common/lib/
-echo "Copies current version of portlet libraries either to local repository copy or
Portal thirdparty to test or release purpose"
+echo "Copies current version of common libraries either to local repository copy or
Portal thirdparty to test or release purpose"
echo "Usage: '$0' to release to Portal thirdparty, '$0 repos' to
release to repository local copy"
echo "Set 'repos' variable to the snapshot lib directory for the common
module of your local repository copy"
-echo "Set 'repos' variable to the lib directory for the common module of
your local JBoss Portal 2.7 thirparty directory"
+echo "Set 'thirdparty' variable to the lib directory for the common module
of your local JBoss Portal 2.7 thirparty directory"
echo ""
echo "repos currently set at: $repos"
echo "thirdparty currently set at: $thirdparty"
Show replies by date