Skip to Content.
Sympa Menu

notify-dpml - r1136 - in trunk/main: . central/src/docs/depot/library central/src/docs/transit/concepts central/src/docs/transit/config depot depot/library/common/etc/test depot/library/common/etc/test/ant depot/library/common/etc/test/commons-cli depot/library/common/etc/test/dpml depot/library/common/etc/test/jgoodies depot/library/common/etc/test/junit depot/library/common/etc/test/xstream depot/library/common/src/main/net/dpml/library/impl external metro metro/builder/src/main/net/dpml/metro/builder planet planet/http transit transit/core/etc/prefs/xmls transit/core/src/main/net/dpml/lang transit/core/src/main/net/dpml/transit util

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: r1136 - in trunk/main: . central/src/docs/depot/library central/src/docs/transit/concepts central/src/docs/transit/config depot depot/library/common/etc/test depot/library/common/etc/test/ant depot/library/common/etc/test/commons-cli depot/library/common/etc/test/dpml depot/library/common/etc/test/jgoodies depot/library/common/etc/test/junit depot/library/common/etc/test/xstream depot/library/common/src/main/net/dpml/library/impl external metro metro/builder/src/main/net/dpml/metro/builder planet planet/http transit transit/core/etc/prefs/xmls transit/core/src/main/net/dpml/lang transit/core/src/main/net/dpml/transit util
  • Date: Fri, 24 Feb 2006 18:52:17 +0100

Author: mcconnell
Date: 2006-02-24 18:52:10 +0100 (Fri, 24 Feb 2006)
New Revision: 1136

Modified:
trunk/main/central/src/docs/depot/library/index.xml
trunk/main/central/src/docs/depot/library/modules.xml
trunk/main/central/src/docs/transit/concepts/plugins.xml
trunk/main/central/src/docs/transit/config/index.xml
trunk/main/depot/library/common/etc/test/ant/module.xml
trunk/main/depot/library/common/etc/test/commons-cli/module.xml
trunk/main/depot/library/common/etc/test/dpml/module.xml
trunk/main/depot/library/common/etc/test/jgoodies/module.xml
trunk/main/depot/library/common/etc/test/junit/module.xml
trunk/main/depot/library/common/etc/test/library.xml
trunk/main/depot/library/common/etc/test/test.xml
trunk/main/depot/library/common/etc/test/xstream/module.xml

trunk/main/depot/library/common/src/main/net/dpml/library/impl/ModuleBuilder.java
trunk/main/depot/module.xml
trunk/main/external/library.xml
trunk/main/library.xml

trunk/main/metro/builder/src/main/net/dpml/metro/builder/ComponentPlugin.java
trunk/main/metro/module.xml
trunk/main/planet/http/module.xml
trunk/main/planet/module.xml
trunk/main/transit/core/etc/prefs/xmls/standard.xml
trunk/main/transit/core/src/main/net/dpml/lang/DefaultPlugin.java
trunk/main/transit/core/src/main/net/dpml/transit/TransitBuilder.java
trunk/main/transit/module.xml
trunk/main/util/module.xml
Log:
move all dtd definitions to http://download.dpml.net/dtds/


Modified: trunk/main/central/src/docs/depot/library/index.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/index.xml 2006-02-24 17:23:03
UTC (rev 1135)
+++ trunk/main/central/src/docs/depot/library/index.xml 2006-02-24 17:52:10
UTC (rev 1136)
@@ -65,7 +65,7 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>


Modified: trunk/main/central/src/docs/depot/library/modules.xml
===================================================================
--- trunk/main/central/src/docs/depot/library/modules.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/central/src/docs/depot/library/modules.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -164,7 +164,7 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>

@@ -217,7 +217,7 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="depot">


