Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-24 05:12:17 +0000
committerslewis2006-10-24 05:12:17 +0000
commitff38c999fa391a988ca2979fe54c0664a5a628be (patch)
tree411929bd91046e215136c1a248f4c3129ca5b92e /framework/bundles/org.eclipse.ecf.identity/.project
parent6dc7fa606bfc3ca479e865c535671371373dce13 (diff)
downloadorg.eclipse.ecf-ff38c999fa391a988ca2979fe54c0664a5a628be.tar.gz
org.eclipse.ecf-ff38c999fa391a988ca2979fe54c0664a5a628be.tar.xz
org.eclipse.ecf-ff38c999fa391a988ca2979fe54c0664a5a628be.zip
Initial checkin of new org.eclipse.ecf.core.identity plugin
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.identity/.project')
-rw-r--r--framework/bundles/org.eclipse.ecf.identity/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.identity/.project b/framework/bundles/org.eclipse.ecf.identity/.project
new file mode 100644
index 000000000..879d30b5d
--- /dev/null
+++ b/framework/bundles/org.eclipse.ecf.identity/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.ecf.core.identity</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>

Back to the top