Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Anderson2013-04-30 18:36:32 +0000
committerCarl Anderson2013-04-30 18:36:32 +0000
commit69fa9a19e72e43a902463ea13d6785a9aa41069a (patch)
tree32a73dabacb98e5e452ae56b236ed7e994d454db
parent9afecbb87858e9f5320ba9129909edc32dfb9b3f (diff)
downloadwebtools.maps-69fa9a19e72e43a902463ea13d6785a9aa41069a.tar.gz
webtools.maps-69fa9a19e72e43a902463ea13d6785a9aa41069a.tar.xz
webtools.maps-69fa9a19e72e43a902463ea13d6785a9aa41069a.zip
[406595] Disable Java EE module creation if not supported by target
server runtime
-rw-r--r--releng.ejbtools/maps/jst-enterprise-component-features.map2
-rw-r--r--releng.jeetools/maps/jst-j2ee-basic.map4
-rw-r--r--releng.jeetools/maps/jst-web-component-features.map2
3 files changed, 4 insertions, 4 deletions
diff --git a/releng.ejbtools/maps/jst-enterprise-component-features.map b/releng.ejbtools/maps/jst-enterprise-component-features.map
index 69e9d8c8f..271fcc416 100644
--- a/releng.ejbtools/maps/jst-enterprise-component-features.map
+++ b/releng.ejbtools/maps/jst-enterprise-component-features.map
@@ -13,6 +13,6 @@ feature@org.eclipse.jst.enterprise_userdoc.feature=GIT,tag=v201105122000,repo=gi
!***************
-feature@org.eclipse.jst.enterprise_ui.feature.patch=GIT,tag=v201304111500,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=features/org.eclipse.jst.enterprise_ui.feature.patch
+feature@org.eclipse.jst.enterprise_ui.feature.patch=GIT,tag=v201304302000,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=features/org.eclipse.jst.enterprise_ui.feature.patch
!*************** \ No newline at end of file
diff --git a/releng.jeetools/maps/jst-j2ee-basic.map b/releng.jeetools/maps/jst-j2ee-basic.map
index 3ac3f87de..616b4fb9c 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=v201205170400,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=v201304302000,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee.ui
-plugin@org.eclipse.jst.j2ee=GIT,tag=v201304111500,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee
+plugin@org.eclipse.jst.j2ee=GIT,tag=v201304302000,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.j2ee
plugin@org.eclipse.jst.j2ee.core=GIT,tag=v201205030130,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=v201304111500,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=v201202011057,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=plugins/org.eclipse.jst.servlet.ui
diff --git a/releng.jeetools/maps/jst-web-component-features.map b/releng.jeetools/maps/jst-web-component-features.map
index bca4c9c26..d1e31d4c2 100644
--- a/releng.jeetools/maps/jst-web-component-features.map
+++ b/releng.jeetools/maps/jst-web-component-features.map
@@ -12,6 +12,6 @@ feature@org.eclipse.jst.web_ui.feature=GIT,tag=v201209272000,repo=git://git.ecli
feature@org.eclipse.jst.web_userdoc.feature=GIT,tag=v201211081400,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=features/org.eclipse.jst.web_userdoc.feature
-feature@org.eclipse.jst.web_core.feature.patch=GIT,tag=v201304111500,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=features/org.eclipse.jst.web_core.feature.patch
+feature@org.eclipse.jst.web_core.feature.patch=GIT,tag=v201304302000,repo=git://git.eclipse.org/gitroot/jeetools/webtools.javaee.git,path=features/org.eclipse.jst.web_core.feature.patch
!*************** \ No newline at end of file

Back to the top