Modified: trunk/main/central/src/docs/transit/concepts/plugins.xml
===================================================================
--- trunk/main/central/src/docs/transit/concepts/plugins.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/central/src/docs/transit/concepts/plugins.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -126,7 +126,7 @@
<pre><![CDATA[

<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE plugin PUBLIC "-//DPML//DTD Standard Plugin Version 1.0//EN"
"http://www.dpml.net/dtds/plugin_1_0.dtd"; >
+<!DOCTYPE plugin PUBLIC "-//DPML//DTD Standard Plugin Version 1.0//EN"
"http://download.dpml.net/dtds/plugin_1_0.dtd"; >

<plugin version="1.0.0">
<strategy class="net.dpml.transit.StandardHandler">

Modified: trunk/main/central/src/docs/transit/config/index.xml
===================================================================
--- trunk/main/central/src/docs/transit/config/index.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/central/src/docs/transit/config/index.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -71,7 +71,7 @@

<source><![CDATA[
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE transit PUBLIC "-//DPML//DTD Transit Configuration Version
1.0//EN" "http://www.dpml.net/dtds/transit_1_0.dtd"; >
+<!DOCTYPE transit PUBLIC "-//DPML//DTD Transit Configuration Version
1.0//EN" "http://download.dpml.net/dtds/transit_1_0.dtd"; >

<transit cache="${dpml.data}/cache" layout="classic">


Modified: trunk/main/depot/library/common/etc/test/ant/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/ant/module.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/ant/module.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="ant" version="1.6.5">


Modified: trunk/main/depot/library/common/etc/test/commons-cli/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/commons-cli/module.xml
2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/commons-cli/module.xml
2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="commons-cli" version="1.0">


Modified: trunk/main/depot/library/common/etc/test/dpml/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/dpml/module.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/dpml/module.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="dpml" basedir="..">


Modified: trunk/main/depot/library/common/etc/test/jgoodies/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/jgoodies/module.xml
2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/jgoodies/module.xml
2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="jgoodies">


Modified: trunk/main/depot/library/common/etc/test/junit/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/junit/module.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/junit/module.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="junit" version="3.8.1">


Modified: trunk/main/depot/library/common/etc/test/library.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/library.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/library.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>


Modified: trunk/main/depot/library/common/etc/test/test.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/test.xml 2006-02-24 17:23:03
UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/test.xml 2006-02-24 17:52:10
UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>


Modified: trunk/main/depot/library/common/etc/test/xstream/module.xml
===================================================================
--- trunk/main/depot/library/common/etc/test/xstream/module.xml 2006-02-24
17:23:03 UTC (rev 1135)
+++ trunk/main/depot/library/common/etc/test/xstream/module.xml 2006-02-24
17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="xstream" version="1.1">


Modified:
trunk/main/depot/library/common/src/main/net/dpml/library/impl/ModuleBuilder.java
===================================================================
---
trunk/main/depot/library/common/src/main/net/dpml/library/impl/ModuleBuilder.java
2006-02-24 17:23:03 UTC (rev 1135)
+++
trunk/main/depot/library/common/src/main/net/dpml/library/impl/ModuleBuilder.java
2006-02-24 17:52:10 UTC (rev 1136)
@@ -80,7 +80,7 @@
"-//DPML//DTD Library 1.0//EN";

public static final String SYSTEM_ID =
- "http://www.dpml.net/dtds/library_1_0.dtd";;
+ "http://download.dpml.net/dtds/library_1_0.dtd";;

public static final String RESOURCE =
"net/dpml/library/library_1_0.dtd";

Modified: trunk/main/depot/module.xml
===================================================================
--- trunk/main/depot/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/depot/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="depot">


Modified: trunk/main/external/library.xml
===================================================================
--- trunk/main/external/library.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/external/library.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>


Modified: trunk/main/library.xml
===================================================================
--- trunk/main/library.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/library.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE library PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<library>


Modified:
trunk/main/metro/builder/src/main/net/dpml/metro/builder/ComponentPlugin.java
===================================================================
---
trunk/main/metro/builder/src/main/net/dpml/metro/builder/ComponentPlugin.java
2006-02-24 17:23:03 UTC (rev 1135)
+++
trunk/main/metro/builder/src/main/net/dpml/metro/builder/ComponentPlugin.java
2006-02-24 17:52:10 UTC (rev 1136)
@@ -68,7 +68,7 @@
"-//DPML//DTD Component Plugin Version 1.0//EN";

private static final String SYSTEM_ID =
- "http://www.dpml.net/dtds/component_1_0.dtd";;
+ "http://download.dpml.net/dtds/component_1_0.dtd";;

private static final String RESOURCE =
"net/dpml/lang/component_1_0.dtd";

Modified: trunk/main/metro/module.xml
===================================================================
--- trunk/main/metro/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/metro/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="metro">


Modified: trunk/main/planet/http/module.xml
===================================================================
--- trunk/main/planet/http/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/planet/http/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="http" basedir=".">


Modified: trunk/main/planet/module.xml
===================================================================
--- trunk/main/planet/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/planet/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="planet">


Modified: trunk/main/transit/core/etc/prefs/xmls/standard.xml
===================================================================
--- trunk/main/transit/core/etc/prefs/xmls/standard.xml 2006-02-24 17:23:03
UTC (rev 1135)
+++ trunk/main/transit/core/etc/prefs/xmls/standard.xml 2006-02-24 17:52:10
UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE transit PUBLIC "-//DPML//DTD Transit Configuration Version
1.0//EN" "http://www.dpml.net/dtds/transit_1_0.dtd"; >
+<!DOCTYPE transit PUBLIC "-//DPML//DTD Transit Configuration Version
1.0//EN" "http://download.dpml.net/dtds/transit_1_0.dtd"; >

<transit cache="${dpml.data}/cache" layout="classic">


Modified: trunk/main/transit/core/src/main/net/dpml/lang/DefaultPlugin.java
===================================================================
--- trunk/main/transit/core/src/main/net/dpml/lang/DefaultPlugin.java
2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/transit/core/src/main/net/dpml/lang/DefaultPlugin.java
2006-02-24 17:52:10 UTC (rev 1136)
@@ -50,7 +50,7 @@
"-//DPML//DTD Standard Plugin Version 1.0//EN";

public static final String STANDARD_SYSTEM_ID =
- "http://www.dpml.net/dtds/plugin_1_0.dtd";;
+ "http://download.dpml.net/dtds/plugin_1_0.dtd";;

public static final String STANDARD_RESOURCE =
"net/dpml/lang/plugin_1_0.dtd";

Modified:
trunk/main/transit/core/src/main/net/dpml/transit/TransitBuilder.java
===================================================================
--- trunk/main/transit/core/src/main/net/dpml/transit/TransitBuilder.java
2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/transit/core/src/main/net/dpml/transit/TransitBuilder.java
2006-02-24 17:52:10 UTC (rev 1136)
@@ -67,7 +67,7 @@
"-//DPML//DTD Transit Configuration Version 1.0//EN";

public static final String SYSTEM_ID =
- "http://www.dpml.net/dtds/transit_1_0.dtd";;
+ "http://download.dpml.net/dtds/transit_1_0.dtd";;

public static final String RESOURCE =
"net/dpml/transit/transit_1_0.dtd";

Modified: trunk/main/transit/module.xml
===================================================================
--- trunk/main/transit/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/transit/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="transit">


Modified: trunk/main/util/module.xml
===================================================================
--- trunk/main/util/module.xml 2006-02-24 17:23:03 UTC (rev 1135)
+++ trunk/main/util/module.xml 2006-02-24 17:52:10 UTC (rev 1136)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://www.dpml.net/dtds/library_1_0.dtd"; >
+<!DOCTYPE module PUBLIC "-//DPML//DTD Library 1.0//EN"
"http://download.dpml.net/dtds/library_1_0.dtd"; >

<module name="util" basedir=".">





  • r1136 - in trunk/main: . central/src/docs/depot/library central/src/docs/transit/concepts central/src/docs/transit/config depot depot/library/common/etc/test depot/library/common/etc/test/ant depot/library/common/etc/test/commons-cli depot/library/common/etc/test/dpml depot/library/common/etc/test/jgoodies depot/library/common/etc/test/junit depot/library/common/etc/test/xstream depot/library/common/src/main/net/dpml/library/impl external metro metro/builder/src/main/net/dpml/metro/builder planet planet/http transit transit/core/etc/prefs/xmls transit/core/src/main/net/dpml/lang transit/core/src/main/net/dpml/transit util, mcconnell at BerliOS, 02/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page