Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 59ac48: Adding two scripts to help remove UML docs from al...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: 59ac484ec875840c375045aba262995d39713838
      https://github.com/eclipse/ice/commit/59ac484ec875840c375045aba262995d39713838
  Author: Jordan Deyton <jordan.deyton@xxxxxxxxx>
  Date:   2015-05-15 (Fri, 15 May 2015)

  Changed paths:
    A utils/DocFixer.pl
    A utils/DocFixer.sh

  Log Message:
  -----------
  Adding two scripts to help remove UML docs from all Java source files.

The bash script file is the main script that finds all Java source files
and passes each on to the perl script, which just handles the regex
search/replace/remove for a single file.

Signed-off-by: Jordan Deyton <jordan.deyton@xxxxxxxxx>



Back to the top