Changeset 2959 for trunk/bin/set_classpath.bat
- Timestamp:
- Nov 27, 2006, 12:36:37 PM (15 years ago)
- Location:
- trunk/bin
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/set_classpath.bat
r2941 r2959 26 26 REM Set up the classpath 27 27 SET WEBINF=../www/WEB-INF 28 SET CP=.29 28 30 REM Base2 configuration 29 REM Base2 configuration files 31 30 SET CP=%CP%;%WEBINF%/classes 32 31 32 REM Additional data files 33 SET CP=%CP%;../data 34 33 35 REM Base2 core & installation 34 SET CP=%CP%; BASE2Install.jar36 SET CP=%CP%;jar/BASE2Install.jar 35 37 SET CP=%CP%;%WEBINF%/lib/BASE2Core.jar 36 38 SET CP=%CP%;%WEBINF%/lib/BASE2CorePlugins.jar
Note: See TracChangeset
for help on using the changeset viewer.