Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-11-12 03:41:38 +0000
committerRyan T. Baldwin2014-11-12 03:41:38 +0000
commit6a9a04b89eba6a0e67e93944dfd2420521fe824c (patch)
treee917ce48524689ea60f312bcf9a4a7d962f69fc4 /plugins/org.eclipse.osee.jdbc/.project
parent0b9798a15ace3da54ecb5c6937e0c4f443d36690 (diff)
downloadorg.eclipse.osee-6a9a04b89eba6a0e67e93944dfd2420521fe824c.tar.gz
org.eclipse.osee-6a9a04b89eba6a0e67e93944dfd2420521fe824c.tar.xz
org.eclipse.osee-6a9a04b89eba6a0e67e93944dfd2420521fe824c.zip
feature[ats_ATS138840]: Create OSEE Jdbc bundle
Diffstat (limited to 'plugins/org.eclipse.osee.jdbc/.project')
-rw-r--r--plugins/org.eclipse.osee.jdbc/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.jdbc/.project b/plugins/org.eclipse.osee.jdbc/.project
new file mode 100644
index 00000000000..fe64b9b5f39
--- /dev/null
+++ b/plugins/org.eclipse.osee.jdbc/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.jdbc</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>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top