You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/10/09 12:26:30 UTC

[3/5] jena git commit: Remove old (and now not working) command

Remove old (and now not working) command


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/c45f9373
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/c45f9373
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/c45f9373

Branch: refs/heads/master
Commit: c45f9373fd3947fb3477387894b7df43da684d0b
Parents: 3ce06f8
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Oct 7 14:34:23 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Oct 7 14:34:23 2017 +0100

----------------------------------------------------------------------
 jena-cmds/src/main/java/arq/version.java | 29 ---------------------------
 1 file changed, 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c45f9373/jena-cmds/src/main/java/arq/version.java
----------------------------------------------------------------------
diff --git a/jena-cmds/src/main/java/arq/version.java b/jena-cmds/src/main/java/arq/version.java
deleted file mode 100644
index e55434c..0000000
--- a/jena-cmds/src/main/java/arq/version.java
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package arq;
-
-import jena.cmd.ModVersion;
-
-public class version
-{
-    public static void main (String... argv)
-    {
-        new ModVersion(false).printVersionAndExit() ;
-    }
-}