forget to update build.properties with webpage editor
diff --git a/assembly/features/org.eclipse.jst.feature/feature.properties b/assembly/features/org.eclipse.jst.feature/feature.properties
index bc892b7..fb2a7c7 100644
--- a/assembly/features/org.eclipse.jst.feature/feature.properties
+++ b/assembly/features/org.eclipse.jst.feature/feature.properties
@@ -16,6 +16,7 @@
 
 # "featureName" property - name of the feature
 featureName=J2EE Standard Tools (JST) Project
+optionalFeatureName=Web Page Editor (Optional)
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse.org
diff --git a/assembly/features/org.eclipse.jst.feature/feature.xml b/assembly/features/org.eclipse.jst.feature/feature.xml
index 1c2f278..4036469 100644
--- a/assembly/features/org.eclipse.jst.feature/feature.xml
+++ b/assembly/features/org.eclipse.jst.feature/feature.xml
@@ -45,10 +45,10 @@
          version="0.0.0"/>
 
    <includes
+         optional="true"
          id="org.eclipse.jst.webpageeditor.feature"
          version="0.0.0"
-         name="Web Page Editor (Optional)"
-         optional="true"/>
+         name="%optionalFeatureName" />
 
    <plugin
          id="org.eclipse.jst"
diff --git a/features/org.eclipse.wtp.releng.tests.feature/build.properties b/features/org.eclipse.wtp.releng.tests.feature/build.properties
index 64f93a9..52c3cfc 100644
--- a/features/org.eclipse.wtp.releng.tests.feature/build.properties
+++ b/features/org.eclipse.wtp.releng.tests.feature/build.properties
@@ -1 +1,3 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+               license.html,\
+               feature.properties
diff --git a/features/org.eclipse.wtp.releng.tests.feature/feature.xml b/features/org.eclipse.wtp.releng.tests.feature/feature.xml
index 0b479a1..380212f 100644
--- a/features/org.eclipse.wtp.releng.tests.feature/feature.xml
+++ b/features/org.eclipse.wtp.releng.tests.feature/feature.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
       id="org.eclipse.wtp.releng.tests.feature"
-      label="Releng Test Feature"
+      label="%featureName"
       version="1.0.1.qualifier"
       provider-name="%providerName">