Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1247 - in development/main: . central/site/src/docs/products/metro/javadoc metro/main/src/main/net/dpml/metro planet/facilities

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1247 - in development/main: . central/site/src/docs/products/metro/javadoc metro/main/src/main/net/dpml/metro planet/facilities
  • Date: Sun, 19 Dec 2004 19:51:14 +0100

Author: mcconnell
Date: Sun Dec 19 19:51:14 2004
New Revision: 1247

Removed:
development/main/central/site/src/docs/products/metro/javadoc/
Modified:
development/main/index.xml
development/main/metro/main/src/main/net/dpml/metro/Metro.java
development/main/planet/facilities/index.xml
Log:
housekeeping

Modified: development/main/index.xml
==============================================================================
--- development/main/index.xml (original)
+++ development/main/index.xml Sun Dec 19 19:51:14 2004
@@ -30,8 +30,12 @@
<import index="magic/index.xml"
uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>

- <import index="metro/index.xml"/>
- <import index="planet/facilities/index.xml"/>
+ <import index="metro/index.xml"
+ uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>
+
+ <import index="planet/index.xml"
+ uri="artifact:module:dpml/planet/dpml-planet#SNAPSHOT"/>
+
<import index="central/index.xml"/>

</index>

Modified: development/main/metro/main/src/main/net/dpml/metro/Metro.java
==============================================================================
--- development/main/metro/main/src/main/net/dpml/metro/Metro.java
(original)
+++ development/main/metro/main/src/main/net/dpml/metro/Metro.java Sun
Dec 19 19:51:14 2004
@@ -120,7 +120,7 @@
* @param descriptor the descriptor of this plugin
* @param args command line arguments
*/
- public Metro( Map map, Repository repository, Plugin descriptor,
Monitor[] monitors, String[] args )
+ public Metro( Map map, Repository repository, Plugin descriptor,
String[] args )
throws IOException, ParseException, Exception
{
Boolean debug = (Boolean) map.get( "urn:transit.debug.policy" );
@@ -162,7 +162,7 @@

Properties properties = getInitialProperties();
URI system = getSystemContextURI( properties );
- m_system = loadSystemContext( map, repository, system, monitors,
pair.getRemainder() );
+ m_system = loadSystemContext( map, repository, system,
pair.getRemainder() );
m_logger = m_system.getLogger();
getLogger().debug( "system context established" );

@@ -308,13 +308,13 @@
}

private SystemContext loadSystemContext(
- Map map, Repository repository, URI uri, Monitor[] monitors, String[]
args )
+ Map map, Repository repository, URI uri, String[] args )
throws SystemException
{
try
{
ClassLoader classloader = SystemContext.class.getClassLoader();
- Object[] params = new Object[]{ map, monitors, args };
+ Object[] params = new Object[]{ map, args };
Object object = repository.getPlugin( classloader, uri, params );
if( object instanceof SystemContextFactory )
{

Modified: development/main/planet/facilities/index.xml
==============================================================================
--- development/main/planet/facilities/index.xml (original)
+++ development/main/planet/facilities/index.xml Sun Dec 19 19:51:14
2004
@@ -18,7 +18,8 @@

<index>

- <import index="../../index.xml"/>
+ <import index="../../metro/index.xml"
+ uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>

<import index="./http/blocks/index.xml"/>




  • svn commit: r1247 - in development/main: . central/site/src/docs/products/metro/javadoc metro/main/src/main/net/dpml/metro planet/facilities, mcconnell, 12/19/2004

Archive powered by MHonArc 2.6.24.

Top of Page