From 7de909cb5a532ef50c13f23ce696f3035a33dd30 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Fri, 24 Dec 2004 05:47:14 +0000 Subject: [PATCH] Finalise Ant removal. --- ant.bat | 2 - ant.sh | 1 - build.xml | 590 --------------------------------------------- project.properties | 106 +------- 4 files changed, 7 insertions(+), 692 deletions(-) delete mode 100644 ant.bat delete mode 100644 ant.sh delete mode 100644 build.xml diff --git a/ant.bat b/ant.bat deleted file mode 100644 index 4bcbeeb144..0000000000 --- a/ant.bat +++ /dev/null @@ -1,2 +0,0 @@ -%JAVA_HOME%/bin/java -cp lib/ant/ant.jar;lib/ant/ant-launcher.jar;lib/ant/ant-junit.jar;lib/junit/junit.jar;lib/clover/clover.jar;%JAVA_HOME%/lib/tools.jar org.apache.tools.ant.Main %1 %2 %3 %4 %5 %6 %7 %8 - diff --git a/ant.sh b/ant.sh deleted file mode 100644 index eeb63fca42..0000000000 --- a/ant.sh +++ /dev/null @@ -1 +0,0 @@ -$JAVA_HOME/bin/java -cp lib/ant/ant.jar:lib/ant/ant-launcher.jar:lib/ant/ant-junit.jar:lib/junit/junit.jar:lib/clover/clover.jar:$JAVA_HOME/lib/tools.jar org.apache.tools.ant.Main $1 $2 $3 $4 $5 $6 $7 $8 $9 diff --git a/build.xml b/build.xml deleted file mode 100644 index fca0058dd1..0000000000 --- a/build.xml +++ /dev/null @@ -1,590 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Acegi Security System for Spring]]> - Acegi Security System for Spring Project]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Launching coverage viewer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/project.properties b/project.properties index 1754893248..293b09e605 100644 --- a/project.properties +++ b/project.properties @@ -1,104 +1,21 @@ -# Ant properties for building the Acegi Security System for Spring. +# $Id$ # Values in this file will be overriden by any values with the same name # in the user-created build.properties file. -# $Id$ - -# Project version -acegi-security-version=0.7.0-pre - -# Project name -name=acegi-security-system-for-spring - # Compile settings maven.compile.debug=on maven.compile.target=1.3 maven.compile.source=1.3 -# With the exception of 'dist' and 'docs/api', all artifacts produced by -# the build go somewhere underneath the target dir -target.dir=${basedir}/target - -# Main source tree will be compiled into this directory tree -target.classes.dir=${target.dir}/classes - -# Test tree will be compiled into this directory tree -target.testclasses.dir=${target.dir}/test-classes - -# Names of distribution jar files -acegi-security.jar=acegi-security.jar - -# Names of distribution jar files -acegi-taglib.jar=acegi-security-taglib.jar - -# Name of Zip file containing all project sources -acegi-security-src.zip=acegi-security-src.zip - -# Library directory within project. Where third party jars reside. -lib.dir=${basedir}/lib - -# Source directory under the current root -src.dir=${basedir}/src - -# Directory for generated API documentation --> -javadocs.dir=${basedir}/docs/api - -# Test directory under the current root -test.dir=${basedir}/test - -# Wildcards to be matched by JUnit tests -# Convention is that our JUnit test classes have names like XXXXTestSuite or XXXTests -test.includes=**/*TestSuite.class **/*Tests.class - -# Wildcards to exclude among JUnit tests -test.excludes= - -# Directory where JUnit test reports are written -target.junit.reports.dir=${target.dir}/test-reports - -# Directory we generate distribution units such as jars and zips to -dist.dir=dist - -# Directory for release ZIPs -target.release.dir=${target.dir}/release - -# ZIP file that gets created for a release -release.zip=acegi-security-${acegi-security-version}.zip -release-with-dependencies.zip=acegi-security-${acegi-security-version}-with-dependencies.zip - -# Path prefix within the ZIP file -release.path=acegi-security-${acegi-security-version} - -# This is only used by the ant build to kill this directory, where IDEs may -# place other class files (for samples, etc.) -target.otherclasses.dir=${target.dir}/other-classes - -# Where to find code formatting rules -jalopy.xml=jalopy.xml - -# Clover properties -target.clover.dir=${target.dir}/clover -clover.dbdir=${target.clover.dir}/db -clover.dbfile=acegi_security_coverage.db -clover.tmpdir=${target.clover.dir}/tmp -target.clover.html.dir=${target.dir}/clover-reports - -# ------------------------------------------------------------------------ -# docbook reference documentation -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -doc.dir=docs -doc.ref.dir=docs/reference -dist.ref.dir=docs/reference - - -# ------------------------------------------------------------------------ -# maven configuration -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Add this to a build.properties file #maven.username=your_sourceforge_username +# If you'd like to have generated JARs signed, add these to build.properties +#signature.alias= +#signature.storepass= +#signature.keystore= + maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven,http://maven-plugins.sourceforge.net/repository # Site generation properties @@ -118,6 +35,7 @@ maven.repo.list=acegi maven.repo.acegi=sftp://shell.sourceforge.net maven.repo.acegi.directory=/home/groups/a/ac/acegisecurity/htdocs/maven maven.repo.acegi.group=acegisecurity + # These must be set elsewhere # Useful background: http://jira.codehaus.org/secure/attachment/13459/site-deployment.xml # List of applicable properties: http://maven.apache.org/reference/plugins/artifact/properties.html @@ -155,13 +73,3 @@ maven.dashboard.runreactor=false maven.multiproject.site.goals=site,dashboard:report-single # needed to get clover reports running dashboard-single maven.clover.report.xml=true - - - -#------------------------------------------------------------------------ -# Commons Attributes -#------------------------------------------------------------------------ - -# org.apache.commons.attributes.enable=true -# org.apache.commons.attributes.index.enable=true -