Skip to Content.
Sympa Menu

notify-dpml - r1820 - in trunk/main/external: . ant jgoodies junit

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: r1820 - in trunk/main/external: . ant jgoodies junit
  • Date: Fri, 9 Feb 2007 00:32:37 +0100

Author: mcconnell
Date: 2007-02-09 00:32:32 +0100 (Fri, 09 Feb 2007)
New Revision: 1820

Removed:
trunk/main/external/junit/build.xml
Modified:
trunk/main/external/ant/build.xml
trunk/main/external/build.xml
trunk/main/external/index.xml
trunk/main/external/jgoodies/build.xml
Log:
SDK 2.X initial commit.

Modified: trunk/main/external/ant/build.xml
===================================================================
--- trunk/main/external/ant/build.xml 2007-02-08 23:32:10 UTC (rev 1819)
+++ trunk/main/external/ant/build.xml 2007-02-08 23:32:32 UTC (rev 1820)
@@ -18,7 +18,7 @@
-->

<project name="ant" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit"
+ xmlns:transit="antlib:dpml.tools.transit"
xmlns:x="dpml:depot" >

<transit:import uri="local:template:dpml/tools/standard"/>

Modified: trunk/main/external/build.xml
===================================================================
--- trunk/main/external/build.xml 2007-02-08 23:32:10 UTC (rev 1819)
+++ trunk/main/external/build.xml 2007-02-08 23:32:32 UTC (rev 1820)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>

<project name="external" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit"
+ xmlns:transit="antlib:dpml.tools.transit"
xmlns:x="dpml:depot" >

- <transit:plugin uri="link:part:dpml/depot/dpml-tools-builder">
- <antlib urn="dpml:depot" resource="net/dpml/tools/tasks/antlib.xml"/>
+ <transit:plugin uri="link:part:dpml/depot/dpml-depot-builder">
+ <antlib urn="dpml:depot" resource="dpml/tools/antlib.xml"/>
</transit:plugin>

<target name="default">

Modified: trunk/main/external/index.xml
===================================================================
--- trunk/main/external/index.xml 2007-02-08 23:32:10 UTC (rev 1819)
+++ trunk/main/external/index.xml 2007-02-08 23:32:32 UTC (rev 1820)
@@ -1,8 +1,7 @@
<?xml version="1.0"?>
-<index xmlns="link:xsd:dpml/lang/dpml-module#1.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
+<index xmlns="dpml:library">

- <module name="junit" version="3.8.1" basedir="junit">
+ <module name="junit" version="4.2" basedir="junit">

<properties>
<property name="project.publisher.name" value="JUnit"/>
@@ -29,7 +28,7 @@

</module>

- <module name="ant" version="1.6.5" basedir="ant">
+ <module name="org/apache/ant" version="1.7.0" basedir="ant">

<properties>
<property name="project.publisher.name" value="Apache Software
Foundation"/>
@@ -47,7 +46,7 @@

<resource name="ant">
<properties>
- <property name="project.api.root"
value="${project.api.host}/${project.group}/${project.version}"/>
+ <property name="project.api.root"
value="${project.api.host}/ant/${project.version}"/>
</properties>
<types>
<type id="jar"/>
@@ -56,7 +55,6 @@
<runtime>
<include key="ant-launcher"/>
<include key="ant-trax"/>
- <include key="ant-xslp"/>
</runtime>
</dependencies>
</resource>
@@ -73,17 +71,6 @@
</dependencies>
</resource>

- <resource name="ant-xslp">
- <types>
- <type id="jar"/>
- </types>
- <dependencies>
- <runtime>
- <include key="ant"/>
- </runtime>
- </dependencies>
- </resource>
-
<resource name="ant-trax">
<types>
<type id="jar"/>

Modified: trunk/main/external/jgoodies/build.xml
===================================================================
--- trunk/main/external/jgoodies/build.xml 2007-02-08 23:32:10 UTC (rev
1819)
+++ trunk/main/external/jgoodies/build.xml 2007-02-08 23:32:32 UTC (rev
1820)
@@ -18,7 +18,7 @@
-->

<project name="jgoodies" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit"
+ xmlns:transit="antlib:dpml.tools.transit"
xmlns:x="dpml:depot" >

<transit:import uri="local:template:dpml/tools/standard"/>

Deleted: trunk/main/external/junit/build.xml
===================================================================
--- trunk/main/external/junit/build.xml 2007-02-08 23:32:10 UTC (rev 1819)
+++ trunk/main/external/junit/build.xml 2007-02-08 23:32:32 UTC (rev 1820)
@@ -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="junit" default="install" basedir="."
- xmlns:transit="antlib:net.dpml.transit">
-
- <transit:import uri="local:template:dpml/tools/standard"/>
-
-</project>




  • r1820 - in trunk/main/external: . ant jgoodies junit, mcconnell at BerliOS, 02/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page