You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/06/05 23:36:14 UTC

svn commit: r411925 - /portals/jetspeed-2/trunk/components/deploy-tool/README.txt

Author: taylor
Date: Mon Jun  5 14:36:13 2006
New Revision: 411925

URL: http://svn.apache.org/viewvc?rev=411925&view=rev
Log:
no longer version specific

Modified:
    portals/jetspeed-2/trunk/components/deploy-tool/README.txt

Modified: portals/jetspeed-2/trunk/components/deploy-tool/README.txt
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/deploy-tool/README.txt?rev=411925&r1=411924&r2=411925&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/components/deploy-tool/README.txt (original)
+++ portals/jetspeed-2/trunk/components/deploy-tool/README.txt Mon Jun  5 14:36:13 2006
@@ -1,6 +1,9 @@
 To Run the command line tool to infuse automatic registration of portlet app at app server startup:
 
-java -jar target/jetspeed-deploy-tools-2.0-M4-SNAPSHOT-uber.jar [-s] source.war destination.war
+java -jar target/jetspeed-deploy-tools-{version}.jar [-s] source.war destination.war
+
+# for example, the 2.0 release would be
+java -jar target/jetspeed-deploy-tools-2.0.jar [-s] source.war destination.war
 
 -s: stripLoggers - remove commons-logging[version].jar and/or log4j[version].jar from war
                    required when targetting application servers like JBoss



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org