Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2965 - in development/main/depot: . install/src/main/net/dpml/depot/install

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: r2965 - in development/main/depot: . install/src/main/net/dpml/depot/install
  • Date: Mon, 04 Jul 2005 18:01:46 -0400

Author: mcconnell AT dpml.net
Date: Mon Jul 4 18:01:46 2005
New Revision: 2965

Modified:

development/main/depot/install/src/main/net/dpml/depot/install/PackageInstaller.java
development/main/depot/module.xml
Log:
Update to fix some missing resources in the generated build.

Modified:
development/main/depot/install/src/main/net/dpml/depot/install/PackageInstaller.java
==============================================================================
---
development/main/depot/install/src/main/net/dpml/depot/install/PackageInstaller.java
(original)
+++
development/main/depot/install/src/main/net/dpml/depot/install/PackageInstaller.java
Mon Jul 4 18:01:46 2005
@@ -52,8 +52,9 @@
* The PackageInstaller class is a plugin that handles the installation
* of a target package via commandline instructions.
*
- * @param transit the registry of available transit profiles
+ * @param logger the assigned logging channel
* @param depot the profile application and activatable server registry
+ * @param args commandline args
*/
public PackageInstaller( Logger logger, DepotProfile depot, String[]
args ) throws Exception
{

Modified: development/main/depot/module.xml
==============================================================================
--- development/main/depot/module.xml (original)
+++ development/main/depot/module.xml Mon Jul 4 18:01:46 2005
@@ -46,12 +46,16 @@

<target name="package" depends="standard.package">

+ <!--
+ Grab a copy of the Transit bundle to form the basis for the depot bundle.
+ -->
+
<mkdir dir="${bundle}"/>
<x:property name="transit.bundle" key="dpml-transit" feature="path"
type="zip"/>
<unzip src="${dpml.cache}/${transit.bundle}" dest="${bundle}"/>

<!--
- Grab a copy of the Transit bundle to form the basis for the depot bundle.
+ Add the additional content provided by Depot.
-->

<property name="share" value="${bundle}/share"/>
@@ -107,9 +111,13 @@
<fileset dir="${bundle}">
<include name="*.TXT"/>
</fileset>
+ <zipfileset dir="${bundle}/data" prefix="Data"/>
+ <zipfileset dir="${bundle}/prefs" prefix="Preferences"/>
<zipfileset dir="${bundle}/share" prefix="Shared">
- <exclude name="**/metro"/>
+ <exclude name="**/depot"/>
</zipfileset>
+ <tarfileset dir="${bundle}/data" prefix="data" mode="644" />
+ <tarfileset dir="${bundle}/prefs" prefix="prefs" mode="644" />
<tarfileset dir="${bundle}/share" prefix="share" mode="444" >
<exclude name="**/depot.bat"/>
<exclude name="**/depot"/>



  • svn commit: r2965 - in development/main/depot: . install/src/main/net/dpml/depot/install, mcconnell, 07/04/2005

Archive powered by MHonArc 2.6.24.

Top of Page