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 /deprecated/library (emf 2.3)/Library/text/description.txt
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 'deprecated/library (emf 2.3)/Library/text/description.txt')
-rw-r--r--deprecated/library (emf 2.3)/Library/text/description.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/deprecated/library (emf 2.3)/Library/text/description.txt b/deprecated/library (emf 2.3)/Library/text/description.txt
deleted file mode 100644
index cdbf7a306..000000000
--- a/deprecated/library (emf 2.3)/Library/text/description.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-Model Library
-
-This model description is not a real EMF artifact. It was generated by the
-org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's
-code generator can be extended.
-This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
-
-Package library <http://www.example.eclipse.org/Library>
-
- Class Book
- Attribute title : String<<1..1>>
- Attribute pages : Int<<1..1>>
- Attribute category : BookCategory<<1..1>>
- Reference author : Writer<<1..1>>
-
- Class Library
- Attribute name : String<<1..1>>
- Reference writers : Writer<<0..*>>
- Reference books : Book<<0..*>>
-
- Class Writer
- Attribute name : String<<1..1>>
- Reference books : Book<<0..*>>
-
- Enum BookCategory
- Literal Mystery = 0
- Literal ScienceFiction = 1
- Literal Biography = 2
-
- DataType BookCategoryObject <org.eclipse.emf.common.util.Enumerator>

Back to the top