diff options
author | Eugene Tarassov | 2011-11-11 00:52:24 +0000 |
---|---|---|
committer | Eugene Tarassov | 2011-11-11 18:56:24 +0000 |
commit | 8f1f41787a594fe56e8237de3296fb1532a407b7 (patch) | |
tree | d9068c00d7879f8f61db247b99577a724df25d4f /plugins/org.eclipse.tcf | |
parent | 9587c5ddf0b78aa00883d5cac15ce23dd116df9e (diff) | |
download | org.eclipse.tcf-8f1f41787a594fe56e8237de3296fb1532a407b7.tar.gz org.eclipse.tcf-8f1f41787a594fe56e8237de3296fb1532a407b7.tar.xz org.eclipse.tcf-8f1f41787a594fe56e8237de3296fb1532a407b7.zip |
TCF Core: removed .tm. from project names.
Diffstat (limited to 'plugins/org.eclipse.tcf')
-rw-r--r-- | plugins/org.eclipse.tcf/.options | 4 | ||||
-rw-r--r-- | plugins/org.eclipse.tcf/.project | 2 | ||||
-rw-r--r-- | plugins/org.eclipse.tcf/schema/serviceProviders.exsd | 10 | ||||
-rw-r--r-- | plugins/org.eclipse.tcf/schema/startup.exsd | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/plugins/org.eclipse.tcf/.options b/plugins/org.eclipse.tcf/.options index 38d422df7..2e023f104 100644 --- a/plugins/org.eclipse.tcf/.options +++ b/plugins/org.eclipse.tcf/.options @@ -1,2 +1,2 @@ -org.eclipse.tm.tcf/debug = false
-org.eclipse.tm.tcf/debug/discovery = false
+org.eclipse.tcf/debug = false
+org.eclipse.tcf/debug/discovery = false
diff --git a/plugins/org.eclipse.tcf/.project b/plugins/org.eclipse.tcf/.project index 63a8df535..7ca504e20 100644 --- a/plugins/org.eclipse.tcf/.project +++ b/plugins/org.eclipse.tcf/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>org.eclipse.tm.tcf</name> + <name>org.eclipse.tcf</name> <comment></comment> <projects> </projects> diff --git a/plugins/org.eclipse.tcf/schema/serviceProviders.exsd b/plugins/org.eclipse.tcf/schema/serviceProviders.exsd index a53e3d23d..5067d631b 100644 --- a/plugins/org.eclipse.tcf/schema/serviceProviders.exsd +++ b/plugins/org.eclipse.tcf/schema/serviceProviders.exsd @@ -1,9 +1,9 @@ <?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.tm.tcf" xmlns="http://www.w3.org/2001/XMLSchema">
+<schema targetNamespace="org.eclipse.tcf" xmlns="http://www.w3.org/2001/XMLSchema">
<annotation>
<appInfo>
- <meta.schema plugin="org.eclipse.tm.tcf" id="serviceProviders" name="TCF Service Providers"/>
+ <meta.schema plugin="org.eclipse.tcf" id="serviceProviders" name="TCF Service Providers"/>
</appInfo>
<documentation>
This extension point is used to allow the contribution of new TCF service providers.
@@ -64,10 +64,10 @@ <attribute name="class" type="string" use="required">
<annotation>
<documentation>
- The fully qualified name of the service provider class. Must implement <samp>org.eclipse.tm.tcf.protocol.IServiceProvider</samp>
+ The fully qualified name of the service provider class. Must implement <samp>org.eclipse.tcf.protocol.IServiceProvider</samp>
</documentation>
<appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.tm.tcf.protocol.IServiceProvider"/>
+ <meta.attribute kind="java" basedOn=":org.eclipse.tcf.protocol.IServiceProvider"/>
</appInfo>
</annotation>
</attribute>
@@ -89,7 +89,7 @@ <meta.section type="apiinfo"/>
</appInfo>
<documentation>
- Plug-ins that want to extend this extension point, the referenced class must implement the <samp>org.eclipse.tm.tcf.protocol.IServiceProvider</samp> interface.
+ Plug-ins that want to extend this extension point, the referenced class must implement the <samp>org.eclipse.tcf.protocol.IServiceProvider</samp> interface.
</documentation>
</annotation>
diff --git a/plugins/org.eclipse.tcf/schema/startup.exsd b/plugins/org.eclipse.tcf/schema/startup.exsd index 511a4ce91..998b04d30 100644 --- a/plugins/org.eclipse.tcf/schema/startup.exsd +++ b/plugins/org.eclipse.tcf/schema/startup.exsd @@ -1,9 +1,9 @@ <?xml version='1.0' encoding='UTF-8'?> <!-- Schema file written by PDE --> -<schema targetNamespace="org.eclipse.tm.tcf"> +<schema targetNamespace="org.eclipse.tcf"> <annotation> <appInfo> - <meta.schema plugin="org.eclipse.tm.tcf" id="startup" name="TCF Startup"/> + <meta.schema plugin="org.eclipse.tcf" id="startup" name="TCF Startup"/> </appInfo> <documentation> This extension point is used to register plugins |