diff options
author | ldamus | 2006-04-12 17:54:57 +0000 |
---|---|---|
committer | ldamus | 2006-04-12 17:54:57 +0000 |
commit | 168831743f8d8e59248c0f7893c7f832a3081d5e (patch) | |
tree | cf43ef55882a38f9738deb8ebf396c4b07da3f32 /doc | |
parent | 3785930ef4b3b978b2372c2034582a379f957c87 (diff) | |
download | org.eclipse.gmf-tooling-168831743f8d8e59248c0f7893c7f832a3081d5e.tar.gz org.eclipse.gmf-tooling-168831743f8d8e59248c0f7893c7f832a3081d5e.tar.xz org.eclipse.gmf-tooling-168831743f8d8e59248c0f7893c7f832a3081d5e.zip |
[136398] gmf_head ldamus 060412 Remove references to xtools from the runtime documentation
Diffstat (limited to 'doc')
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/org.eclipse.gmf.doc/prog-guide/common/Developers Guide to the Extensible Type Registry/Developers Guide to the Extensible Type Registry.html b/doc/org.eclipse.gmf.doc/prog-guide/common/Developers Guide to the Extensible Type Registry/Developers Guide to the Extensible Type Registry.html index b2a05e6d3..287e91da4 100644 --- a/doc/org.eclipse.gmf.doc/prog-guide/common/Developers Guide to the Extensible Type Registry/Developers Guide to the Extensible Type Registry.html +++ b/doc/org.eclipse.gmf.doc/prog-guide/common/Developers Guide to the Extensible Type Registry/Developers Guide to the Extensible Type Registry.html @@ -269,7 +269,7 @@ extension point.</P> further matching conditions, a <I>metamodel</I> type can be defined:</P> <PRE class="snippet"><extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"> + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"> <metamodelType id="logic.circuit" icon="icons/circuit16.gif" @@ -284,7 +284,7 @@ model to which further characteristics have been ascribed, a <I>specialization</ type can be defined with an Eclipse enablement expression (<CODE>org.eclipse.core.expressions</CODE>) that captures those further characteristics:</P> <PRE class="snippet"><extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"> + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"> <specializationType id="logic.halfAdder" icon="icons/halfAdder.gif" @@ -303,7 +303,7 @@ type can be defined with an Eclipse enablement expression (<CODE>org.eclipse.cor matching conditions, a custom matcher may be provided:</P> <PRE class="snippet"><extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"> + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"> <specializationType id="logic.fullAdder" icon="icons/fullAdder.gif" @@ -540,7 +540,7 @@ parameters:</P> factory like this:</P> <PRE class="snippet"><extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"> + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"> <specializationType id="logic.fullAdder" icon="icons/fullAdder.gif" @@ -611,7 +611,7 @@ registered to instantiate the element type:</P> factory like this:</P> <PRE class="snippet"><extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"> + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"> <specializationType id="logic.halfAdder" icon="icons/halfAdder.gif" diff --git a/doc/org.eclipse.gmf.doc/tutorials/common/Extensible Type Registry/extensibleTypeRegistryTutorial.html b/doc/org.eclipse.gmf.doc/tutorials/common/Extensible Type Registry/extensibleTypeRegistryTutorial.html index 8ce020966..02bdd0fcd 100644 --- a/doc/org.eclipse.gmf.doc/tutorials/common/Extensible Type Registry/extensibleTypeRegistryTutorial.html +++ b/doc/org.eclipse.gmf.doc/tutorials/common/Extensible Type Registry/extensibleTypeRegistryTutorial.html @@ -84,7 +84,7 @@ URI: </p> <extension point="org.eclipse.gmf.runtime.emf.type.core.elementTypes"> <metamodel - nsURI="http://www.ibm.com/xtools/1.5.0/logicsemantic"></pre><P>Next, we define a metamodel type for the Circuit metaclass in the digital logic ECore model. Inside of the <CODE><metamodel></CODE> element, we declare + nsURI="http://www.eclipse.org/gmf/examples/runtime/1.0.0/logicsemantic"></pre><P>Next, we define a metamodel type for the Circuit metaclass in the digital logic ECore model. Inside of the <CODE><metamodel></CODE> element, we declare the Circuit metamodel type with the following data:</P> <UL> <LI>a unique ID</LI> diff --git a/doc/org.eclipse.gmf.doc/tutorials/msl/clipboardTutorial.html b/doc/org.eclipse.gmf.doc/tutorials/msl/clipboardTutorial.html index 408eb0d89..13f865e50 100644 --- a/doc/org.eclipse.gmf.doc/tutorials/msl/clipboardTutorial.html +++ b/doc/org.eclipse.gmf.doc/tutorials/msl/clipboardTutorial.html @@ -583,7 +583,7 @@ EPackage: <extension point="org.eclipse.gmf.runtime.emf.clipboard.core.clipboardSupport"> <factory class="org.eclipse.gmf.examples.runtime.emf.clipboard.library.LibraryClipboardSupportFactory" - nsURI="http:///com/ibm/xtools/emf/metamodel/example/pde/library.ecore/1.0.0" + nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" priority="highest"/> </extension> </pre> |