Commit in java/trunk/conditions/src/main/java/org/hps/conditions/deprecated on MAIN
TestRunConditionsReader.java+2-2393 -> 394
Oops.

java/trunk/conditions/src/main/java/org/hps/conditions/deprecated
TestRunConditionsReader.java 393 -> 394
--- java/trunk/conditions/src/main/java/org/hps/conditions/deprecated/TestRunConditionsReader.java	2014-03-26 23:29:41 UTC (rev 393)
+++ java/trunk/conditions/src/main/java/org/hps/conditions/deprecated/TestRunConditionsReader.java	2014-03-27 00:01:11 UTC (rev 394)
@@ -26,11 +26,11 @@
         
         //System.out.println(this.getClass().getSimpleName() + ".open - " + name + ", " + type);
         
-        // Check the detector base directory.
+        // Check the detector base directory.        
         InputStream in = getClass().getResourceAsStream("/" + detectorName + "/" + name + "." + type);
         if (in == null) {
             // Check for embedded jar resources e.g. in hps-java.
-            in = getClass().getResourceAsStream("/org/lcsim/calib/testrun/" + name + "." + type);
+            in = getClass().getResourceAsStream("/org/hps/calib/testrun/" + name + "." + type);
 
             // If these failed to find conditions, then something went wrong.
             if (in == null) {
SVNspam 0.1