Updated ant.bat to run

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3472 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro 2006-02-16 20:18:18 +00:00 committed by derek
parent 3f9cf661ea
commit 74ca03f5b3
2 changed files with 7 additions and 3 deletions

View File

@ -23,14 +23,14 @@ rem //------------------------------------------------------------------------//
rem // Make the correct classpath (should include the java jars and the rem // Make the correct classpath (should include the java jars and the
rem // Ant jars) rem // Ant jars)
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//
SET CP=%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\junit.jar SET CP="%JAVA_HOME%\lib\tools.jar;.\ant.jar;.\junit.jar"
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//
rem // Run Ant rem // Run Ant
rem // Note for Win 98/95 users: You need to change "%*" in the following rem // Note for Win 98/95 users: You need to change "%*" in the following
rem // line to be "%1 %2 %3 %4 %5 %6 %7 %8 %9" rem // line to be "%1 %2 %3 %4 %5 %6 %7 %8 %9"
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//
%JAVA_HOME%\bin\java -Xms32m -Xmx128m -classpath %CP% -Dant.home=. org.apache.tools.ant.Main %* "%JAVA_HOME%\bin\java" -Xms32m -Xmx128m -classpath %CP% -Dant.home=. org.apache.tools.ant.Main %*
goto end goto end
rem //------------------------------------------------------------------------// rem //------------------------------------------------------------------------//

View File

@ -8,7 +8,7 @@
<content url="file://$MODULE_DIR$/../.."> <content url="file://$MODULE_DIR$/../..">
<sourceFolder url="file://$MODULE_DIR$/../resources" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/../resources" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../source" isTestSource="false" /> <sourceFolder url="file://$MODULE_DIR$/../../source" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/../../test" isTestSource="true" /> <sourceFolder url="file://$MODULE_DIR$/../../test" isTestSource="false" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
@ -86,5 +86,9 @@
</orderEntry> </orderEntry>
<orderEntryProperties /> <orderEntryProperties />
</component> </component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
<option name="USE_PROJECT_VCS" value="false" />
</component>
</module> </module>