Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-03-06 16:58:37 +0000
committerRyan D. Brooks2014-03-06 16:58:37 +0000
commitbe08b1d0e2364628eb76759ed35bf8ca18dbef59 (patch)
tree8048d1c8ed9b5a3fcd6aa03c2c7418dcb3017af9 /plugins/org.eclipse.osee.config.admin.test/.classpath
parentfd54b39d05fe63f384b5810e23ee2c11a1df97c2 (diff)
downloadorg.eclipse.osee-be08b1d0e2364628eb76759ed35bf8ca18dbef59.tar.gz
org.eclipse.osee-be08b1d0e2364628eb76759ed35bf8ca18dbef59.tar.xz
org.eclipse.osee-be08b1d0e2364628eb76759ed35bf8ca18dbef59.zip
feature[ats_ATS8941]: Create OSEE Config Admin
Diffstat (limited to 'plugins/org.eclipse.osee.config.admin.test/.classpath')
-rw-r--r--plugins/org.eclipse.osee.config.admin.test/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.config.admin.test/.classpath b/plugins/org.eclipse.osee.config.admin.test/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/org.eclipse.osee.config.admin.test/.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>

Back to the top