Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2007-04-28 03:55:50 +0000
committerdavid_williams2007-04-28 03:55:50 +0000
commit58c64a65d1a1aa95ec616fa588740825b3d35fbd (patch)
tree607413c1f6883ed66404de0e39b46f8d5aabb415 /bundles/org.eclipse.jst.standard.schemas
parent9ffe3cd8eea566aefa0deef6cc54674b089b57ad (diff)
downloadwebtools.sourceediting-58c64a65d1a1aa95ec616fa588740825b3d35fbd.tar.gz
webtools.sourceediting-58c64a65d1a1aa95ec616fa588740825b3d35fbd.tar.xz
webtools.sourceediting-58c64a65d1a1aa95ec616fa588740825b3d35fbd.zip
adding JEE schemas
Diffstat (limited to 'bundles/org.eclipse.jst.standard.schemas')
-rw-r--r--bundles/org.eclipse.jst.standard.schemas/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.standard.schemas/.project b/bundles/org.eclipse.jst.standard.schemas/.project
new file mode 100644
index 0000000000..1bce4bdb6c
--- /dev/null
+++ b/bundles/org.eclipse.jst.standard.schemas/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.jst.standard.schemas</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