Skip to content
Snippets Groups Projects
  1. Jul 12, 2016
  2. Jul 05, 2016
  3. Jul 04, 2016
  4. Jun 03, 2016
  5. Jun 01, 2016
  6. May 24, 2016
  7. Mar 29, 2016
    • Simon Barner's avatar
      Update base projects (model and UI) · c06a0229
      Simon Barner authored
      - Consistently configure the following builders:
      	org.fortiss.ide.dev_tools.warnings.RemoveWarningsBuilder
      	org.fortiss.ide.dev_tools.warnings.GuidelinesChecker
      	org.eclipse.m2e.core.maven2Builder
      - Configure JDK 1.8 also in .classpath
      - Bump plugin version to 2.9.0 in pom.xml
      - "model" plugin
      	- Move "compose" package here
      	- GenModel: Do not generate array accessors (caused compilation errors in generated code for some models and option is apparently not used in AF3
      	- Remove .DS_Store file
      	
      Refs 2512
      c06a0229
  8. Mar 22, 2016
  9. Mar 11, 2016
  10. Mar 09, 2016
  11. Mar 07, 2016
  12. Feb 16, 2016
  13. Dec 10, 2015
  14. Dec 09, 2015
  15. Dec 08, 2015
  16. Dec 07, 2015
    • Alexander Diewald's avatar
      fortiss-std-env: · c3c2d208
      Alexander Diewald authored
      - Fix mars' rmap file to pull in the package org.eclipse.core.runtime.compatibility.auth from the luna repository (otherwise materialization will not work).
      c3c2d208
  17. Nov 13, 2015
    • Alexander Diewald's avatar
      org.fortiss.af3.exploration: · fea50ca2
      Alexander Diewald authored
      - Generify the ExplorationTarget class.
      - Priorities are now only annotated to ExplorationObjectives.
      - Renaming of EOps and some attributes acc. to recent discussion.
      - Further cleanup.
      fea50ca2
  18. Oct 30, 2015
  19. Oct 29, 2015
  20. Sep 22, 2015
  21. Sep 21, 2015
  22. Sep 18, 2015
    • Alexander Diewald's avatar
      fortiss-std-env: · bdab1ebf
      Alexander Diewald authored
      - Update the emerge scripts to include nebula widgets and swtbot to provide a working developer version on the first start.
      bdab1ebf
    • Alexander Diewald's avatar
      fortiss-std-env: · aba11e80
      Alexander Diewald authored
      - Add org.eclipse.jdt.ui.prefs to fix svn:externel references.
      aba11e80
  23. Sep 17, 2015
  24. Jun 19, 2015
  25. Dec 03, 2014
  26. Dec 01, 2014
    • Simon Barner's avatar
      - Precisely mimic the way one generates model code from the GenModel editor (from the context menu) · 42478a6f
      Simon Barner authored
         - This fixes the generation of code for derived generic classes, i.e. the generic parameter defined in the base class is correctly inserted into the Java code generated for the derived class.
      
      - Validation of Ecore models before code generation is now enabled, and error markers are added to the problem view
         - org.fortiss.af3.fibex and org.fortiss.af3.refinement have been corrected accordingly 
         - (replaced platform:/resource with platform:/plugin references in ecore / genmodel files to ecore/genmodel files that do not reside in the workspace, but as a plugin in the Eclipse installation)
         - NOTE: Since the build on Jenkins does not run within an Eclipse instance, platform:/plugin references need to be patched to platform:/resource references in order to fix the lookup of Ecore meta-models usually shipped with Eclipse (e.g., Ecore.ecore), and that are manually copied into the buildroot on Jenkins.
      
      - Change the semantics of the RemoveWarningsBuilder to remove warnings for all folders whose name start with one of the known prefixes (currently "generated-src"). Before, only warnings of folders precisely matching that name have been removed.
      - This eliminates a lot of warnings from org.fortiss.af3.fibex/generated-src-fibex
      42478a6f
  27. Sep 25, 2014
    • Vincent Aravantinos's avatar
      [commit by Simon] · 50f8a382
      Vincent Aravantinos authored
      - Update IDE dev tools plugin:
         - Prevent changes of plugin.xml and MANIFEST.MF.
         - While this avoid unwanted changes of these files (e.g.,
      introduction of redundant dependencies), it also means that some
      required modifications have to be performed manually now (in particular:
      management of org.eclipse.emf.ecore.generated_package extension point)
      
      - Date of IDE dev tools plugin has been bumped to date of first
      implementation of this behavior (Aug 18, 2014).
      Old version of plugin should be removed from Eclipse "dropins" directory.
      50f8a382
  28. Sep 24, 2014
Loading