Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r200 - trunk/sites/psi/scripts/admin/dmsd

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r200 - trunk/sites/psi/scripts/admin/dmsd


Chronological Thread 
  • From: "AFS account Florian Huebner" <huebner AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r200 - trunk/sites/psi/scripts/admin/dmsd
  • Date: Fri, 29 Aug 2008 16:42:50 +0200
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: huebner
Date: Fri Aug 29 16:42:50 2008
New Revision: 200

Log:
The "all" target will now use copy instead of checkout

Modified:
trunk/sites/psi/scripts/admin/dmsd/build.xml

Modified: trunk/sites/psi/scripts/admin/dmsd/build.xml
==============================================================================
--- trunk/sites/psi/scripts/admin/dmsd/build.xml (original)
+++ trunk/sites/psi/scripts/admin/dmsd/build.xml Fri Aug 29 16:42:50
2008
@@ -181,7 +181,7 @@

<target name="install" depends="install-dmsd" description="Install
everything"/>

- <target name="all" depends="checkout,install-dmsd,clean"
description="Build and install the dmsd and clean up"/>
+ <target name="all" depends="copy,install,clean" description="Build
and install the dmsd and clean up"/>

<target name="clean-build" description="Remove all the build files">
<delete dir="${build}"/>



  • [idok-commit] idok commit r200 - trunk/sites/psi/scripts/admin/dmsd, AFS account Florian Huebner, 08/29/2008

Archive powered by MHonArc 2.6.19.

Top of Page