Removed .classpath from .gitignore and added .classpath files. 80/36580/1
authorDavid M. Karr <davidmichaelkarr@gmail.com>
Wed, 23 Mar 2016 03:51:03 +0000 (20:51 -0700)
committerDavid M. Karr <davidmichaelkarr@gmail.com>
Wed, 23 Mar 2016 03:52:07 +0000 (20:52 -0700)
Turns out Eclipse can't easily regenerate the .classpath files, so they need to be stored.

Change-Id: I0b866a65da87bc57e76d0428c5135460b760dd13
Signed-off-by: David M. Karr <davidmichaelkarr@gmail.com>
27 files changed:
.gitignore
features/com.cisco.yangide.feature/.gitignore
features/com.cisco.yangide.m2e.yang.feature/.gitignore
plugins/com.cisco.yangide.core.tests/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.core.tests/.gitignore
plugins/com.cisco.yangide.core/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.core/.gitignore
plugins/com.cisco.yangide.editor/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.editor/.gitignore
plugins/com.cisco.yangide.ext.model.editor/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model.editor/.gitignore
plugins/com.cisco.yangide.ext.model/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.model/.gitignore
plugins/com.cisco.yangide.ext.refactoring/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ext.refactoring/.gitignore
plugins/com.cisco.yangide.m2e.yang.tests/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang.tests/.gitignore
plugins/com.cisco.yangide.m2e.yang/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.m2e.yang/.gitignore
plugins/com.cisco.yangide.ui/.classpath [new file with mode: 0644]
plugins/com.cisco.yangide.ui/.gitignore
samples/yang-module1/.classpath [new file with mode: 0644]
samples/yang-module1/.gitignore
samples/yang-module2/.classpath [new file with mode: 0644]
samples/yang-module2/.gitignore
tests/com.cisco.yangide.editor.test/.gitignore
tests/com.cisco.yangide.ext.refactoring.test/.gitignore

index f4d4effb0736f47fbfc1f6f17530eb1cad23fe0c..ea5abb72710bdc4c857726debfc08423d311d0b2 100644 (file)
@@ -1,5 +1,4 @@
 **/target/
 /.settings/
-.classpath
 bin/
 libs/
index f3de6a83f74d13791afee22302056883af552220..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.core.tests/.classpath b/plugins/com.cisco.yangide.core.tests/.classpath
new file mode 100644 (file)
index 0000000..7641f12
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry including="**/*.java" kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index 1a79925a44dd39e1a0dfd91e54ce3821badf244f..755cdc373dd137ffb854e4ef73ee7a477cb72e7f 100644 (file)
@@ -1,4 +1,3 @@
 /bin/
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.core/.classpath b/plugins/com.cisco.yangide.core/.classpath
new file mode 100644 (file)
index 0000000..527f722
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry including="**/*.java" kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry exported="true" kind="lib" path="libs/antlr4-runtime-4.0.jar"/>
+       <classpathentry exported="true" kind="lib" path="libs/mapdb-1.0.4.jar"/>
+       <classpathentry exported="true" kind="lib" path="libs/yang-model-api-0.6.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="libs/yang-parser-impl-0.6.1.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.editor/.classpath b/plugins/com.cisco.yangide.editor/.classpath
new file mode 100644 (file)
index 0000000..af2a43e
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index 1a79925a44dd39e1a0dfd91e54ce3821badf244f..755cdc373dd137ffb854e4ef73ee7a477cb72e7f 100644 (file)
@@ -1,4 +1,3 @@
 /bin/
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.ext.model.editor/.classpath b/plugins/com.cisco.yangide.ext.model.editor/.classpath
new file mode 100644 (file)
index 0000000..16d067f
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.ext.model/.classpath b/plugins/com.cisco.yangide.ext.model/.classpath
new file mode 100644 (file)
index 0000000..065ac06
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.ext.refactoring/.classpath b/plugins/com.cisco.yangide.ext.refactoring/.classpath
new file mode 100644 (file)
index 0000000..387a55d
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.m2e.yang.tests/.classpath b/plugins/com.cisco.yangide.m2e.yang.tests/.classpath
new file mode 100644 (file)
index 0000000..7641f12
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry including="**/*.java" kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.m2e.yang/.classpath b/plugins/com.cisco.yangide.m2e.yang/.classpath
new file mode 100644 (file)
index 0000000..7641f12
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry including="**/*.java" kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index 1a79925a44dd39e1a0dfd91e54ce3821badf244f..755cdc373dd137ffb854e4ef73ee7a477cb72e7f 100644 (file)
@@ -1,4 +1,3 @@
 /bin/
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/plugins/com.cisco.yangide.ui/.classpath b/plugins/com.cisco.yangide.ui/.classpath
new file mode 100644 (file)
index 0000000..af2a43e
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index 1a79925a44dd39e1a0dfd91e54ce3821badf244f..755cdc373dd137ffb854e4ef73ee7a477cb72e7f 100644 (file)
@@ -1,4 +1,3 @@
 /bin/
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/samples/yang-module1/.classpath b/samples/yang-module1/.classpath
new file mode 100644 (file)
index 0000000..17b023c
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" output="target/classes" path="src/main/java">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/classes" path="src/main/yang">
+               <attributes>
+                       <attribute name="ignore_optional_problems" value="true"/>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/classes" path="target/generated-sources/sal">
+               <attributes>
+                       <attribute name="ignore_optional_problems" value="true"/>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
diff --git a/samples/yang-module2/.classpath b/samples/yang-module2/.classpath
new file mode 100644 (file)
index 0000000..bdc48c2
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" output="target/classes" path="src/main/java">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java">
+               <attributes>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+               <attributes>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/classes" path="src/main/yang">
+               <attributes>
+                       <attribute name="ignore_optional_problems" value="true"/>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" output="target/classes" path="target/generated-sources/sal">
+               <attributes>
+                       <attribute name="ignore_optional_problems" value="true"/>
+                       <attribute name="optional" value="true"/>
+                       <attribute name="maven.pomderived" value="true"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file
index b77461b06d5f0ae999ce03d9e0b1dc644cabe5b1..731eb433c5fbf213fcb10543efb586f044f69823 100644 (file)
@@ -1,3 +1,2 @@
 /target/
 /.settings/
-.classpath
\ No newline at end of file