Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r673 - branches/opensource

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r673 - branches/opensource


Chronological Thread 
  • From: "Apache" <apache AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r673 - branches/opensource
  • Date: Tue, 8 Jan 2008 14:03:06 +0100
  • 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 AT PSI.CH
Date: Tue Jan 8 14:03:05 2008
New Revision: 673

Log:
Fixed value of idok.basedir property when build.xml was imported by another
build file

Modified:
branches/opensource/build.xml

Modified: branches/opensource/build.xml
==============================================================================
--- branches/opensource/build.xml (original)
+++ branches/opensource/build.xml Tue Jan 8 14:03:05 2008
@@ -1,6 +1,6 @@
<project name="idok" default="dist" basedir=".">

- <dirname property="idok.basedir" file="${ant.file}"/>
+ <dirname property="idok.basedir" file="${ant.file.idok}"/>

<!-- set global properties for this build -->
<property name="idlj.exec" value="idlj" />
@@ -245,5 +245,5 @@
</exec>
<echo>Doxygen warnings (if any) can be found within the
doc/warn.log text file</echo>
</target>
-
+
</project>



  • [idok-commit] idok commit r673 - branches/opensource, Apache, 01/08/2008

Archive powered by MHonArc 2.6.19.

Top of Page