diff --git a/proposal/mutant/bootstrap.bat b/proposal/mutant/bootstrap.bat deleted file mode 100755 index 2db03f27a..000000000 --- a/proposal/mutant/bootstrap.bat +++ /dev/null @@ -1,30 +0,0 @@ -@echo off -REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights -REM reserved. - -REM cleanup curretn boot area -if exist bin rmdir /s/q bin -if exist bootstrap rmdir /s/q bootstrap -if exist dist rmdir /s/q dist - -REM compile init jar -mkdir bin\init -javac -d bin\init src\java\init\org\apache\ant\init\*.java - -REM compile bootstrap classes -mkdir bin\bootstrap -javac -classpath bin\init -d bin\bootstrap src\java\bootstrap\org\apache\ant\bootstrap\*.java - -REM compiler builder classes -mkdir bin\builder -javac -classpath bin\init;bin\bootstrap -d bin\builder src\java\bootstrap\org\apache\ant\builder\*.java - -REM run bootstrap -java -classpath bin\init;bin\bootstrap org.apache.ant.bootstrap.Bootstrap - -REM run full build using bootstrapped version -java -jar bootstrap\lib\start.jar %* - -REM Use the full build as the build used by the build script -xcopy /s /y dist bootstrap - diff --git a/proposal/mutant/bootstrap.sh b/proposal/mutant/bootstrap.sh deleted file mode 100755 index fe559c26f..000000000 --- a/proposal/mutant/bootstrap.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2000-2001 The Apache Software Foundation. All rights -# reserved. - -# cleanup curretn boot area -rm -rf bin bootstrap dist - -# compile init jar -mkdir -p bin/init -javac -d bin/init src/java/init/org/apache/ant/init/*.java - -# compile bootstrap classes -mkdir bin/bootstrap -javac -classpath bin/init -d bin/bootstrap src/java/bootstrap/org/apache/ant/bootstrap/*.java - -# compiler builder classes -mkdir bin/builder -javac -classpath bin/init:bin/bootstrap -d bin/builder src/java/bootstrap/org/apache/ant/builder/*.java - -# run bootstrap -java -classpath bin/init:bin/bootstrap org.apache.ant.bootstrap.Bootstrap - -# run full build using bootstrapped version -java -jar bootstrap/lib/core/start/start.jar $* - -# Use the full build as the build used by the build script -cp -r dist/lib bootstrap - diff --git a/proposal/mutant/build.bat b/proposal/mutant/build.bat deleted file mode 100755 index 173f649fb..000000000 --- a/proposal/mutant/build.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -REM Copyright (c) 2002 The Apache Software Foundation. All rights -REM reserved. - -java -jar bootstrap\lib\start.jar %* diff --git a/proposal/mutant/build.sh b/proposal/mutant/build.sh deleted file mode 100755 index 605550e26..000000000 --- a/proposal/mutant/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2002 The Apache Software Foundation. All rights -# reserved. - -java -jar bootstrap/lib/core/start/start.jar $@ diff --git a/proposal/mutant/build.xml b/proposal/mutant/build.xml deleted file mode 100644 index a503dd713..000000000 --- a/proposal/mutant/build.xml +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proposal/mutant/build/ant1compat.xml b/proposal/mutant/build/ant1compat.xml deleted file mode 100644 index 7d44d1559..000000000 --- a/proposal/mutant/build/ant1compat.xml +++ /dev/null @@ -1,799 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wsdl.found=${wsdl.found} - - - - - - - - csc.found=${csc.found} - - - - - - - csc.found=${csc.found} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - offline=${offline} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proposal/mutant/build/bootstrap.xml b/proposal/mutant/build/bootstrap.xml deleted file mode 100644 index 9cb40eb48..000000000 --- a/proposal/mutant/build/bootstrap.xml +++ /dev/null @@ -1,9 +0,0 @@ - - -