Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2180 - in branches/SSHTelnet-MP-STABLE: conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters

Subject: perfsonar development work

List archive

perfsonar: r2180 - in branches/SSHTelnet-MP-STABLE: conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2180 - in branches/SSHTelnet-MP-STABLE: conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters
  • Date: Fri, 2 Mar 2007 10:42:22 -0500

Author: stijn
Date: 2007-03-02 10:42:22 -0500 (Fri, 02 Mar 2007)
New Revision: 2180

Modified:

branches/SSHTelnet-MP-STABLE/conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.class

branches/SSHTelnet-MP-STABLE/src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.java
Log:
Some more cleanup :-s

Modified:
branches/SSHTelnet-MP-STABLE/conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.class
===================================================================
(Binary files differ)

Modified:
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.java
===================================================================
---
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.java
2007-03-02 15:35:12 UTC (rev 2179)
+++
branches/SSHTelnet-MP-STABLE/src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters/ServicePropertiesConfigurator.java
2007-03-02 15:42:22 UTC (rev 2180)
@@ -73,8 +73,10 @@
||
line.startsWith("service.r.mp")){

if(line.startsWith("service.mp.devices")){

previousDevices=line.substring(line.indexOf("=")+1);
+ out.write(line +
"\n");
}else
if(line.contains("commands=")){
-
previousCommands.add(line);
+
previousCommands.add(line);
+ out.write(line +
"\n");
}else{

System.out.println(line);
out.write(line +
"\n");
@@ -84,7 +86,7 @@
}

} else{
-
+ //} if (true) {
System.out.println("First the names of the
devices that have to be supported will " +
"be asked.\nHere you can
specify anything you like, but mostly this is the " +
"URL or\nthe hostname of the
machine.");



  • perfsonar: r2180 - in branches/SSHTelnet-MP-STABLE: conf/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters src/org/perfsonar/service/measurementPoint/lookingGlassType/engine/adapters, svnlog, 03/02/2007

Archive powered by MHonArc 2.6.16.

Top of Page