Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-07-20 03:31:44 +0000
committerslewis2013-07-20 03:31:44 +0000
commit78446d52c49413b1860ee721a5d19bcb6b9ecf32 (patch)
treee04f11daa58341f8eb936109810a3e235c9b239d /examples/bundles/com.mycorp.examples.timeservice/.project
parentfc83cc451ee1a9013be63437612cb0fe4af6c0db (diff)
downloadorg.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.tar.gz
org.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.tar.xz
org.eclipse.ecf-78446d52c49413b1860ee721a5d19bcb6b9ecf32.zip
Initial checkin of remote time service api, host, and consumer, with
filediscovery.
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice/.project')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice/.project34
1 files changed, 34 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice/.project b/examples/bundles/com.mycorp.examples.timeservice/.project
new file mode 100644
index 000000000..bb837c68c
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>com.mycorp.examples.timeservice</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.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>

Back to the top