[371155] JAX-RS configuration UI should have the Update Deployment descriptor check box available
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 f3e9f21..38457dc 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
@@ -4,18 +4,17 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Build" content="Build"> -<title>WTP 3.3.1 Patches</title> +<title>WTP 3.3.2 Patches</title> </head> <body> -<h1>WTP 3.3.1 Patches</h1> +<h1>WTP 3.3.2 Patches</h1> <h2>org.eclipse.jst.enterprise_ui.feature</h2> -<p>Bug <a href='https://bugs.eclipse.org/364086'>364086</a>. EJB Project wizard doesn't show up and shows an error</p> -<p>Bug <a href='https://bugs.eclipse.org/365135'>365135</a>. [modulecore] Behavior when multiple src dirs are mapped to component root</p> -<p>Bug <a href='https://bugs.eclipse.org/365138'>365138</a>. Folder for deployment descriptor field does not display the correct options when there are two or more mappings containing a DD</p> +<p>Bug <a href='https://bugs.eclipse.org/371155'>371155</a>. JAX-RS configuration UI should have the Update Deployment descriptor check box available</p> +<p>Bug <a href='https://bugs.eclipse.org/371660'>371660</a>. Performance issue since dispose method is not being called</p> </body> </html> \ No newline at end of file
diff --git a/features/org.eclipse.jst.enterprise_ui.feature.patch/epl-v10.html b/features/org.eclipse.jst.enterprise_ui.feature.patch/epl-v10.html index abeecc4..fd39122 100644 --- a/features/org.eclipse.jst.enterprise_ui.feature.patch/epl-v10.html +++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/epl-v10.html
@@ -41,7 +41,6 @@ <p class="list">a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and</p> <p class="list">b) in the case of each subsequent Contributor:</p> - <p class="list">i) changes to the Program, and</p> <p class="list">ii) additions to the Program;</p> <p class="list">where such changes and/or additions to the Program
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 67cc2ac..4ce8b9c 100644 --- a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties +++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.properties
@@ -28,11 +28,9 @@ \n\ The fixes are described in the following bugzilla entries:\n\ \n\ -Bug https://bugs.eclipse.org/364086 EJB Project wizard doesn't show up and shows an error\n\ -Bug https://bugs.eclipse.org/365135 [modulecore] Behavior when multiple src dirs are mapped to component root\n\ -Bug https://bugs.eclipse.org/365138 Folder for deployment descriptor field does not display the correct options when there are two or more mappings containing a DD\n\ +Bug https://bugs.eclipse.org/371155 JAX-RS configuration UI should have the Update Deployment descriptor check box available\n\ +Bug https://bugs.eclipse.org/371660 Performance issue since dispose method is not being called\n\ \n\ - # "copyright" property - text of the "Feature Update Copyright" copyright=\ Copyright (c) 2010 IBM Corporation and others.\n\ @@ -53,7 +51,7 @@ # should be plain text version of license agreement pointed to be "licenseURL" license=\ Eclipse Foundation Software User Agreement\n\ -April 14, 2010\n\ +February 1, 2011\n\ \n\ Usage Of Content\n\ \n\ @@ -122,6 +120,7 @@ TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\ SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\ \n\ + - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\ - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\ - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\ - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
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 8b441a1..8e27972 100644 --- a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml +++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml
@@ -2,7 +2,7 @@ <feature id="org.eclipse.jst.enterprise_ui.feature.patch" label="%featureName" - version="3.3.1.qualifier" + version="3.3.2.qualifier" provider-name="%providerName"> <description> @@ -18,11 +18,18 @@ </license> <requires> - <import feature="org.eclipse.jst.enterprise_ui.feature" version="3.3.1.v201107072200-7b7II1PFSK2WIlPwJBmNz-VWwVsTn" patch="true"/> + <import feature="org.eclipse.jst.enterprise_ui.feature" version="3.3.2.v201111030500-7b7II1YFSK2WIuPRDEnExPV-RvTn" patch="true"/> </requires> - <plugin - id="org.eclipse.jst.j2ee.ui" + <plugin + id="org.eclipse.jst.ws.jaxrs.core" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.eclipse.jst.ws.jaxrs.ui" download-size="0" install-size="0" version="0.0.0"
diff --git a/features/org.eclipse.jst.enterprise_ui.feature.patch/license.html b/features/org.eclipse.jst.enterprise_ui.feature.patch/license.html index c184ca3..f19c483 100644 --- a/features/org.eclipse.jst.enterprise_ui.feature.patch/license.html +++ b/features/org.eclipse.jst.enterprise_ui.feature.patch/license.html
@@ -8,7 +8,7 @@ <body lang="EN-US"> <h2>Eclipse Foundation Software User Agreement</h2> -<p>April 14, 2010</p> +<p>February 1, 2011</p> <h3>Usage Of Content</h3> @@ -58,6 +58,7 @@ OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p> <ul> + <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li> <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li> <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li> <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>