svn commit: rev 21171 - in avalon/trunk: . central central/site
[email protected] 13 Jun 2004 20:57:08 -0000
Newsgroups
gmane.comp.jakarta.avalon.cvs
Message-ID
<[email protected] >
Author: mcconnell
Date: Sun Jun 13 13:57:07 2004
New Revision: 21171
Added:
avalon/trunk/build.properties (contents, props changed)
avalon/trunk/build.xml (contents, props changed)
avalon/trunk/central/build.properties (contents, props changed)
avalon/trunk/central/build.xml (contents, props changed)
Modified:
avalon/trunk/ (props changed)
avalon/trunk/central/site/build.properties
Log:
add top-level build
Added: avalon/trunk/build.properties
==============================================================================
--- (empty file)
+++ avalon/trunk/build.properties Sun Jun 13 13:57:07 2004
@@ -0,0 +1 @@
+project.home = central/system
Added: avalon/trunk/build.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/build.xml Sun Jun 13 13:57:07 2004
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="runtime" default="dist" basedir="." xmlns:x="antlib:org.apache.avalon.tools">
+
+ <property file="build.properties"/>
+
+ <target name="bootstrap">
+ <ant dir="${basedir}/tools/project"/>
+ </target>
+
+ <target name="integrity-check">
+ <ant inheritall="false" dir="central/system/build" antfile="integrity.xml"/>
+ </target>
+
+ <target name="clean" depends="integrity-check">
+ <ant inheritall="false" dir="runtime" target="clean"/>
+ <ant inheritall="false" dir="central" target="clean"/>
+ </target>
+
+ <target name="dist" depends="integrity-check,runtime,central"/>
+
+ <target name="runtime" depends="integrity-check">
+ <ant inheritall="false" dir="runtime" target="dist"/>
+ </target>
+
+ <target name="central" depends="integrity-check">
+ <ant inheritall="false" dir="central" target="dist"/>
+ </target>
+
+</project>
Added: avalon/trunk/central/build.properties
==============================================================================
--- (empty file)
+++ avalon/trunk/central/build.properties Sun Jun 13 13:57:07 2004
@@ -0,0 +1 @@
+project.home = system
Added: avalon/trunk/central/build.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/central/build.xml Sun Jun 13 13:57:07 2004
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="central" default="dist" basedir="." xmlns:x="antlib:org.apache.avalon.tools">
+
+ <property file="build.properties"/>
+ <import file="${project.home}/build/reactor.xml"/>
+
+</project>
Modified: avalon/trunk/central/site/build.properties
==============================================================================
--- avalon/trunk/central/site/build.properties (original)
+++ avalon/trunk/central/site/build.properties Sun Jun 13 13:57:07 2004
@@ -1,3 +1,5 @@
+
project.home = ../system
+project.name = site
project.xdoc.anchor.url = https://svn.apache.org/repos/asf/avalon/trunk/central/site/src/xdocs
project.xdoc.logo.left.file = images/feather.jpg