Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2907 - in development/main: depot/console/src/main/net/dpml/depot/unit metro/central/src/main/net/dpml/metro/central test/plugins test/plugins/content

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: r2907 - in development/main: depot/console/src/main/net/dpml/depot/unit metro/central/src/main/net/dpml/metro/central test/plugins test/plugins/content
  • Date: Wed, 22 Jun 2005 17:05:17 -0400

Author: mcconnell AT dpml.net
Date: Wed Jun 22 17:05:16 2005
New Revision: 2907

Modified:

development/main/depot/console/src/main/net/dpml/depot/unit/DepotStorageUnit.java

development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandler.java

development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandlerControlPanel.java
development/main/test/plugins/content/build.xml
development/main/test/plugins/index.xml
Log:
Housekeeping.

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
Wed Jun 22 17:05:16 2005
@@ -136,7 +136,7 @@
{
String id = "metro";
Preferences prefs = getPreferences().node( "profiles" ).node( id );
- prefs.put( "uri",
"artifact:plugin:dpml/metro/dpml-metro-main#SNAPSHOT" );
+ prefs.put( "uri",
"artifact:plugin:dpml/metro/dpml-metro-central#SNAPSHOT" );
prefs.put( "title", "Metro" );
}


Modified:
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandler.java
==============================================================================
---
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandler.java
(original)
+++
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandler.java
Wed Jun 22 17:05:16 2005
@@ -47,8 +47,6 @@
import net.dpml.transit.Transit;
import net.dpml.transit.model.ContentModel;

-import net.dpml.metro.model.DefaultMetroModel;
-
/**
* A utility class used for the deployment of components in embedded
scenarios
* includuing but not limited to test-cases.

Modified:
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandlerControlPanel.java
==============================================================================
---
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandlerControlPanel.java
(original)
+++
development/main/metro/central/src/main/net/dpml/metro/central/PartContentHandlerControlPanel.java
Wed Jun 22 17:05:16 2005
@@ -48,13 +48,13 @@
*/
public class PartContentHandlerControlPanel extends JDialog implements
PropertyChangeListener
{
- private static String METRO_ICON_FILENAME =
"net/dpml/metro/part/images/setup.png";
+ private static String METRO_ICON_FILENAME =
"net/dpml/metro/central/images/setup.png";

- private static String SOURCE_ICON_FILENAME =
"net/dpml/metro/part/images/source.png";
+ private static String SOURCE_ICON_FILENAME =
"net/dpml/metro/central/images/source.png";

- private static String WORK_ICON_FILENAME =
"net/dpml/metro/part/images/working.png";
+ private static String WORK_ICON_FILENAME =
"net/dpml/metro/central/images/working.png";

- private static String TEMP_ICON_FILENAME =
"net/dpml/metro/part/images/temp.png";
+ private static String TEMP_ICON_FILENAME =
"net/dpml/metro/central/images/temp.png";

private static String PLUGIN_VERSION = "@VERSION@";


Modified: development/main/test/plugins/content/build.xml
==============================================================================
--- development/main/test/plugins/content/build.xml (original)
+++ development/main/test/plugins/content/build.xml Wed Jun 22 17:05:16
2005
@@ -6,7 +6,7 @@
<transit:import uri="artifact:template:dpml/magic/standard"/>

<target name="init" depends="standard.init">
- <x:property key="dpml-metro-main" feature="uri" type="plugin"
name="part.plugin"/>
+ <x:property key="dpml-metro-central" feature="uri" type="plugin"
name="part.plugin"/>
<filter token="COMPOSITION-CONTENT-PART-HANDLER-PLUGIN-URI"
value="${part.plugin}"/>
</target>


Modified: development/main/test/plugins/index.xml
==============================================================================
--- development/main/test/plugins/index.xml (original)
+++ development/main/test/plugins/index.xml Wed Jun 22 17:05:16 2005
@@ -29,7 +29,7 @@
</types>
</info>
<dependencies>
- <include key="dpml-metro-main" build="false"/>
+ <include key="dpml-metro-central" build="false"/>
<include key="dpml-transit-main" tag="api"/>
</dependencies>
</project>



  • svn commit: r2907 - in development/main: depot/console/src/main/net/dpml/depot/unit metro/central/src/main/net/dpml/metro/central test/plugins test/plugins/content, mcconnell, 06/22/2005

Archive powered by MHonArc 2.6.24.

Top of Page