Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r237 - branches/rest/sites/psi

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r237 - branches/rest/sites/psi


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r237 - branches/rest/sites/psi
  • Date: Wed, 24 Sep 2008 13:39:55 +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: geus
Date: Wed Sep 24 13:39:54 2008
New Revision: 237

Log:
Updated PSI ant script to exclude GWT-related code

Modified:
branches/rest/sites/psi/build.xml

Modified: branches/rest/sites/psi/build.xml
==============================================================================
--- branches/rest/sites/psi/build.xml (original)
+++ branches/rest/sites/psi/build.xml Wed Sep 24 13:39:54 2008
@@ -93,6 +93,7 @@
<fileset refid="idok.jar.fileset" />
<fileset dir="${build.dir}">
<include name="ch/psi/idok/**" />
+ <exclude name="ch/psi/idok/gwt/**" />
<exclude name="ch/psi/idok/tools/**" />
<exclude name="**/*Test.class" />
<exclude name="**/*TestBase.class" />



  • [idok-commit] idok commit r237 - branches/rest/sites/psi, AFS account Roman Geus, 09/24/2008

Archive powered by MHonArc 2.6.19.

Top of Page