Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kaegi2009-10-15 19:26:23 +0000
committerSimon Kaegi2009-10-15 19:26:23 +0000
commit49de488b7cf2c59f6199ef6b5c5f3e7d92317658 (patch)
tree3b381b9d1ebabf66d3f53265f056149e596a2b02 /bundles/org.eclipse.equinox.servletbridge.template/.project
parentecf6b505ab4655e6c4c3e334aabad7bcb2e5df71 (diff)
downloadrt.equinox.bundles-49de488b7cf2c59f6199ef6b5c5f3e7d92317658.tar.gz
rt.equinox.bundles-49de488b7cf2c59f6199ef6b5c5f3e7d92317658.tar.xz
rt.equinox.bundles-49de488b7cf2c59f6199ef6b5c5f3e7d92317658.zip
Bug 291396 - [p2] Commit the extension bundle and the mili feature
Diffstat (limited to 'bundles/org.eclipse.equinox.servletbridge.template/.project')
-rw-r--r--bundles/org.eclipse.equinox.servletbridge.template/.project29
1 files changed, 29 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.servletbridge.template/.project b/bundles/org.eclipse.equinox.servletbridge.template/.project
new file mode 100644
index 000000000..6c6d2cb09
--- /dev/null
+++ b/bundles/org.eclipse.equinox.servletbridge.template/.project
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.servletbridge.template</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