Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Sanchez2013-12-23 17:46:17 +0000
committerRoberto Sanchez2013-12-23 17:46:17 +0000
commit5e5c3110c04525f2120d5cb6577c4ae37871a16a (patch)
tree280a0b7dd5df7bcbd3120027d154725d8b6f2250
parent078463e676418054ed445e25111d51873dd6fba2 (diff)
downloadwebtools.maps-5e5c3110c04525f2120d5cb6577c4ae37871a16a.tar.gz
webtools.maps-5e5c3110c04525f2120d5cb6577c4ae37871a16a.tar.xz
webtools.maps-5e5c3110c04525f2120d5cb6577c4ae37871a16a.zip
[423821] Container Selection dialog in new Servlet wizard does not recognize nested source folders
[423742] Duplicate classpath entry org.eclipse.jst.j2ee.internal.module.container when installing Java EE facet
-rw-r--r--releng.jeetools/maps/jst-j2ee-basic.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng.jeetools/maps/jst-j2ee-basic.map b/releng.jeetools/maps/jst-j2ee-basic.map
index 6c6c72f1c..8bbe27920 100644
--- a/releng.jeetools/maps/jst-j2ee-basic.map
+++ b/releng.jeetools/maps/jst-j2ee-basic.map
@@ -6,9 +6,9 @@
! from the master branch
plugin@org.eclipse.jst.j2ee.navigator.ui=GIT,tag=v201203142300,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.navigator.ui
-plugin@org.eclipse.jst.j2ee.ui=GIT,tag=v201304172200,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.ui
+plugin@org.eclipse.jst.j2ee.ui=GIT,tag=v201312231800,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.ui
-plugin@org.eclipse.jst.j2ee=GIT,tag=v201308301800,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee
+plugin@org.eclipse.jst.j2ee=GIT,tag=v201312231800,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee
plugin@org.eclipse.jst.j2ee.core=GIT,tag=v201310231400,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.core
plugin@org.eclipse.jst.j2ee.web=GIT,tag=v201305311500,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.web
plugin@org.eclipse.jst.servlet.ui=GIT,tag=v201303151600,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.servlet.ui

Back to the top