From 8783c248f832b94b36b61d12230a87d973461f5c Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 18 May 2014 15:41:32 -0500 Subject: [PATCH] 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 --- .../sal-schema-repository-api/.gitignore | 1 - .../md-sal/sal-schema-repository-api/pom.xml | 21 ------------------- .../sal/schema/api/package-info.java | 8 ------- 3 files changed, 30 deletions(-) delete mode 100644 opendaylight/md-sal/sal-schema-repository-api/.gitignore delete mode 100644 opendaylight/md-sal/sal-schema-repository-api/pom.xml delete mode 100644 opendaylight/md-sal/sal-schema-repository-api/src/main/java/org/opendaylight/controller/sal/schema/api/package-info.java 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 -- 2.36.6