perfsonar-dev - r1786 - branches/romradz-ant4rel-20061017/ant/rrdma
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: r1786 - branches/romradz-ant4rel-20061017/ant/rrdma
- Date: Wed, 29 Nov 2006 15:07:41 -0500
Author: roman
Date: 2006-11-29 15:07:40 -0500 (Wed, 29 Nov 2006)
New Revision: 1786
Modified:
branches/romradz-ant4rel-20061017/ant/rrdma/rrdma-pre-install-targets.xml
Log:
rrjtool target fixed. Wrong target was calling.
Modified:
branches/romradz-ant4rel-20061017/ant/rrdma/rrdma-pre-install-targets.xml
===================================================================
--- branches/romradz-ant4rel-20061017/ant/rrdma/rrdma-pre-install-targets.xml
2006-11-29 16:56:00 UTC (rev 1785)
+++ branches/romradz-ant4rel-20061017/ant/rrdma/rrdma-pre-install-targets.xml
2006-11-29 20:07:40 UTC (rev 1786)
@@ -78,13 +78,12 @@
</propertyfile>
-
<condition property="linux.os.platform">
- <equals arg1="linux" arg2="${_os.platform}"/>
+ <equals arg1="linux" arg2="${_os.platform}"/>
</condition>
<condition property="linux64.os.platform">
- <equals arg1="linux-64bit" arg2="${_os.platform}"/>
+ <equals arg1="linux-64bit" arg2="${_os.platform}"/>
</condition>
<condition property="freebsd.os.platform">
@@ -110,9 +109,9 @@
<target name="rrdjtool-call-for-linux64"
depends="rrdjtool-call"
if="linux64.os.platform">
-
+
<antcall target="build-rrdjtool-64bit" />
-
+
</target>
@@ -136,7 +135,7 @@
<target name="rrdjtool"
depends="rrdjtool-call-for-linux,
- build-rrdjtool-64bit,
+ rrdjtool-call-for-linux64,
rrdjtool-call-for-freebsd,
rrdjtool-call-for-solaris">
</target>
@@ -482,4 +481,4 @@
-</project>
\ No newline at end of file
+</project>
- r1786 - branches/romradz-ant4rel-20061017/ant/rrdma, svnlog, 11/29/2006
Archive powered by MHonArc 2.6.16.