Skip to Content.
Sympa Menu

perfsonar-dev - r1829 - branches/SSHTelnet-MP-STABLE/ant/ssh

Subject: perfsonar development work

List archive

r1829 - branches/SSHTelnet-MP-STABLE/ant/ssh


Chronological Thread 
  • From:
  • To:
  • Subject: r1829 - branches/SSHTelnet-MP-STABLE/ant/ssh
  • Date: Fri, 15 Dec 2006 02:57:50 -0500

Author: stijn
Date: 2006-12-15 02:57:49 -0500 (Fri, 15 Dec 2006)
New Revision: 1829

Modified:
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-configure-targets.xml
Log:


Modified:
branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-configure-targets.xml
===================================================================
--- branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-configure-targets.xml
2006-12-15 07:47:03 UTC (rev 1828)
+++ branches/SSHTelnet-MP-STABLE/ant/ssh/sshtelnetMP-configure-targets.xml
2006-12-15 07:57:49 UTC (rev 1829)
@@ -67,11 +67,10 @@

</propertyfile>

- <javac srcdir="src"
- destdir="src"
-
includes="org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters"
- debug="off"
- />
+ <javac srcdir="src" destdir="src" deprecation="yes">
+ <include
name="org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.java"
/>
+ <classpath refid="classpath"/>
+ </javac>

<java
classname="org.perfsonar.service.measurementPoint.lookingGlassType.engine.adapters.ServicePropertiesConfigurator">
<classpath>



  • r1829 - branches/SSHTelnet-MP-STABLE/ant/ssh, svnlog, 12/15/2006

Archive powered by MHonArc 2.6.16.

Top of Page