Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.jee/plugin.properties')
-rw-r--r--plugins/org.eclipse.jst.jee/plugin.properties10
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/org.eclipse.jst.jee/plugin.properties b/plugins/org.eclipse.jst.jee/plugin.properties
index ad17edf82..79b405e76 100644
--- a/plugins/org.eclipse.jst.jee/plugin.properties
+++ b/plugins/org.eclipse.jst.jee/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2005, 2007 IBM Corporation and others.
+# Copyright (c) 2005, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -20,4 +20,10 @@ ee6ejbContentType=Java EE 6 EJB Content
ee6webContentType=Java EE 6 Web Content
ee6webfragmentContentType=Java EE 6 Web Fragment Content
ee6earContentType=Java EE 6 EAR Content
-ee6appclientContentType=Java EE 6 Application Client Content \ No newline at end of file
+ee6appclientContentType=Java EE 6 Application Client Content
+ee7connectorContentType=Java EE 7 Connector Content
+ee7ejbContentType=Java EE 7 EJB Content
+ee7webContentType=Java EE 7 Web Content
+ee7webfragmentContentType=Java EE 7 Web Fragment Content
+ee7earContentType=Java EE 7 EAR Content
+ee7appclientContentType=Java EE 7 Application Client Content

Back to the top