Additional downgrade details (1.7 to 1.6)
authorNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 5 Apr 2013 21:58:18 +0000 (17:58 -0400)
committerNiels Erik G. Nielsen <nielserik@indexdata.com>
Fri, 5 Apr 2013 21:58:18 +0000 (17:58 -0400)
src/META-INF/MANIFEST.MF [deleted file]
src/main/java/com/indexdata/pz2utils4jsf/errors/ConfigurationException.java
src/main/java/com/indexdata/pz2utils4jsf/pazpar2/sp/ServiceProxyClient.java

diff --git a/src/META-INF/MANIFEST.MF b/src/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index 5e94951..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Manifest-Version: 1.0\r
-Class-Path: \r
-\r
index 960933b..b1336d2 100644 (file)
@@ -23,10 +23,5 @@ public class ConfigurationException extends Exception {
     // TODO Auto-generated constructor stub\r
   }\r
 \r
-  public ConfigurationException(String message, Throwable cause,\r
-      boolean enableSuppression, boolean writableStackTrace) {\r
-    super(message, cause, enableSuppression, writableStackTrace);\r
-    // TODO Auto-generated constructor stub\r
-  }\r
 \r
 }\r
index e881506..b7c2944 100644 (file)
@@ -5,8 +5,6 @@ import static com.indexdata.pz2utils4jsf.utils.Utils.nl;
 import java.io.ByteArrayOutputStream;\r
 import java.io.File;\r
 import java.io.IOException;\r
-import java.nio.file.Path;\r
-import java.nio.file.Paths;\r
 import java.util.ArrayList;\r
 import java.util.HashMap;\r
 import java.util.List;\r
@@ -237,7 +235,7 @@ public class ServiceProxyClient implements SearchClient {
     HttpPost post = new HttpPost(serviceUrl+"?command=init&includeDebug=yes");\r
     File initDoc = new File(filePath);\r
     logger.info("Posting to SP: ");\r
-    Path path = Paths.get(filePath);\r
+    //Path path = Paths.get(filePath);\r
     /*\r
     if (logger.isDebugEnabled()) {\r
       try (Scanner scanner =  new Scanner(path, "UTF-8")){\r