From: Ed Warnicke Date: Sun, 18 May 2014 20:41:32 +0000 (-0500) Subject: Bug 1029: Remove dead code: sal-schema-repository-api X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~12^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=8783c248f832b94b36b61d12230a87d973461f5c Bug 1029: Remove dead code: sal-schema-repository-api opendaylight/md-sal/sal-schema-repository-api is dead code that is not being built and hasn't for some time. Its complicating keeping versions up to date and verifying that they are up to date. If it needs to be revived in the future it can be retrieved from git. Change-Id: Iad92d3a9486b6b20e898bf96ad78e3b941a30a3e Signed-off-by: Ed Warnicke --- diff --git a/opendaylight/md-sal/sal-schema-repository-api/.gitignore b/opendaylight/md-sal/sal-schema-repository-api/.gitignore deleted file mode 100644 index ea8c4bf7f3..0000000000 --- a/opendaylight/md-sal/sal-schema-repository-api/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/target diff --git a/opendaylight/md-sal/sal-schema-repository-api/pom.xml b/opendaylight/md-sal/sal-schema-repository-api/pom.xml deleted file mode 100644 index a6e5c78628..0000000000 --- a/opendaylight/md-sal/sal-schema-repository-api/pom.xml +++ /dev/null @@ -1,21 +0,0 @@ - - 4.0.0 - - org.opendaylight.controller - sal-parent - 1.0-SNAPSHOT - - sal-schema-repository-api - - scm:git:ssh://git.opendaylight.org:29418/controller.git - scm:git:ssh://git.opendaylight.org:29418/controller.git - https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL - - - - - org.opendaylight.controller - yang-model-api - - - diff --git a/opendaylight/md-sal/sal-schema-repository-api/src/main/java/org/opendaylight/controller/sal/schema/api/package-info.java b/opendaylight/md-sal/sal-schema-repository-api/src/main/java/org/opendaylight/controller/sal/schema/api/package-info.java deleted file mode 100644 index 39387f1414..0000000000 --- a/opendaylight/md-sal/sal-schema-repository-api/src/main/java/org/opendaylight/controller/sal/schema/api/package-info.java +++ /dev/null @@ -1,8 +0,0 @@ -/* - * Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - */ -package org.opendaylight.controller.sal.schema.api; \ No newline at end of file