Commit in java/trunk/conditions/src/main/java/org/hps/conditions on MAIN
HpsConditionsReader.java+2-1418 -> 419
Correct resource base location.

java/trunk/conditions/src/main/java/org/hps/conditions
HpsConditionsReader.java 418 -> 419
--- java/trunk/conditions/src/main/java/org/hps/conditions/HpsConditionsReader.java	2014-03-31 07:34:38 UTC (rev 418)
+++ java/trunk/conditions/src/main/java/org/hps/conditions/HpsConditionsReader.java	2014-03-31 18:33:05 UTC (rev 419)
@@ -10,6 +10,7 @@
  * @author Sho Uemura <[log in to unmask]>
  * @version $Id: HpsConditionsReader.java,v 1.3 2012/11/20 19:56:40 meeg Exp $
  */
+// FIXME: Move to conditions.deprecated package and update detector.properties files.
 public class HpsConditionsReader extends ConditionsReader {
 
     private String detectorName = null;
@@ -22,7 +23,7 @@
     public InputStream open(String name, String type) throws IOException {
         InputStream in = getClass().getResourceAsStream("/" + detectorName + "/" + name + "." + type);
         if (in == null) {
-            in = getClass().getResourceAsStream("/org/lcsim/hps/calib/proposal2014/" + name + "." + type);
+            in = getClass().getResourceAsStream("/org/hps/calib/proposal2014/" + name + "." + type);
             if (in == null) {
                 throw new IOException("Conditions " + name + " for " + detectorName + " with type " + type + " were not found");
             }
SVNspam 0.1