Author: chris.laprun(a)jboss.com
Date: 2008-03-19 23:51:52 -0400 (Wed, 19 Mar 2008)
New Revision: 10347
Modified:
modules/portlet/trunk/releaseLibs.sh
Log:
Fixed incorrect variable name
Modified: modules/portlet/trunk/releaseLibs.sh
===================================================================
--- modules/portlet/trunk/releaseLibs.sh 2008-03-20 03:12:17 UTC (rev 10346)
+++ modules/portlet/trunk/releaseLibs.sh 2008-03-20 03:51:52 UTC (rev 10347)
@@ -4,7 +4,7 @@
echo "Copies current version of portlet 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 portlet
module of your local repository copy"
-echo "Set 'repos' variable to the lib directory for the portlet module of
your local JBoss Portal 2.7 thirparty directory"
+echo "Set 'thirdparty' variable to the lib directory for the portlet module
of your local JBoss Portal 2.7 thirparty directory"
echo ""
echo "repos currently set at: $repos"
echo "thirdparty currently set at: $thirdparty"
@@ -26,4 +26,4 @@
cp federation/target/portlet-federation-2.0.0-SNAPSHOT.jar
$loc/portal-portlet-federation-lib.jar
cp jsr168api/target/portlet-jsr168api-2.0.0-SNAPSHOT.jar
$loc/portal-portlet-jsr168api-lib.jar
cp management/target/portlet-management-2.0.0-SNAPSHOT.jar
$loc/portal-portlet-management-lib.jar
-cp portlet/target/portlet-portlet-2.0.0-SNAPSHOT.jar $loc/portal-portlet-lib.jar
\ No newline at end of file
+cp portlet/target/portlet-portlet-2.0.0-SNAPSHOT.jar $loc/portal-portlet-lib.jar
Show replies by date