Renamed yang-to-sources-plugin to maven-yang-plugin. 34/134/2
authorMaros Marsalek <mmarsale@cisco.com>
Thu, 11 Apr 2013 06:37:23 +0000 (08:37 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 13 Apr 2013 02:03:38 +0000 (02:03 +0000)
Updated all references in tests.

Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
31 files changed:
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/.gitignore [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/.gitignore with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/pom.xml with 91% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/CombineTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToResourcesPluginTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/java/org/opendaylight/controller/yang2sources/plugin/it/YangToSourcesPluginTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/pom.xml with 96% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile1.yang with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/resources/model/testfile2.yang with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_combined/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_combined/pom.xml with 97% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct_resources/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct_resources/pom.xml with 96% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators/pom.xml with 94% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators_resources/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators_resources/pom.xml with 94% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoYangFiles/pom.xml with 96% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator/pom.xml with 96% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/UnknownGenerator_resources/pom.xml with 97% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/YangRootNotExist/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/YangRootNotExist/pom.xml with 95% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/pom.xml with 93% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/ConfigArg.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/Util.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToResourcesMojo.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/main/java/org/opendaylight/controller/yang2sources/plugin/YangToSourcesMojo.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateResourcesTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/GenerateSourcesTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/java/org/opendaylight/controller/yang2sources/plugin/UtilTest.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/src/test/resources/mock.yang [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/src/test/resources/mock.yang with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/pom.xml with 95% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/CodeGenerator.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/main/java/org/opendaylight/controller/yang2sources/spi/ResourceGenerator.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/CodeGeneratorTestImpl.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/maven-yang/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java [moved from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/src/test/java/org/opendaylight/controller/yang2sources/spi/ResourceProviderTestImpl.java with 100% similarity]
opendaylight/sal/yang-prototype/code-generator/pom.xml

similarity index 91%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/pom.xml
index 63a743d00d2fdeb16bbb63e42b1a7506637a8159..e3a54ba32a48a73cd0058d62ad5960e8fe26082f 100644 (file)
@@ -6,7 +6,7 @@
         <groupId>org.opendaylight.controller</groupId>
         <version>1.0</version>
     </parent>
-    <artifactId>yang-to-sources-plugin-it</artifactId>
+    <artifactId>maven-yang-plugin-it</artifactId>
 
 
     <dependencies>
similarity index 96%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/Correct/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/Correct/pom.xml
index d94afbdd954f6f7ecfe01668545ed8f707706f33..f7810fec78718949d0190df98084075ffaeeae8b 100644 (file)
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
similarity index 94%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoGenerators/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoGenerators/pom.xml
index f194e9dde6285d0b3d2bea8386fbad558842c6fe..82b2cc5b801031c0642578b62402c9b06197a004 100644 (file)
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
similarity index 96%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin-it/src/test/resources/NoYangFiles/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin-it/src/test/resources/NoYangFiles/pom.xml
index 4cce379210b68a909dc18abc5a7b4c206545b438..561946e71bef4522d13057f2d44829cf887c477f 100644 (file)
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
@@ -12,7 +12,7 @@
         <plugins>
             <plugin>
                 <groupId>org.opendaylight.controller</groupId>
-                <artifactId>yang-to-sources-plugin</artifactId>
+                <artifactId>maven-yang-plugin</artifactId>
                 <version>1.0</version>
                 <executions>
                     <execution>
similarity index 93%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources-plugin/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang-plugin/pom.xml
index a2d3a2206e6b99ed7193c80f2078e598032e0e73..1dd56914115732c6675cfbb70bf77cfda7e25f65 100644 (file)
@@ -7,7 +7,7 @@
         <version>1.0</version>
     </parent>
 
-    <artifactId>yang-to-sources-plugin</artifactId>
+    <artifactId>maven-yang-plugin</artifactId>
     <packaging>maven-plugin</packaging>
 
     <dependencies>
@@ -30,7 +30,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
-            <artifactId>yang-to-sources</artifactId>
+            <artifactId>maven-yang</artifactId>
             <version>1.0</version>
         </dependency>
 
@@ -42,7 +42,7 @@
 
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>yang-to-sources</artifactId>
+            <artifactId>maven-yang</artifactId>
             <version>1.0</version>
             <type>test-jar</type>
             <scope>test</scope>
similarity index 95%
rename from opendaylight/sal/yang-prototype/code-generator/yang-to-sources/pom.xml
rename to opendaylight/sal/yang-prototype/code-generator/maven-yang/pom.xml
index c8c74c92b7f46676fdbe04af159e8d53e69c3b62..09dc9d727922a7caa691c62505e9d6adc45b7f63 100644 (file)
@@ -6,7 +6,7 @@
         <groupId>org.opendaylight.controller</groupId>
         <version>1.0</version>
     </parent>
-    <artifactId>yang-to-sources</artifactId>
+    <artifactId>maven-yang</artifactId>
 
     <dependencies>
         <dependency>
index 17aa745ec0d2c2f7457066bd3b5cbcfd242dcdb9..01cae6a6583474105523947c5afa11b5a475f8e9 100644 (file)
@@ -23,9 +23,9 @@
         <module>binding-generator-util</module>\r
         <module>binding-generator-impl</module>\r
         <module>binding-java-api-generator</module>\r
-        <module>yang-to-sources</module>\r
-        <module>yang-to-sources-plugin</module>\r
-        <module>yang-to-sources-plugin-it</module>\r
+        <module>maven-yang</module>\r
+        <module>maven-yang-plugin</module>\r
+        <module>maven-yang-plugin-it</module>\r
     </modules>\r
     <dependencies>\r
 \r