Skip to Content.
Sympa Menu

perfsonar-dev - r1836 - trunk/perfsonar/ant/rrdma

Subject: perfsonar development work

List archive

r1836 - trunk/perfsonar/ant/rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: r1836 - trunk/perfsonar/ant/rrdma
  • Date: Mon, 18 Dec 2006 06:58:52 -0500

Author: roman
Date: 2006-12-18 06:58:51 -0500 (Mon, 18 Dec 2006)
New Revision: 1836

Modified:
trunk/perfsonar/ant/rrdma/rrdjtool-compile-targets.xml
trunk/perfsonar/ant/rrdma/rrdma-pre-install-targets.xml
Log:
some comments removed

Modified: trunk/perfsonar/ant/rrdma/rrdjtool-compile-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdjtool-compile-targets.xml 2006-12-18
11:20:12 UTC (rev 1835)
+++ trunk/perfsonar/ant/rrdma/rrdjtool-compile-targets.xml 2006-12-18
11:58:51 UTC (rev 1836)
@@ -35,10 +35,6 @@
<target name="init-rrdjtool" depends="init">

<property file="ant/const.properties" />
- <!--
- <property name="rrd_h_path" value="${rrdtool_path}/include" />
- <property name="rrd_lib_path" value="${rrdtool_path}/lib" />
- -->

</target>


Modified: trunk/perfsonar/ant/rrdma/rrdma-pre-install-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-pre-install-targets.xml 2006-12-18
11:20:12 UTC (rev 1835)
+++ trunk/perfsonar/ant/rrdma/rrdma-pre-install-targets.xml 2006-12-18
11:58:51 UTC (rev 1836)
@@ -33,20 +33,6 @@

<target name="get-rrdjtool-home">

-<!--
- <input message="Enter the home directory where the rrdtool is
installed (I need the home directory and not the directory where the
executable binary is present) [/usr/local/rrdtool]: "
- addproperty="_rrdtool_path"
- defaultvalue="/usr/local/rrdtool" />
-
- <propertyfile file="ant/const.properties"
- comment="This file was created by the Ant configuration script.">
-
- <entry key="rrdjdir" value="${basedir}/contrib/rrdjtool"/>
- <entry key="rrdtool_path" value="${_rrdtool_path}"/>
-
- </propertyfile>
--->
-
<input message="Enter the directory path where header file of the
rrdtool (rrd.h) can be found [/usr/local/rrdtool/include]: "
addproperty="_rrd_h_path"
defaultvalue="/usr/local/rrdtool/include" />



  • r1836 - trunk/perfsonar/ant/rrdma, svnlog, 12/18/2006

Archive powered by MHonArc 2.6.16.

Top of Page