Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordacarver2008-08-08 23:56:38 +0000
committerdacarver2008-08-08 23:56:38 +0000
commitc0c42686dc61492fe349ca7640d289126e20f1ff (patch)
treecbcb70c17f2e804fc9a9942596865e95aef59a32 /docs
parent0c3bd1efcd9f186ccee175b1ed6fd94efc554257 (diff)
downloadwebtools.sourceediting.xsl-c0c42686dc61492fe349ca7640d289126e20f1ff.tar.gz
webtools.sourceediting.xsl-c0c42686dc61492fe349ca7640d289126e20f1ff.tar.xz
webtools.sourceediting.xsl-c0c42686dc61492fe349ca7640d289126e20f1ff.zip
Clean up documentation plugin.
Diffstat (limited to 'docs')
-rw-r--r--docs/org.eclipse.wst.xsl.doc/.project6
-rw-r--r--docs/org.eclipse.wst.xsl.doc/META-INF/MANIFEST.MF2
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/org.eclipse.wst.xsl.doc/.project b/docs/org.eclipse.wst.xsl.doc/.project
index 5f1ca8e..164ae3e 100644
--- a/docs/org.eclipse.wst.xsl.doc/.project
+++ b/docs/org.eclipse.wst.xsl.doc/.project
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
@@ -18,5 +23,6 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
diff --git a/docs/org.eclipse.wst.xsl.doc/META-INF/MANIFEST.MF b/docs/org.eclipse.wst.xsl.doc/META-INF/MANIFEST.MF
index f9cb1ac..78049b9 100644
--- a/docs/org.eclipse.wst.xsl.doc/META-INF/MANIFEST.MF
+++ b/docs/org.eclipse.wst.xsl.doc/META-INF/MANIFEST.MF
@@ -5,3 +5,5 @@ Bundle-SymbolicName: org.eclipse.wst.xsl.doc;singleton:=true
Bundle-Version: 0.5.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: Eclipse.org
+Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.osgi

Back to the top