Move SLC Init activator to SLC Runtime
[gpl/argeo-slc.git] / org.argeo.slc.cms / src / org / argeo / slc / cms / test / CmsSmokeTest.java
diff --git a/org.argeo.slc.cms/src/org/argeo/slc/cms/test/CmsSmokeTest.java b/org.argeo.slc.cms/src/org/argeo/slc/cms/test/CmsSmokeTest.java
deleted file mode 100644 (file)
index 10b088c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.argeo.slc.cms.test;
-
-import java.io.IOException;
-import java.nio.file.Files;
-import java.nio.file.Path;
-import java.nio.file.Paths;
-
-public class CmsSmokeTest {
-
-       public static void main(String[] args) throws IOException {
-               Path instanceData;
-               if (args.length > 0) {
-                       instanceData = Paths.get(args[0]);
-               } else {
-                       instanceData = Files.createTempDirectory("cms-test");
-               }
-
-       }
-
-}