awips2/edexOsgi/build.edex/build.bat
Matt Nash c83e5ff474 Moving 12.1.1 into ss_sync
Former-commit-id: 2a9569942c48542cf708b6c0b9189146fd954c11
2012-01-19 11:53:12 -06:00

20 lines
No EOL
449 B
Batchfile

setlocal
rmdir /s/q tmp
SET ECLIPSE_HOME=%CD%\eclipse
SET BUILDER=%CD%
cd %ECLIPSE_HOME%\plugins\org.eclipse.pde.build_*
SET PDE_BUILD=%CD%
cd %BUILDER%
java -jar %ECLIPSE_HOME%\plugins\org.eclipse.equinox.launcher_*.jar ^
-application org.eclipse.ant.core.antRunner ^
-buildfile %PDE_BUILD%\scripts\productBuild\productBuild.xml ^
-DbaseLocation=%ECLIPSE_HOME% ^
-Dbuilder=%BUILDER% ^
-DbuildDirectory=%BUILDER%\tmp ^
-Dbase=%BUILDER%
endlocal