Skip to Content.
Sympa Menu

notify-dpml - r1449 - in trunk/main/planet: . process process/info

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: r1449 - in trunk/main/planet: . process process/info
  • Date: Fri, 19 May 2006 17:35:47 +0200

Author: mcconnell
Date: 2006-05-19 17:35:46 +0200 (Fri, 19 May 2006)
New Revision: 1449

Added:
trunk/main/planet/process/info/build.xml
trunk/main/planet/process/info/etc/
trunk/main/planet/process/info/src/
Removed:
trunk/main/planet/process/build.xml
trunk/main/planet/process/etc/
trunk/main/planet/process/src/
Modified:
trunk/main/planet/module.xml
Log:
move process to process/info

Modified: trunk/main/planet/module.xml
===================================================================
--- trunk/main/planet/module.xml 2006-05-19 15:33:55 UTC (rev 1448)
+++ trunk/main/planet/module.xml 2006-05-19 15:35:46 UTC (rev 1449)
@@ -5,7 +5,7 @@

<module file="http/module.xml"/>

- <project name="dpml-process" basedir="process">
+ <project name="dpml-process-info" basedir="process/info">
<types>
<type id="xsd"/>
</types>

Deleted: trunk/main/planet/process/build.xml
===================================================================
--- trunk/main/planet/process/build.xml 2006-05-19 15:33:55 UTC (rev 1448)
+++ trunk/main/planet/process/build.xml 2006-05-19 15:35:46 UTC (rev 1449)
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-
-<!--
- Copyright 2006 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-process"
- xmlns:transit="antlib:net.dpml.transit"
- xmlns:x="dpml:depot"
- default="install">
-
- <transit:import uri="local:template:dpml/tools/standard"/>
-
- <target name="package" depends="standard.package">
- <property name="deliverables"
location="${project.target.deliverables.dir}"/>
- <property name="xsds" location="${deliverables}/xsds"/>
- <mkdir dir="${xsds}"/>
- <property name="filename"
value="${project.name}-${project.version}.xsd"/>
- <copy toFile="${xsds}/${filename}" preservelastmodified="true"
overwrite="true"
- file="${project.target.dir}/process.xsd"/>
- </target>
-
-</project>

Copied: trunk/main/planet/process/info/build.xml (from rev 1448,
trunk/main/planet/process/build.xml)

Copied: trunk/main/planet/process/info/etc (from rev 1447,
trunk/main/planet/process/etc)

Copied: trunk/main/planet/process/info/src (from rev 1447,
trunk/main/planet/process/src)




  • r1449 - in trunk/main/planet: . process process/info, mcconnell at BerliOS, 05/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page