Smaller eclipse workspace
Changed workspace name to reflect WebGoat Added the video solutions link Update readmen to reflect contributions and new stuff git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@355 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
ECHO OFF
|
||||
IF NOT EXIST workspace GOTO UNPACK
|
||||
IF NOT EXIST WebGoat_5_2_workspace GOTO UNPACK
|
||||
set JAVAHOME=java
|
||||
set PATH=%JAVAHOME%\bin;%PATH%
|
||||
set ECLIPSE_HOME=eclipse
|
||||
SET JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx768m
|
||||
|
||||
%ECLIPSE_HOME%\eclipse.exe -data .\workspace
|
||||
%ECLIPSE_HOME%\eclipse.exe -data .\WebGoat_5_2_workspace
|
||||
GOTO END
|
||||
|
||||
:UNPACK
|
||||
|
Reference in New Issue
Block a user