1. 20 Jun, 2014 1 commit
    • Luc Deschenaux's avatar
      Fix Eyesis_Correction and JP46_Reader_camera · ace015f7
      Luc Deschenaux authored
      Plugins must not extend or instantiate frames in order to be run in headless mode,
      they must implement "PlugIn" and the entry point should be method run(); AFIK
      
      - Eyesis_Correction can now be run from macro:
        run("Eyesis Correction","prefs=<path_to_xml>");
      
      - or in headless mode from Fidji command line:
        ImageJ-linux64 --headless --run Eyesis_Correction prefs=<path_to_xml> ...
      ace015f7
  2. 17 Jun, 2014 2 commits
  3. 13 Apr, 2014 1 commit
  4. 12 Apr, 2014 6 commits
  5. 18 Feb, 2014 1 commit
  6. 17 Jan, 2014 3 commits
  7. 10 Jan, 2014 1 commit
  8. 07 Jul, 2013 1 commit
    • Johannes Schindelin's avatar
      Work around project.build.resources being overridden · 06655b85
      Johannes Schindelin authored
      When specifying a project.build.resources section in a child pom.xml,
      the parent's resources section is overridden -- not appended to, as this
      developer expected. Therefore, we have to specify src/main/resources
      explicitly if we want to keep it as a place to put resources into.
      
      To be careful, we prefix it by ${basedir}/ just to make sure that we can
      simply copy this code to aggregate projects whenever needed without
      breaking things.
      Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
      06655b85
  9. 25 Jun, 2013 4 commits
  10. 01 Mar, 2013 6 commits
  11. 19 Feb, 2013 1 commit
  12. 24 Jan, 2013 1 commit
  13. 12 Jan, 2013 3 commits
  14. 17 Dec, 2012 1 commit
  15. 14 Dec, 2012 1 commit
  16. 03 Oct, 2012 1 commit
  17. 02 Oct, 2012 5 commits