Put all JCR projects together.
[lgpl/argeo-commons.git] / org.argeo.core / src / org / argeo / cli / jcr / JcrCommands.java
diff --git a/org.argeo.core/src/org/argeo/cli/jcr/JcrCommands.java b/org.argeo.core/src/org/argeo/cli/jcr/JcrCommands.java
deleted file mode 100644 (file)
index ea74674..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.argeo.cli.jcr;
-
-import org.argeo.cli.CommandsCli;
-
-/** File utilities. */
-public class JcrCommands extends CommandsCli {
-
-       public JcrCommands(String commandName) {
-               super(commandName);
-               addCommand("sync", new JcrSync());
-       }
-
-       @Override
-       public String getDescription() {
-               return "Utilities around remote and local JCR repositories";
-       }
-
-}