Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1650 - in development/main/transit: core core/handler core/handler/etc/test core/handler/etc/test/hosts core/installer core/plugin tutorials/artifact tutorials/extension tutorials/plugins/cli tutorials/plugins/controller tutorials/plugins/simple util util/cli util/criteria util/exception util/i18n

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: r1650 - in development/main/transit: core core/handler core/handler/etc/test core/handler/etc/test/hosts core/installer core/plugin tutorials/artifact tutorials/extension tutorials/plugins/cli tutorials/plugins/controller tutorials/plugins/simple util util/cli util/criteria util/exception util/i18n
  • Date: Sun, 30 Jan 2005 21:07:04 +0100

Author: mcconnell
Date: Sun Jan 30 21:07:04 2005
New Revision: 1650

Modified:
development/main/transit/core/ (props changed)
development/main/transit/core/handler/ (props changed)
development/main/transit/core/handler/etc/test/cache.properties
development/main/transit/core/handler/etc/test/hosts/test.repo
development/main/transit/core/handler/etc/test/test.authority
development/main/transit/core/installer/ (props changed)
development/main/transit/core/plugin/ (props changed)
development/main/transit/tutorials/artifact/ (props changed)
development/main/transit/tutorials/extension/ (props changed)
development/main/transit/tutorials/plugins/cli/ (props changed)
development/main/transit/tutorials/plugins/controller/ (props changed)
development/main/transit/tutorials/plugins/simple/ (props changed)
development/main/transit/util/ (props changed)
development/main/transit/util/cli/ (props changed)
development/main/transit/util/criteria/ (props changed)
development/main/transit/util/exception/ (props changed)
development/main/transit/util/i18n/ (props changed)
Log:
update to handle reshuffle

Modified: development/main/transit/core/handler/etc/test/cache.properties
==============================================================================
--- development/main/transit/core/handler/etc/test/cache.properties
(original)
+++ development/main/transit/core/handler/etc/test/cache.properties Sun
Jan 30 21:07:04 2005
@@ -1,6 +1,6 @@

# The location of the cache system
-dpml.transit.cache.location=${user.dir}/target/test/cache
+dpml.transit.cache.location=${project.dir}/cache

# The class that implements the cache handler
dpml.transit.cache.class=net.dpml.transit.artifact.FileCacheHandler

Modified: development/main/transit/core/handler/etc/test/hosts/test.repo
==============================================================================
--- development/main/transit/core/handler/etc/test/hosts/test.repo
(original)
+++ development/main/transit/core/handler/etc/test/hosts/test.repo Sun
Jan 30 21:07:04 2005
@@ -1,7 +1,7 @@

dpml.transit.resourcehost.enabled=true
dpml.transit.resourcehost.class=net.dpml.transit.artifact.ClassicResourceHost
-dpml.transit.resourcehost.base=file:${user.dir}/target/test/trusted
+dpml.transit.resourcehost.base=file:${project.dir}/trusted
dpml.transit.resourcehost.knowngroups=
dpml.transit.resourcehost.priority=50
dpml.transit.resourcehost.trusted=true

Modified: development/main/transit/core/handler/etc/test/test.authority
==============================================================================
--- development/main/transit/core/handler/etc/test/test.authority
(original)
+++ development/main/transit/core/handler/etc/test/test.authority Sun
Jan 30 21:07:04 2005
@@ -1,3 +1,3 @@
-
-dpml.transit.authority=${user.dir}/target/test/
-
+
+dpml.transit.authority=file:/${project.dir}
+



  • svn commit: r1650 - in development/main/transit: core core/handler core/handler/etc/test core/handler/etc/test/hosts core/installer core/plugin tutorials/artifact tutorials/extension tutorials/plugins/cli tutorials/plugins/controller tutorials/plugins/simple util util/cli util/criteria util/exception util/i18n, mcconnell, 01/30/2005

Archive powered by MHonArc 2.6.24.

Top of Page