User: pathoss
Date: 02/05/14 02:58:51
Modified: core Tag: MODULE_REFACTORING_BRANCH build.xml
Log:
Fixed the build scripts.
Revision Changes Path
No revision
No revision
1.1.2.7 +4 -4 xdoclet/core/Attic/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/Attic/build.xml,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -w -r1.1.2.6 -r1.1.2.7
--- build.xml 13 May 2002 21:42:58 -0000 1.1.2.6
+++ build.xml 14 May 2002 09:58:51 -0000 1.1.2.7
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
-<project name="XDoclet Core" default="jar" basedir="..">
+<project name="XDoclet Core" default="jar" basedir=".">
- <property file="build.properties"/>
+ <property file="../build.properties"/>
<!-- =================================================================== -->
<!-- Define class path -->
@@ -23,7 +23,7 @@
<!-- Init properties -->
<!-- =================================================================== -->
<target name="init">
- <available file="../xjavadoc/build.xml" property="xjavadoc.source.present"/>
+ <available file="${xjavadoc.dir}/build.xml"
property="xjavadoc.source.present"/>
<filterset id="xdoclet.filters">
<filter token="VERSION" value="${version}" />
@@ -78,7 +78,7 @@
<target name="build-xjavadoc" if="xjavadoc.source.present">
<!-- build xjavadoc -->
<echo message="XJavadoc sources are available. Building xjavadoc..."/>
- <ant dir="../xjavadoc" target="jar" inheritAll="false">
+ <ant dir="${xjavadoc.dir}" target="jar" inheritAll="false">
<property name="dist.dir" value="${dist.lib.dir}"/>
</ant>
</target>
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel