Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-07-22 20:51:44 +0000
committerrescobar2010-07-22 20:51:44 +0000
commit83440b6b96ffdfcd12de6c4b28245921c3b27eef (patch)
treef11e63ddc8c45c491262de0a389f7e879bb1a406
parent0f734679236b818e60f7a781a288f6e8539364ef (diff)
downloadorg.eclipse.osee-83440b6b96ffdfcd12de6c4b28245921c3b27eef.tar.gz
org.eclipse.osee-83440b6b96ffdfcd12de6c4b28245921c3b27eef.tar.xz
org.eclipse.osee-83440b6b96ffdfcd12de6c4b28245921c3b27eef.zip
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.edit/.classpath14
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration/.classpath7
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration/.project28
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.classpath7
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.project28
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/.classpath8
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.ui/.project28
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl/.classpath16
8 files changed, 121 insertions, 15 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.edit/.classpath b/plugins/org.eclipse.osee.framework.core.dsl.edit/.classpath
index 45f024e850e..64c5e31b7a2 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl.edit/.classpath
+++ b/plugins/org.eclipse.osee.framework.core.dsl.edit/.classpath
@@ -1,7 +1,7 @@
-<?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/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration/.classpath b/plugins/org.eclipse.osee.framework.core.dsl.integration/.classpath
new file mode 100644
index 00000000000..8a8f1668cdc
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration/.project b/plugins/org.eclipse.osee.framework.core.dsl.integration/.project
new file mode 100644
index 00000000000..f1b7d74ca99
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.core.dsl.integration</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.classpath b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.project b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.project
new file mode 100644
index 00000000000..b77397d0481
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui.integration/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.core.dsl.ui.integration</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/.classpath b/plugins/org.eclipse.osee.framework.core.dsl.ui/.classpath
new file mode 100644
index 00000000000..59cf3977c7e
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src-gen"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.ui/.project b/plugins/org.eclipse.osee.framework.core.dsl.ui/.project
new file mode 100644
index 00000000000..ac8618541f5
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.ui/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.framework.core.dsl.ui</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/org.eclipse.osee.framework.core.dsl/.classpath b/plugins/org.eclipse.osee.framework.core.dsl/.classpath
index e5fbd3dd27a..59cf3977c7e 100644
--- a/plugins/org.eclipse.osee.framework.core.dsl/.classpath
+++ b/plugins/org.eclipse.osee.framework.core.dsl/.classpath
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="src-gen"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="src-gen"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top