minor updates
diff --git a/features/org.eclipse.wtp.capabilities/feature.xml b/features/org.eclipse.wtp.capabilities/feature.xml
index c5ffbe6..2b8cb9c 100644
--- a/features/org.eclipse.wtp.capabilities/feature.xml
+++ b/features/org.eclipse.wtp.capabilities/feature.xml
@@ -17,6 +17,13 @@
%license
</license>
+ <plugin
+ id="org.eclipse.wtp.epp.package.jee.intro"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin
id="org.eclipse.wtp.epp.package.capabilities"
download-size="0"
diff --git a/plugins/org.eclipse.wtp.epp.package.jee.intro/.project b/plugins/org.eclipse.wtp.epp.package.jee.intro/.project
index 631a5b1..f218d90 100644
--- a/plugins/org.eclipse.wtp.epp.package.jee.intro/.project
+++ b/plugins/org.eclipse.wtp.epp.package.jee.intro/.project
@@ -6,11 +6,6 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
@@ -23,6 +18,5 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
diff --git a/plugins/org.eclipse.wtp.epp.package.jee.intro/META-INF/MANIFEST.MF b/plugins/org.eclipse.wtp.epp.package.jee.intro/META-INF/MANIFEST.MF
index 4219f51..d59d9aa 100644
--- a/plugins/org.eclipse.wtp.epp.package.jee.intro/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.wtp.epp.package.jee.intro/META-INF/MANIFEST.MF
@@ -3,13 +3,6 @@
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wtp.epp.package.jee.intro;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: %pluginProvider
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.ui.intro,
- org.eclipse.swt,
- org.eclipse.jface,
- org.eclipse.ui.workbench
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
diff --git a/plugins/org.eclipse.wtp.epp.package.jee.intro/build.properties b/plugins/org.eclipse.wtp.epp.package.jee.intro/build.properties
index fdc527a..9aca52f 100644
--- a/plugins/org.eclipse.wtp.epp.package.jee.intro/build.properties
+++ b/plugins/org.eclipse.wtp.epp.package.jee.intro/build.properties
@@ -1,5 +1,3 @@
-source.. = .
-output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
@@ -10,12 +8,8 @@
images/,\
build.properties,\
plugin.properties
-src.includes = META-INF/,\
- build.properties,\
- content/,\
+src.includes = content/,\
icons/,\
images/,\
introContent.xml,\
- plugin.xml,\
- splash.bmp,\
- plugin.properties
+ splash.bmp