Skip to Content.
Sympa Menu

notify-dpml - r1147 - in trunk/main/transit: . core

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1147 - in trunk/main/transit: . core
  • Date: Tue, 28 Feb 2006 12:07:58 +0100

Author: mcconnell
Date: 2006-02-28 12:07:57 +0100 (Tue, 28 Feb 2006)
New Revision: 1147

Removed:
trunk/main/transit/build.xml
Modified:
trunk/main/transit/core/build.xml
Log:
synchronizing changes from the past week in prep for changes supporting
migration to XML Schema

Deleted: trunk/main/transit/build.xml
===================================================================
--- trunk/main/transit/build.xml 2006-02-28 11:04:59 UTC (rev 1146)
+++ trunk/main/transit/build.xml 2006-02-28 11:07:57 UTC (rev 1147)
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!--
- Copyright 2005 Stephen J McConnell
-
- 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
-
- 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.
--->
-
-<project name="dpml-transit" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit" >
-
- <transit:import uri="local:template:dpml/tools/standard"/>
-
-</project>

Modified: trunk/main/transit/core/build.xml
===================================================================
--- trunk/main/transit/core/build.xml 2006-02-28 11:04:59 UTC (rev 1146)
+++ trunk/main/transit/core/build.xml 2006-02-28 11:07:57 UTC (rev 1147)
@@ -86,10 +86,6 @@
<copy preservelastmodified="true" toDir="${dpml.prefs}/dpml/transit">
<fileset dir="${basedir}/target/prefs"/>
</copy>
- <move file="${target.deliverables.dir}/xsds/part.xsd"
-
toFile="${target.deliverables.dir}/xsds/${project.name}-${project.version}.xsd"/>
- <move file="${target.deliverables.dir}/xsds/part.xsd.link"
- toFile="${target.deliverables.dir}/xsds/${project.name}.xsd.link"/>
</target>

<target name="install" depends="bootstrap.install">




  • r1147 - in trunk/main/transit: . core, mcconnell at BerliOS, 02/28/2006

Archive powered by MHonArc 2.6.24.

Top of Page