[304385] Allow users to disable copying axis jars
diff --git a/features/org.eclipse.jst.enterprise_ui.feature.patch/buildnotes_org.eclipse.jst.enterprise_ui.feature.patch.html b/features/org.eclipse.jst.enterprise_ui.feature.patch/buildnotes_org.eclipse.jst.enterprise_ui.feature.patch.html
index db0fd6f..77b2117 100644
--- a/features/org.eclipse.jst.enterprise_ui.feature.patch/buildnotes_org.eclipse.jst.enterprise_ui.feature.patch.html
+++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/buildnotes_org.eclipse.jst.enterprise_ui.feature.patch.html
@@ -26,6 +26,7 @@
 <p>Bug <a href='https://bugs.eclipse.org/299764'>299764</a>. Exception from JEE5ContentProvider</p>
 <p>Bug <a href='https://bugs.eclipse.org/300098'>300098</a>. 'In Lib Dir' checkbox being ignored when a jar dependency is added to an EAR</p>
 <p>Bug <a href='https://bugs.eclipse.org/302009'>302009</a>. ClassCastException when org.eclipse.wst.ws.ifile2uriconverter plugged in</p>
+<p>Bug <a href='https://bugs.eclipse.org/304385'>304385</a>. Allow users to disable copying axis jars</p>
 
 </body>
 </html>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties
index 661f93e..76ffa88 100644
--- a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties
@@ -43,6 +43,7 @@
 Bug https://bugs.eclipse.org/299764 Exception from JEE5ContentProvider\n\
 Bug https://bugs.eclipse.org/300098 'In Lib Dir' checkbox being ignored when a jar dependency is added to an EAR\n\
 Bug https://bugs.eclipse.org/302009 ClassCastException when org.eclipse.wst.ws.ifile2uriconverter plugged in\n\
+Bug https://bugs.eclipse.org/304385 Allow users to disable copying axis jars\n\
 \n\
 
 # "copyright" property - text of the "Feature Update Copyright"
diff --git a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml
index 1003d9c..6e47258 100644
--- a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml
+++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml
@@ -29,6 +29,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.jst.ws.axis.consumption.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.jst.j2ee.jca.ui"
          download-size="0"
          install-size="0"