Skip to content
Failed

Changes

Summary

  1. Create README.md (details)
  2. Add an example launching the emf core generation (details)
  3. Add another example with a generator which is being built as it's being (details)
  4. cleaning up non necessary stuff (details)
  5. Rework the example to have a metamodel and dynamic instance (details)
  6. rename to reflect the actual example (details)
  7. add css (details)
The file was addedREADME.md
Commit 693f411098507e4b10aa4597b33a2304c623e22d by Cedric Brun
Add an example launching the emf core generation
The file was addedemf-core-generation/org.eclipse.emf.examples.library/model/extlibrary.ecore
The file was addedemf-core-generation/org.eclipse.emf.examples.library/model/extlibrary.genmodel
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_stock_VideoCassette.gif
The file was addedemf-core-generation/pom.xml
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/VideoCassette.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_branches_Library.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library/.classpath
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/META-INF/MANIFEST.MF
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Writer.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/.classpath
The file was addedemf-core-generation/org.eclipse.emf.examples.library/plugin.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_borrowers_Borrower.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/icons/full/obj16/EXTLibraryModelFile.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/plugin.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Employee.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/plugin.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/about.html
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_stock_BookOnTape.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Library.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/build.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library/about.html
The file was addedemf-core-generation/org.eclipse.emf.examples.library/META-INF/MANIFEST.MF
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_employees_Employee.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_writers_Writer.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/.project
The file was addedemf-core-generation/org.eclipse.emf.examples.library/.project
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/build.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/plugin.xml
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/CirculatingItem.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library/build.properties
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Borrower.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/ctool16/CreateLibrary_stock_Book.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/BookOnTape.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/.classpath
The file was addedemf-core-generation/org.eclipse.emf.examples.library/.settings/org.eclipse.jdt.core.prefs
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/.settings/org.eclipse.jdt.core.prefs
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Person.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/META-INF/MANIFEST.MF
The file was addedemf-core-generation/org.eclipse.emf.examples.library/plugin.xml
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/.project
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/about.html
The file was addedemf-core-generation/org.eclipse.emf.examples.library.edit/icons/full/obj16/Book.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/icons/full/wizban/NewEXTLibrary.gif
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/plugin.xml
The file was addedemf-core-generation/org.eclipse.emf.examples.library.editor/.settings/org.eclipse.jdt.core.prefs
Commit 9f31f66ae8c79690821b505bf58e3b781695bcf9 by Cedric Brun
Add another example with a generator which is being built as it's being
used
The file was addedbuilding-and-using-generator/com.mycompany.project/src-gen/Extlibrary.java
The file was addedbuilding-and-using-generator/com.mycompany.generator/src/com/mycompany/generator/Activator.java
The file was addedbuilding-and-using-generator/com.mycompany.generator/.project
The file was addedbuilding-and-using-generator/com.mycompany.project/model/extlibrary.aird
The file was addedbuilding-and-using-generator/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.generator.update/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.generator/tasks/generateTarget.xml
The file was addedbuilding-and-using-generator/com.mycompany.project/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.project/META-INF/MANIFEST.MF
The file was addedbuilding-and-using-generator/com.mycompany.generator/.classpath
The file was addedbuilding-and-using-generator/com.mycompany.generator/META-INF/MANIFEST.MF
The file was addedbuilding-and-using-generator/com.mycompany.generator/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.generator/src/com/mycompany/generator/main/Generate.java
The file was addedbuilding-and-using-generator/com.mycompany.project/.project
The file was addedbuilding-and-using-generator/com.mycompany.project/build.properties
The file was addedbuilding-and-using-generator/com.mycompany.generator/tasks/generate.xml
The file was addedbuilding-and-using-generator/com.mycompany.project/model/extlibrary.ecore
The file was addedbuilding-and-using-generator/com.mycompany.generator.update/category.xml
The file was addedbuilding-and-using-generator/com.mycompany.generator/build.properties
The file was addedbuilding-and-using-generator/com.mycompany.generator/src/com/mycompany/generator/main/generate.mtl
Commit cf8b044e5177c37c5f81ea62e13f8b9a2c984030 by Cedric Brun
cleaning up non necessary stuff
The file was removedbuilding-and-using-generator/com.mycompany.project/build.properties
The file was removedbuilding-and-using-generator/com.mycompany.project/META-INF/MANIFEST.MF
The file was modified building-and-using-generator/com.mycompany.project/pom.xml (diff)
The file was modified building-and-using-generator/com.mycompany.project/.project (diff)
Commit a40e651b8224a9efc58eb526b431c48f1da90d62 by Cedric Brun
Rework the example to have a metamodel and dynamic instance
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/UpdateImpl.java
The file was modified building-and-using-generator/com.mycompany.generator/pom.xml (diff)
The file was modified building-and-using-generator/com.mycompany.generator/src/com/mycompany/generator/main/Generate.java (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/.project
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/model/devtool.ecore
The file was removedbuilding-and-using-generator/com.mycompany.project/model/extlibrary.aird
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/util/DevtoolAdapterFactory.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/util/DevtoolSwitch.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/model/devtool.genmodel
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/plugin.xml
The file was removedbuilding-and-using-generator/com.mycompany.project/model/extlibrary.ecore
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/Version.java
The file was modified building-and-using-generator/com.mycompany.generator/tasks/generate.xml (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/DevtoolFactoryImpl.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/Product.java
The file was modified building-and-using-generator/com.mycompany.project/pom.xml (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/plugin.properties
The file was modified building-and-using-generator/com.mycompany.generator/META-INF/MANIFEST.MF (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/Update.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/model/devtool.aird
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/DevtoolPackage.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/ProductImpl.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/build.properties
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/FeatureImpl.java
The file was modified building-and-using-generator/com.mycompany.generator.update/category.xml (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/META-INF/MANIFEST.MF
The file was modified building-and-using-generator/com.mycompany.generator/src/com/mycompany/generator/main/generate.mtl (diff)
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/DevtoolPackageImpl.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/impl/VersionImpl.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/.classpath
The file was removedbuilding-and-using-generator/com.mycompany.project/src-gen/Extlibrary.java
The file was modified building-and-using-generator/pom.xml (diff)
The file was addedbuilding-and-using-generator/com.mycompany.project/model/model.xmi
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/DevtoolFactory.java
The file was addedbuilding-and-using-generator/com.mycompany.metamodel/src/com/mycompany/devtool/Feature.java
Commit 11ac26faff260de4866350df3299457a725ed0c6 by Cedric Brun
rename to reflect the actual example
The file was removedecoretools-eef/pom.xml
The file was addedtextile-to-html/pom.xml
The file was addedbuilding-and-using-generator/com.mycompany.project/src-gen/css/bootstrap.css