Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-08-13 02:56:50 +0000
committerdavid_williams2010-08-13 02:56:50 +0000
commitb404ad545c1c16560d05f0d6b847f034de6e4647 (patch)
tree3cfb16ce1df960380ae8bc633c2d1d4585b17e8f
parentc65ca3a8fdef46ef6e34cc69e890feb04678e831 (diff)
downloadwebtools.javaee-b404ad545c1c16560d05f0d6b847f034de6e4647.tar.gz
webtools.javaee-b404ad545c1c16560d05f0d6b847f034de6e4647.tar.xz
webtools.javaee-b404ad545c1c16560d05f0d6b847f034de6e4647.zip
[322173] J2EEDeployOperation does not allow callers to get a list of affected projects
[322411] Weblib classpath dependencies not returned from members() when single-root
-rw-r--r--features/org.eclipse.jst.web_core.feature.patch/buildnotes_org.eclipse.jst.web_core.feature.patch.html3
-rw-r--r--features/org.eclipse.jst.web_core.feature.patch/feature.properties3
2 files changed, 4 insertions, 2 deletions
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 05e474913..bcf35afdd 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
@@ -114,7 +114,8 @@
<p>Bug <a href='https://bugs.eclipse.org/320312'>320312</a>. NLS missing messages in .log</p>
<p>Bug <a href='https://bugs.eclipse.org/320322'>320322</a>. [validation] JSP source validators running even when respective batch validators have been turned off</p>
<p>Bug <a href='https://bugs.eclipse.org/320436'>320436</a>. jar's placed in Java EE 5 Ear's lib directory should never be considered "modules"</p>
-<p>Bug <a href='https://bugs.eclipse.org/321519'>321519</a>. Single Root util not checking for classpath dependencies</p>
+<p>Bug <a href='https://bugs.eclipse.org/322173'>322173</a>. J2EEDeployOperation does not allow callers to get a list of affected projects</p>
+<p>Bug <a href='https://bugs.eclipse.org/322411'>322411</a>. Weblib classpath dependencies not returned from members() when single-root</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 6d74f00aa..cea154307 100644
--- a/features/org.eclipse.jst.web_core.feature.patch/feature.properties
+++ b/features/org.eclipse.jst.web_core.feature.patch/feature.properties
@@ -130,7 +130,8 @@ Bug https://bugs.eclipse.org/319735 Unwanted newlines before display name value\
Bug https://bugs.eclipse.org/320312 NLS missing messages in .log\n\
Bug https://bugs.eclipse.org/320322 [validation] JSP source validators running even when respective batch validators have been turned off\n\
Bug https://bugs.eclipse.org/320436 jar's placed in Java EE 5 Ear's lib directory should never be considered "modules"\n\
-Bug https://bugs.eclipse.org/321519 Single Root util not checking for classpath dependencies\n\
+Bug https://bugs.eclipse.org/322173 J2EEDeployOperation does not allow callers to get a list of affected projects\n\
+Bug https://bugs.eclipse.org/322411 Weblib classpath dependencies not returned from members() when single-root\n\
\n\
# "copyright" property - text of the "Feature Update Copyright"
copyright=\

Back to the top