Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1745 - development/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1745 - development/main
  • Date: Sun, 06 Feb 2005 09:15:26 +0100

Author: niclas
Date: Sun Feb 6 09:15:26 2005
New Revision: 1745

Removed:
development/main/index.xml
Modified:
development/main/build.xml
Log:
Removed top level index.xml, as it should not be needed anymore, and added an
'all' target, for more convenience.

Modified: development/main/build.xml
==============================================================================
--- development/main/build.xml (original)
+++ development/main/build.xml Sun Feb 6 09:15:26 2005
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<!--
+<!--
Copyright 2004 Stephen J McConnell
Copyright 2004 Niclas Hedhman
-
+
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
+ You may obtain a copy of the License at
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
-
+
See the License for the specific language governing permissions and
limitations under the License.
-->
@@ -28,7 +28,7 @@
<ant dir="home" target="update"/>
</target>

- <target name="transit" depends="home"
+ <target name="transit" depends="home"
description="Build the Transit distribution and update the local
installation"/>

<target name="magic" description="Build magic (requires Transit).">
@@ -47,6 +47,14 @@
<ant dir="planet"/>
</target>

+ <target name="all" description="Build the entire DPML." >
+ <antcall target="transit" />
+ <antcall target="magic" />
+ <antcall target="metro" />
+ <antcall target="planet" />
+ <antcall target="central" />
+ </target>
+
<target name="clean" description="Clean all subprojects.">
<ant dir="home" target="clean"/>
<ant dir="magic" target="clean"/>



  • svn commit: r1745 - development/main, niclas, 02/06/2005

Archive powered by MHonArc 2.6.24.

Top of Page