From: dion g. <dio...@us...> - 2004-07-18 13:36:42
|
diongillard 04/07/18 06:36:36 Modified: was40 plugin.properties Log: Give properties for the ear file name a more logical default Add sleep properties for reinstall Revision Changes Path 1.6 +6 -1 maven-plugins/was40/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/plugin.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.properties 18 Mar 2004 22:03:51 -0000 1.5 +++ plugin.properties 18 Jul 2004 13:36:36 -0000 1.6 @@ -9,7 +9,7 @@ maven.was40.home=C:/WebSphere/AppServer maven.was40.bin=${maven.was40.home}/bin maven.was40.wscpExe=${maven.was40.bin}/wscp -maven.was40.enterprise.app=EnterpriseApp +maven.was40.enterprise.app=EnterpriseApp.ear maven.was40.enterprise.app.name=EnterpriseAppName maven.was40.appserver=Default\ Server maven.was40.serverGroup.name=ServerGroupName @@ -76,6 +76,11 @@ ############################### Do not put these in "Quotes" ############################### +# +# reinstall sleep properties +# +maven.was40.sleep.start=60 +maven.was40.sleep.stop=30 # # ejb-related properties |