| commit | 860b3de9d58289b7c18828c7551bb18be9af8935 | [log] [tgz] |
|---|---|---|
| author | nitind <nitind> | Wed Oct 05 21:35:14 2011 +0000 |
| committer | nitind <nitind> | Wed Oct 05 21:35:14 2011 +0000 |
| tree | a43a9533a201bba343f41618bedcc2f40e1bbe5e | |
| parent | 2c675f076a801dc03797e4d9fbb30a11b0c0b8a3 [diff] |
[359892] ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file)
diff --git a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html index d6fccb0..172152d 100644 --- a/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html +++ b/features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html
@@ -14,6 +14,7 @@ <h2>org.eclipse.jst.web_core.feature</h2> <p>Bug <a href='https://bugs.eclipse.org/345778'>345778</a>. Duplicate tld entries in taglib index</p> +<p>Bug <a href='https://bugs.eclipse.org/352515'>352515</a>. ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file)</p> </body> </html> \ No newline at end of file
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.properties b/features/org.eclipse.jst.web_core.feature.patch/feature.properties index 4d6770e..1bfe638 100644 --- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties +++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -28,6 +28,7 @@ The bugs and fixes are described in the following bugzilla entries:\n\ \n\ Bug https://bugs.eclipse.org/345778 Duplicate tld entries in taglib index\n\ +Bug https://bugs.eclipse.org/359892 ContainerImpl#getFile(String URI) will not always find a file (even if the container has the file)\n\ \n\ # "copyright" property - text of the "Feature Update Copyright" copyright=\
diff --git a/features/org.eclipse.jst.web_core.feature.patch/feature.xml b/features/org.eclipse.jst.web_core.feature.patch/feature.xml index 84df038..5a06e04 100644 --- a/features/org.eclipse.jst.web_core.feature.patch/feature.xml +++ b/features/org.eclipse.jst.web_core.feature.patch/feature.xml
@@ -27,5 +27,12 @@ install-size="0" version="0.0.0" unpack="false"/> + + <plugin + id="org.eclipse.jst.j2ee.core" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> </feature>