Skip to content
Snippets Groups Projects
  1. Jul 28, 2016
  2. Jul 26, 2016
  3. Jul 12, 2016
  4. Jul 05, 2016
  5. Jul 04, 2016
  6. Jun 03, 2016
  7. Jun 01, 2016
  8. May 24, 2016
  9. 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
  10. Mar 22, 2016
  11. Mar 11, 2016
  12. Mar 09, 2016
  13. Mar 07, 2016
  14. Feb 16, 2016
  15. Dec 10, 2015
  16. Dec 09, 2015
  17. Dec 08, 2015
  18. 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
  19. 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
  20. Oct 30, 2015
  21. Oct 29, 2015
  22. Sep 22, 2015
  23. Sep 21, 2015
  24. 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
  25. Sep 17, 2015
  26. Jun 19, 2015
  27. Dec 03, 2014
  28. 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
Loading