diff options
author | wisberg <wisberg> | 2005-05-11 08:59:26 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-11 08:59:26 +0000 |
commit | 54792fb9eb51b39ca7ddcdbbda96d3fea06fd6cf (patch) | |
tree | b9d9fe46aeb2a04ebe0454dd23a714a903799238 /docs | |
parent | 1198dea5bd7f7c03263805773bbce3bc21f8c715 (diff) | |
download | aspectj-54792fb9eb51b39ca7ddcdbbda96d3fea06fd6cf.tar.gz aspectj-54792fb9eb51b39ca7ddcdbbda96d3fea06fd6cf.zip |
Ant 1.6.3 imports rather than entities
Diffstat (limited to 'docs')
-rw-r--r-- | docs/build.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/build.xml b/docs/build.xml index 069484884..1a76f830c 100644 --- a/docs/build.xml +++ b/docs/build.xml @@ -12,13 +12,10 @@ <!-- Xerox/PARC initial implementation --> <!-- ========================================================================= --> -<!DOCTYPE project [ -<!ENTITY build-properties SYSTEM "file:../build/build-properties.xml"> -]> -<project name="build-docs" default="dist" basedir="."> +<project name="docs" default="dist" basedir="."> <property name="project.name" value="build-docs" /> - + <target name="product" depends="local-dist" /> <target name="clean" depends="clean-directories,clean-doc-directories" @@ -28,8 +25,8 @@ <!-- Init --> <!-- ===================================================================== --> - &build-properties; - + <import file="${basedir}/../build/build-properties.xml"/> + <target name="init" depends="init-properties,init-directories"> <property name="docs.src.pattern" |