Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2014-01-22 02:26:56 +0000
committerRyan D. Brooks2014-01-22 02:26:56 +0000
commitf2607d5e4cde9196ecfffbe9bea9d565587148a5 (patch)
tree1232198e33e74ada2992994ef3500f97c3f50f79 /plugins/org.eclipse.osee.account.rest.client/.project
parent9ea8e0a944e9caee56b35b72a0d913a50394c3e4 (diff)
downloadorg.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.tar.gz
org.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.tar.xz
org.eclipse.osee-f2607d5e4cde9196ecfffbe9bea9d565587148a5.zip
feature[ats_ATS8933]: Create Account REST Client
Diffstat (limited to 'plugins/org.eclipse.osee.account.rest.client/.project')
-rw-r--r--plugins/org.eclipse.osee.account.rest.client/.project33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.account.rest.client/.project b/plugins/org.eclipse.osee.account.rest.client/.project
new file mode 100644
index 00000000000..eee1e6f2a58
--- /dev/null
+++ b/plugins/org.eclipse.osee.account.rest.client/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osee.account.rest.client</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