BUG-1170: removed hardcoding of test build directory.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / MissingYangInDep / yang / private.yang
diff --git a/yang/yang-maven-plugin-it/src/test/resources/MissingYangInDep/yang/private.yang b/yang/yang-maven-plugin-it/src/test/resources/MissingYangInDep/yang/private.yang
deleted file mode 100644 (file)
index 66f1553..0000000
+++ /dev/null
@@ -1,26 +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
- */
-module private {
-    yang-version 1;
-    namespace "urn:simple.container.demo";
-    prefix "p";
-
-    import unknownDep {
-        prefix "data";
-        revision-date 2013-02-27;
-    }
-
-    organization "opendaylight";
-    contact "http://www.opendaylight.org/";
-
-    revision "2013-02-27" {
-        reference " WILL BE DEFINED LATER";
-    }
-    
-
-}