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:
authorcbrealey2005-02-23 03:03:47 +0000
committercbrealey2005-02-23 03:03:47 +0000
commit27f2f5d7715423ef657b4150246504600a9183f1 (patch)
treee4d486878353cc8bcf2545115f0df7ff9043908b /bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
parent4a20258180dc2006c97ec0fa0e55d43df7a6b2f4 (diff)
downloadwebtools.webservices-27f2f5d7715423ef657b4150246504600a9183f1.tar.gz
webtools.webservices-27f2f5d7715423ef657b4150246504600a9183f1.tar.xz
webtools.webservices-27f2f5d7715423ef657b4150246504600a9183f1.zip
[85724] many objectclass errors in WS due to renames
Diffstat (limited to 'bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml')
-rw-r--r--bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml b/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
index fb3b51b19..814e50be1 100644
--- a/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
+++ b/bundles/org.eclipse.jst.ws.uddiregistry/plugin.xml
@@ -35,7 +35,7 @@
</requires>
- <extension-point id="privateUDDIRegistryType" name="Private UDDI Registry Types"/>
+ <extension-point id="privateUDDIRegistryType" name="%XP_PRIVATE_UDDI_REGISTRY_TYPES"/>
<extension
point="org.eclipse.jst.ws.consumption.ui.privateUDDIRegistryType">

Back to the top