Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2011-11-01 18:10:14 +0000
committerMartin Taal2011-11-01 18:10:14 +0000
commit709ec105b89258b5e6b27e57cb3deb177529c54c (patch)
tree436b7b45306590da29d24dfa9b6ad252c2a987d1 /examples/org.eclipse.emf.teneo.samples/plugin.xml
parent0298896cf5731abb5e728ca6997fd2410d0a8f0f (diff)
downloadorg.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.gz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.tar.xz
org.eclipse.emf.teneo-709ec105b89258b5e6b27e57cb3deb177529c54c.zip
Remove everything for restructuring
Diffstat (limited to 'examples/org.eclipse.emf.teneo.samples/plugin.xml')
-rw-r--r--examples/org.eclipse.emf.teneo.samples/plugin.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/org.eclipse.emf.teneo.samples/plugin.xml b/examples/org.eclipse.emf.teneo.samples/plugin.xml
deleted file mode 100644
index f7a533b09..000000000
--- a/examples/org.eclipse.emf.teneo.samples/plugin.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
- <copyright>
- </copyright>
-
- $Id: plugin.xml,v 1.3 2009/07/27 22:12:11 mtaal Exp $
--->
-
-<plugin>
-
- <extension point="org.eclipse.emf.ecore.generated_package">
- <package
- uri="http://www.eclipse.org/emf/teneo/samples/emf/schemaconstructs/documentroot"
- class="org.eclipse.emf.teneo.samples.emf.schemaconstructs.documentroot.DocumentrootPackage"
- genModel="src/org/eclipse/emf/teneo/samples/emf/schemaconstructs/documentroot/model/documentroot.genmodel"/>
- </extension>
-
- <extension point="org.eclipse.emf.ecore.extension_parser">
- <parser
- type="documentroot"
- class="org.eclipse.emf.teneo.samples.emf.schemaconstructs.documentroot.util.DocumentrootResourceFactoryImpl"/>
- </extension>
-
-</plugin>

Back to the top