Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvbhadrir2006-01-11 15:45:31 +0000
committervbhadrir2006-01-11 15:45:31 +0000
commita1a39f777ac62ef64f637f15095f4acb916a4b0a (patch)
treea6ff2cc373dc81fc0519100cdd624e72f8429c5e /plugins/org.eclipse.jst.j2ee.jca/plugin.xml
parentad2d78d9636233a0b37db96f99d550f4aebe2e18 (diff)
downloadwebtools.javaee-a1a39f777ac62ef64f637f15095f4acb916a4b0a.tar.gz
webtools.javaee-a1a39f777ac62ef64f637f15095f4acb916a4b0a.tar.xz
webtools.javaee-a1a39f777ac62ef64f637f15095f4acb916a4b0a.zip
[119872] commited for NA
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.jca/plugin.xml')
-rw-r--r--plugins/org.eclipse.jst.j2ee.jca/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
index a863c83b3..6d64cc230 100644
--- a/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
+++ b/plugins/org.eclipse.jst.j2ee.jca/plugin.xml
@@ -78,8 +78,8 @@
<extension point="org.eclipse.wst.common.project.facet.core.facets">
<project-facet id="jst.connector">
- <label>J2C Module</label>
- <description>Enables the project to be deployed as a J2C module.</description>
+ <label>%CONN_FACET_LABEL</label>
+ <description>%CONN_FACET_DESCRIPTION</description>
<icon>icons/full/obj16/Connector.gif</icon>
</project-facet>
@@ -118,7 +118,7 @@
</project-facet-version>
<template id="template.jst.connector">
- <label>J2C Project</label>
+ <label>%CONN_FACET_TEMPLATE</label>
<fixed facet="jst.java"/>
<fixed facet="jst.connector"/>
</template>

Back to the top