notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
svn commit: r2829 - in development/main: depot/console/src/main/net/dpml/depot depot/console/src/main/net/dpml/depot/profile depot/prefs/src/main/net/dpml/depot/prefs depot/station/src/main/net/dpml/depot/station depot/test metro/composition/content/src/main/net/dpml/composition/content test/unit/plus/src/test/net/dpml/test/acme/plus transit/core/handler/src/main/net/dpml/transit transit/core/handler/src/main/net/dpml/transit/builder transit/core/handler/src/main/net/dpml/transit/unit transit/core/handler/src/test/net/dpml/transit/manager transit/core/handler/src/test/net/dpml/transit/test transit/core/handler/src/test/net/dpml/transit/util transit/core/tools/src/main/net/dpml/transit/tools
- From: mcconnell AT dpml.net
- To: notify-dpml AT lists.ibiblio.org
- Subject: svn commit: r2829 - in development/main: depot/console/src/main/net/dpml/depot depot/console/src/main/net/dpml/depot/profile depot/prefs/src/main/net/dpml/depot/prefs depot/station/src/main/net/dpml/depot/station depot/test metro/composition/content/src/main/net/dpml/composition/content test/unit/plus/src/test/net/dpml/test/acme/plus transit/core/handler/src/main/net/dpml/transit transit/core/handler/src/main/net/dpml/transit/builder transit/core/handler/src/main/net/dpml/transit/unit transit/core/handler/src/test/net/dpml/transit/manager transit/core/handler/src/test/net/dpml/transit/test transit/core/handler/src/test/net/dpml/transit/util transit/core/tools/src/main/net/dpml/transit/tools
- Date: Sun, 12 Jun 2005 20:45:22 -0400
Author: mcconnell AT dpml.net
Date: Sun Jun 12 20:45:21 2005
New Revision: 2829
Added:
development/main/depot/test/build.xml
development/main/transit/core/handler/src/main/net/dpml/transit/unit/
- copied from r2821,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/
development/main/transit/core/handler/src/main/net/dpml/transit/unit/AbstractStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/AbstractStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/BuilderException.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/BuilderException.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CacheStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CacheStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentRegistryStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentRegistryStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CredentialsHelper.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CredentialsHelper.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/HostStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/HostStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutRegistryStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutRegistryStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ProxyStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ProxyStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/RepositoryStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/RepositoryStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitPreferences.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitPreferences.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitStorageUnit.java
- copied, changed from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitStorageUnit.java
development/main/transit/core/handler/src/main/net/dpml/transit/unit/package.html
- copied unchanged from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/package.html
Removed:
development/main/transit/core/handler/src/main/net/dpml/transit/builder/
development/main/transit/core/handler/src/test/net/dpml/transit/util/
Modified:
development/main/depot/console/src/main/net/dpml/depot/Main.java
development/main/depot/console/src/main/net/dpml/depot/profile/AbstractPluginProfileStorage.java
development/main/depot/console/src/main/net/dpml/depot/profile/ApplicationProfileStorage.java
development/main/depot/console/src/main/net/dpml/depot/profile/BootstrapProfileStorage.java
development/main/depot/console/src/main/net/dpml/depot/profile/DepotStorage.java
development/main/depot/console/src/main/net/dpml/depot/profile/PluginProfileStorage.java
development/main/depot/console/src/main/net/dpml/depot/profile/ProfileStorage.java
development/main/depot/prefs/src/main/net/dpml/depot/prefs/Main.java
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupStorage.java
development/main/depot/station/src/main/net/dpml/depot/station/ActivationStorage.java
development/main/depot/station/src/main/net/dpml/depot/station/CodeBaseStorage.java
development/main/depot/station/src/main/net/dpml/depot/station/StationStorage.java
development/main/metro/composition/content/src/main/net/dpml/composition/content/CompositionContentHandlerRegistry.java
development/main/test/unit/plus/src/test/net/dpml/test/acme/plus/URLTestCase.java
development/main/transit/core/handler/src/main/net/dpml/transit/Transit.java
development/main/transit/core/handler/src/test/net/dpml/transit/manager/ProxyManagerTestCase.java
development/main/transit/core/handler/src/test/net/dpml/transit/manager/TransitManagerTestCase.java
development/main/transit/core/handler/src/test/net/dpml/transit/test/LinkTestCase.java
development/main/transit/core/handler/src/test/net/dpml/transit/test/OfflineTestCase.java
development/main/transit/core/handler/src/test/net/dpml/transit/test/OnlineTestCase.java
development/main/transit/core/tools/src/main/net/dpml/transit/tools/ImportArtifactTask.java
Log:
Transit api naming enhancement.
Modified: development/main/depot/console/src/main/net/dpml/depot/Main.java
==============================================================================
--- development/main/depot/console/src/main/net/dpml/depot/Main.java
(original)
+++ development/main/depot/console/src/main/net/dpml/depot/Main.java Sun
Jun 12 20:45:21 2005
@@ -38,12 +38,12 @@
import net.dpml.transit.TransitError;
import net.dpml.transit.TransitException;
import net.dpml.transit.adapter.LoggingAdapter;
-import net.dpml.transit.builder.TransitStorageUnit;
import net.dpml.transit.home.TransitHome;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.UnknownKeyException;
import net.dpml.transit.model.TransitModel;
import net.dpml.transit.repository.Repository;
+import net.dpml.transit.unit.TransitStorageUnit;
import net.dpml.depot.lang.DPML;
import net.dpml.depot.lang.DepotClassLoader;
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/AbstractPluginProfileStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/AbstractPluginProfileStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/AbstractPluginProfileStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,6 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
/**
* A ProfileHome maintains a persistent application profile.
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/ApplicationProfileStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/ApplicationProfileStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/ApplicationProfileStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,6 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.ApplicationProfile.Connection;
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/BootstrapProfileStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/BootstrapProfileStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/BootstrapProfileStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,6 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.ApplicationProfile.Connection;
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/DepotStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/DepotStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/DepotStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,7 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
+import net.dpml.transit.unit.AbstractStorageUnit;
/**
* A DepotStorage maintains persistent records of application profiles.
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/PluginProfileStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/PluginProfileStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/PluginProfileStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,6 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.ApplicationProfile.Connection;
Modified:
development/main/depot/console/src/main/net/dpml/depot/profile/ProfileStorage.java
==============================================================================
---
development/main/depot/console/src/main/net/dpml/depot/profile/ProfileStorage.java
(original)
+++
development/main/depot/console/src/main/net/dpml/depot/profile/ProfileStorage.java
Sun Jun 12 20:45:21 2005
@@ -28,7 +28,7 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
+import net.dpml.transit.unit.AbstractStorageUnit;
/**
* A ProfileHome maintains a persistent application profile.
Modified: development/main/depot/prefs/src/main/net/dpml/depot/prefs/Main.java
==============================================================================
--- development/main/depot/prefs/src/main/net/dpml/depot/prefs/Main.java
(original)
+++ development/main/depot/prefs/src/main/net/dpml/depot/prefs/Main.java
Sun Jun 12 20:45:21 2005
@@ -28,8 +28,8 @@
import net.dpml.transit.adapter.LoggingAdapter;
import net.dpml.transit.home.TransitHome;
import net.dpml.transit.model.TransitModel;
-import net.dpml.transit.builder.TransitStorageUnit;
import net.dpml.transit.model.Logger;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* CLI hander for the depot package.
Modified:
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupStorage.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupStorage.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/ActivationGroupStorage.java
Sun Jun 12 20:45:21 2005
@@ -29,7 +29,6 @@
import net.dpml.transit.model.Logger;
import net.dpml.transit.home.Home;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.ProfileException;
Modified:
development/main/depot/station/src/main/net/dpml/depot/station/ActivationStorage.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/ActivationStorage.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/ActivationStorage.java
Sun Jun 12 20:45:21 2005
@@ -29,7 +29,6 @@
import net.dpml.transit.model.Logger;
import net.dpml.transit.home.Home;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.PluginProfile;
import net.dpml.depot.profile.ProfileException;
Modified:
development/main/depot/station/src/main/net/dpml/depot/station/CodeBaseStorage.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/CodeBaseStorage.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/CodeBaseStorage.java
Sun Jun 12 20:45:21 2005
@@ -29,7 +29,6 @@
import net.dpml.transit.home.Home;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
import net.dpml.depot.profile.PluginProfile;
import net.dpml.depot.profile.ProfileException;
Modified:
development/main/depot/station/src/main/net/dpml/depot/station/StationStorage.java
==============================================================================
---
development/main/depot/station/src/main/net/dpml/depot/station/StationStorage.java
(original)
+++
development/main/depot/station/src/main/net/dpml/depot/station/StationStorage.java
Sun Jun 12 20:45:21 2005
@@ -29,10 +29,9 @@
import net.dpml.transit.model.Logger;
import net.dpml.transit.home.Home;
import net.dpml.transit.model.ModificationEvent;
-import net.dpml.transit.builder.AbstractStorageUnit;
+import net.dpml.transit.unit.AbstractStorageUnit;
import net.dpml.depot.profile.ProfileException;
-import net.dpml.transit.builder.AbstractStorageUnit;
/**
* A ProfileHome maintains a persistent application profile.
Added: development/main/depot/test/build.xml
==============================================================================
--- (empty file)
+++ development/main/depot/test/build.xml Sun Jun 12 20:45:21 2005
@@ -0,0 +1,25 @@
+<?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="dpml-depot-testing" default="default" basedir="."
+ xmlns:transit="antlib:net.dpml.transit">
+
+ <transit:import uri="artifact:template:dpml/magic/reactor"/>
+
+</project>
Modified:
development/main/metro/composition/content/src/main/net/dpml/composition/content/CompositionContentHandlerRegistry.java
==============================================================================
---
development/main/metro/composition/content/src/main/net/dpml/composition/content/CompositionContentHandlerRegistry.java
(original)
+++
development/main/metro/composition/content/src/main/net/dpml/composition/content/CompositionContentHandlerRegistry.java
Sun Jun 12 20:45:21 2005
@@ -56,15 +56,15 @@
*
* @param model the registry model
*/
- public CompositionContentHandlerRegistry( ContentRegistryModel manager )
throws Exception
+ public CompositionContentHandlerRegistry( ContentRegistryModel model )
throws Exception
{
- super( manager );
- m_logger = manager.getLogger();
- m_model = manager;
+ super( model );
+ m_logger = model.getLogger();
+ m_model = model;
try
{
- ContentModel m = manager.getContentModel( PART );
+ ContentModel m = model.getContentModel( PART );
// TODO:
// part handler already registered - but as soon as we have
@@ -76,9 +76,9 @@
try
{
Date creation = new Date();
- Logger logger = manager.getLogger().getChildLogger( PART );
+ Logger logger = model.getLogger().getChildLogger( PART );
URI uri = new URI( PART_HANDLER_PLUGIN_PATH );
- manager.addContentModel( PART, TITLE, uri );
+ model.addContentModel( PART, TITLE, uri );
}
catch( Throwable e )
{
Modified:
development/main/test/unit/plus/src/test/net/dpml/test/acme/plus/URLTestCase.java
==============================================================================
---
development/main/test/unit/plus/src/test/net/dpml/test/acme/plus/URLTestCase.java
(original)
+++
development/main/test/unit/plus/src/test/net/dpml/test/acme/plus/URLTestCase.java
Sun Jun 12 20:45:21 2005
@@ -32,9 +32,9 @@
import net.dpml.test.acme.Dimension;
import net.dpml.transit.Transit;
-import net.dpml.transit.builder.TransitStorageUnit;
import net.dpml.transit.home.TransitHome;
import net.dpml.transit.model.TransitModel;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* Test URL content handling.
Modified:
development/main/transit/core/handler/src/main/net/dpml/transit/Transit.java
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/Transit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/Transit.java
Sun Jun 12 20:45:21 2005
@@ -40,12 +40,12 @@
import net.dpml.transit.link.LinkManager;
+import net.dpml.transit.adapter.LoggingAdapter;
+import net.dpml.transit.home.TransitHome;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.TransitModel;
-import net.dpml.transit.home.TransitHome;
import net.dpml.transit.manager.DefaultTransitManager;
-import net.dpml.transit.adapter.LoggingAdapter;
-import net.dpml.transit.builder.TransitStorageUnit;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* The Transit class manages the establishment of a singleton transit
instance
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/AbstractStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/AbstractStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/AbstractStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/AbstractStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.io.IOException;
import java.net.URL;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/BuilderException.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/BuilderException.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/BuilderException.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/BuilderException.java
Sun Jun 12 20:45:21 2005
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import net.dpml.transit.model.ModelRuntimeException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CacheStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CacheStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CacheStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CacheStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.io.File;
import java.net.URL;
@@ -38,6 +38,7 @@
import net.dpml.transit.model.DuplicateKeyException;
import net.dpml.transit.model.LayoutRegistryModel;
import net.dpml.transit.model.LayoutModel;
+
import net.dpml.transit.util.PropertyResolver;
/**
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentRegistryStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentRegistryStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentRegistryStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentRegistryStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URI;
import java.net.MalformedURLException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ContentStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ContentStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URI;
import java.net.MalformedURLException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CredentialsHelper.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CredentialsHelper.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/CredentialsHelper.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/CredentialsHelper.java
Sun Jun 12 20:45:21 2005
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/HostStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/HostStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/HostStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/HostStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URI;
import java.net.URL;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutRegistryStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutRegistryStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutRegistryStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutRegistryStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URL;
import java.net.URI;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/LayoutStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/LayoutStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URL;
import java.net.URI;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ProxyStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ProxyStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/ProxyStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/ProxyStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URL;
import java.net.MalformedURLException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/RepositoryStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/RepositoryStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/RepositoryStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/RepositoryStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URI;
import java.net.MalformedURLException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitPreferences.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitPreferences.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitPreferences.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitPreferences.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.io.File;
import java.io.IOException;
Copied:
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitStorageUnit.java
(from r2828,
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitStorageUnit.java)
==============================================================================
---
development/main/transit/core/handler/src/main/net/dpml/transit/builder/TransitStorageUnit.java
(original)
+++
development/main/transit/core/handler/src/main/net/dpml/transit/unit/TransitStorageUnit.java
Sun Jun 12 20:45:21 2005
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package net.dpml.transit.builder;
+package net.dpml.transit.unit;
import java.net.URL;
import java.net.MalformedURLException;
Modified:
development/main/transit/core/handler/src/test/net/dpml/transit/manager/ProxyManagerTestCase.java
==============================================================================
---
development/main/transit/core/handler/src/test/net/dpml/transit/manager/ProxyManagerTestCase.java
(original)
+++
development/main/transit/core/handler/src/test/net/dpml/transit/manager/ProxyManagerTestCase.java
Sun Jun 12 20:45:21 2005
@@ -37,7 +37,7 @@
import net.dpml.transit.manager.DefaultProxyManager;
import net.dpml.transit.model.ProxyModel;
import net.dpml.transit.model.TransitModel;
-import net.dpml.transit.builder.TransitStorageUnit;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* @author <a href="http://www.dpml.net">The Digital Product Meta Library</a>
Modified:
development/main/transit/core/handler/src/test/net/dpml/transit/manager/TransitManagerTestCase.java
==============================================================================
---
development/main/transit/core/handler/src/test/net/dpml/transit/manager/TransitManagerTestCase.java
(original)
+++
development/main/transit/core/handler/src/test/net/dpml/transit/manager/TransitManagerTestCase.java
Sun Jun 12 20:45:21 2005
@@ -29,9 +29,9 @@
import net.dpml.transit.Transit;
import net.dpml.transit.adapter.LoggingAdapter;
import net.dpml.transit.home.TransitHome;
-import net.dpml.transit.builder.TransitStorageUnit;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.TransitModel;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* @author <a href="http://www.dpml.net">The Digital Product Meta Library</a>
Modified:
development/main/transit/core/handler/src/test/net/dpml/transit/test/LinkTestCase.java
==============================================================================
---
development/main/transit/core/handler/src/test/net/dpml/transit/test/LinkTestCase.java
(original)
+++
development/main/transit/core/handler/src/test/net/dpml/transit/test/LinkTestCase.java
Sun Jun 12 20:45:21 2005
@@ -28,14 +28,14 @@
import junit.framework.TestCase;
+import net.dpml.transit.Transit;
import net.dpml.transit.artifact.ArtifactNotFoundException;
-import net.dpml.transit.link.Link;
-import net.dpml.transit.util.StreamUtils;
import net.dpml.transit.adapter.LoggingAdapter;
-import net.dpml.transit.Transit;
-import net.dpml.transit.builder.TransitStorageUnit;
import net.dpml.transit.home.TransitHome;
+import net.dpml.transit.link.Link;
import net.dpml.transit.model.TransitModel;
+import net.dpml.transit.unit.TransitStorageUnit;
+import net.dpml.transit.util.StreamUtils;
/**
*
@@ -52,8 +52,6 @@
if( null == TRANSIT )
{
System.setProperty( "java.protocol.handler.pkgs",
"net.dpml.transit" );
- System.setProperty( "java.util.logging.config.class",
- "net.dpml.transit.util.ConfigurationHandler" );
Preferences prefs =
Preferences.userNodeForPackage( Transit.class
).node("test").node( "link-test" );
URL authority = new File( "target/test" ).toURL();
Modified:
development/main/transit/core/handler/src/test/net/dpml/transit/test/OfflineTestCase.java
==============================================================================
---
development/main/transit/core/handler/src/test/net/dpml/transit/test/OfflineTestCase.java
(original)
+++
development/main/transit/core/handler/src/test/net/dpml/transit/test/OfflineTestCase.java
Sun Jun 12 20:45:21 2005
@@ -33,11 +33,11 @@
import junit.framework.TestCase;
-import net.dpml.transit.builder.TransitStorageUnit;
+import net.dpml.transit.Transit;
+import net.dpml.transit.adapter.LoggingAdapter;
import net.dpml.transit.home.TransitHome;
import net.dpml.transit.model.TransitModel;
-import net.dpml.transit.adapter.LoggingAdapter;
-import net.dpml.transit.Transit;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* URL Handler TestCase for Offline operations.
@@ -55,9 +55,6 @@
if( null == TRANSIT )
{
System.setProperty( "java.protocol.handler.pkgs",
"net.dpml.transit" );
- System.setProperty( "dpml.transit.secured.disable", "true" );
- System.setProperty( "java.util.logging.config.class",
- "net.dpml.transit.util.ConfigurationHandler" );
Preferences prefs =
Preferences.userNodeForPackage( Transit.class
).node("test").node( "offline-test" );
URL authority = new File( "target/test" ).toURL();
Modified:
development/main/transit/core/handler/src/test/net/dpml/transit/test/OnlineTestCase.java
==============================================================================
---
development/main/transit/core/handler/src/test/net/dpml/transit/test/OnlineTestCase.java
(original)
+++
development/main/transit/core/handler/src/test/net/dpml/transit/test/OnlineTestCase.java
Sun Jun 12 20:45:21 2005
@@ -34,7 +34,7 @@
import net.dpml.transit.Transit;
import net.dpml.transit.model.TransitModel;
import net.dpml.transit.home.TransitHome;
-import net.dpml.transit.builder.TransitStorageUnit;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* URL Handler TestCase for Offline operations.
Modified:
development/main/transit/core/tools/src/main/net/dpml/transit/tools/ImportArtifactTask.java
==============================================================================
---
development/main/transit/core/tools/src/main/net/dpml/transit/tools/ImportArtifactTask.java
(original)
+++
development/main/transit/core/tools/src/main/net/dpml/transit/tools/ImportArtifactTask.java
Sun Jun 12 20:45:21 2005
@@ -28,11 +28,11 @@
import net.dpml.transit.Transit;
import net.dpml.transit.TransitAlreadyInitializedException;
import net.dpml.transit.artifact.Handler;
-import net.dpml.transit.builder.TransitStorageUnit;
+import net.dpml.transit.home.TransitHome;
import net.dpml.transit.monitors.Monitor;
import net.dpml.transit.model.Logger;
import net.dpml.transit.model.TransitModel;
-import net.dpml.transit.home.TransitHome;
+import net.dpml.transit.unit.TransitStorageUnit;
/**
* Ant task that provides support for the import of build file templates
- svn commit: r2829 - in development/main: depot/console/src/main/net/dpml/depot depot/console/src/main/net/dpml/depot/profile depot/prefs/src/main/net/dpml/depot/prefs depot/station/src/main/net/dpml/depot/station depot/test metro/composition/content/src/main/net/dpml/composition/content test/unit/plus/src/test/net/dpml/test/acme/plus transit/core/handler/src/main/net/dpml/transit transit/core/handler/src/main/net/dpml/transit/builder transit/core/handler/src/main/net/dpml/transit/unit transit/core/handler/src/test/net/dpml/transit/manager transit/core/handler/src/test/net/dpml/transit/test transit/core/handler/src/test/net/dpml/transit/util transit/core/tools/src/main/net/dpml/transit/tools, mcconnell, 06/12/2005
Archive powered by MHonArc 2.6.24.