Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2934 - in development/main: . depot depot/console depot/console/src/main/net/dpml/depot/unit magic metro transit/core/etc

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2934 - in development/main: . depot depot/console depot/console/src/main/net/dpml/depot/unit magic metro transit/core/etc
  • Date: Tue, 28 Jun 2005 15:17:06 -0400

Author: mcconnell AT dpml.net
Date: Tue Jun 28 15:17:06 2005
New Revision: 2934

Modified:
development/main/depot/console/build.xml

development/main/depot/console/src/main/net/dpml/depot/unit/DepotStorageUnit.java
development/main/depot/module.properties
development/main/magic/module.properties
development/main/metro/index.xml
development/main/metro/module.properties
development/main/module.properties
development/main/transit/core/etc/project.module
Log:
Removed unused dependencies in indexes and update module defintions to
reflect correct svn urls.

Modified: development/main/depot/console/build.xml
==============================================================================
--- development/main/depot/console/build.xml (original)
+++ development/main/depot/console/build.xml Tue Jun 28 15:17:06 2005
@@ -17,8 +17,10 @@
<filter token="DEPOT-MAIN-CLASS" value="net.dpml.depot.Main" />
<x:filter token="STATION-PLUGIN-URI" key="dpml-depot-station"
feature="uri" type="plugin"/>
<x:filter token="TEST-PLUGIN-URI" key="dpml-depot-test" feature="uri"
type="plugin"/>
+ <x:filter token="TEST-SERVER-URI" key="dpml-test-mexico" feature="uri"
type="jar"/>
<x:filter token="DEPOT-CONSOLE-URI" feature="uri" type="jar"/>
<x:filter token="DEPOT-PREFS-URI" key="dpml-depot-prefs" feature="uri"
type="plugin"/>
+ <x:filter token="METRO-CENTRAL-URI" key="dpml-metro-central"
feature="uri" type="plugin"/>
</target>

<target name="build" depends="standard.build">
@@ -73,5 +75,4 @@
</copy>
</target>

-
</project>

Modified:
development/main/depot/console/src/main/net/dpml/depot/unit/DepotStorageUnit.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/unit/DepotStorageUnit.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/unit/DepotStorageUnit.java
Tue Jun 28 15:17:06 2005
@@ -128,7 +128,7 @@
{
String id = "mexico";
Preferences prefs = getPreferences().node( "groups" ).node( "demo"
).node( "profiles" ).node( id );
- prefs.put( "uri", "artifact:jar:dpml/test/dpml-test-mexico#SNAPSHOT"
);
+ prefs.put( "uri", "@TEST-SERVER-URI@" );
prefs.put( "title", "Depot Activation Test" );
prefs.put( "classname", "net.dpml.test.mexico.Server" );
}
@@ -137,7 +137,7 @@
{
String id = "metro";
Preferences prefs = getPreferences().node( "profiles" ).node( id );
- prefs.put( "uri",
"artifact:plugin:dpml/metro/dpml-metro-central#SNAPSHOT" );
+ prefs.put( "uri", "@METRO-CENTRAL-URI@" );
prefs.put( "title", "Metro" );
}


Modified: development/main/depot/module.properties
==============================================================================
--- development/main/depot/module.properties (original)
+++ development/main/depot/module.properties Tue Jun 28 15:17:06 2005
@@ -1 +1,2 @@

+project.module.svn = https://scm.dpml.net/repos/dpml/development/main/depot

Modified: development/main/magic/module.properties
==============================================================================
--- development/main/magic/module.properties (original)
+++ development/main/magic/module.properties Tue Jun 28 15:17:06 2005
@@ -1 +1,2 @@

+project.module.svn = https://scm.dpml.net/repos/dpml/development/main/magic

Modified: development/main/metro/index.xml
==============================================================================
--- development/main/metro/index.xml (original)
+++ development/main/metro/index.xml Tue Jun 28 15:17:06 2005
@@ -4,7 +4,6 @@

<import uri="${dpml.transit.uri}"/>
<import uri="${dpml.magic.uri}"/>
- <import uri="${dpml.depot.uri}"/>

<!--
Metro Modules
@@ -132,10 +131,8 @@
<include key="dpml-activity-api" tag="api"/>
<include key="dpml-parameters-api" tag="api"/>
<include key="dpml-configuration-api" tag="api"/>
- <include key="dpml-depot-console"/>
<include key="dpml-parameters-impl"/>
<include key="dpml-configuration-impl"/>
- <include key="commons-cli"/>
</dependencies>
</project>


Modified: development/main/metro/module.properties
==============================================================================
--- development/main/metro/module.properties (original)
+++ development/main/metro/module.properties Tue Jun 28 15:17:06 2005
@@ -1 +1,2 @@

+project.module.svn = https://scm.dpml.net/repos/dpml/development/main/metro

Modified: development/main/module.properties
==============================================================================
--- development/main/module.properties (original)
+++ development/main/module.properties Tue Jun 28 15:17:06 2005
@@ -1,6 +1,5 @@

project.module.repository = http://www.dpml.net
-project.module.svn = http://paris.dpml.net/svn/main
project.module.docs = http://www.dpml.net
project.module.home = ${project.module.docs}/central
project.module.license = ${project.module.home}/about/legal/license.html

Modified: development/main/transit/core/etc/project.module
==============================================================================
--- development/main/transit/core/etc/project.module (original)
+++ development/main/transit/core/etc/project.module Tue Jun 28 15:17:06
2005
@@ -14,8 +14,8 @@
<license href="http://www.dpml.net/central/about/legal/license.html"/>
<notice href="http://www.dpml.net/central/about/legal/notice.html"/>
</legal>
- <svn href="http://scm.dpml.net/repos/dpml/development/main/transit"/>
- <repository href="http://www.dpml.net"/>
+ <svn href="https://scm.dpml.net/repos/dpml/development/main/transit"/>
+ <repository href="http://repository.dpml.net/classic"/>
</header>

<resources>



  • svn commit: r2934 - in development/main: . depot depot/console depot/console/src/main/net/dpml/depot/unit magic metro transit/core/etc, mcconnell, 06/28/2005

Archive powered by MHonArc 2.6.24.

Top of Page