Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-08-17 16:09:44 +0000
committerThomas Watson2012-10-02 18:54:41 +0000
commit31fa1aac8b141ce36d6477d4107209e543269e86 (patch)
tree37b142dd2a987a3abcc4df1cda5d95f3655708ec /bundles/org.eclipse.osgi.compatibility.state/.project
parent4f277ed781bfb41298899656078984f65238012d (diff)
downloadrt.equinox.framework-31fa1aac8b141ce36d6477d4107209e543269e86.tar.gz
rt.equinox.framework-31fa1aac8b141ce36d6477d4107209e543269e86.tar.xz
rt.equinox.framework-31fa1aac8b141ce36d6477d4107209e543269e86.zip
initial checking of compatibility state fragment
Diffstat (limited to 'bundles/org.eclipse.osgi.compatibility.state/.project')
-rw-r--r--bundles/org.eclipse.osgi.compatibility.state/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.compatibility.state/.project b/bundles/org.eclipse.osgi.compatibility.state/.project
new file mode 100644
index 000000000..50487e24b
--- /dev/null
+++ b/bundles/org.eclipse.osgi.compatibility.state/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osgi.compatibility.state</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