Ignore:
Timestamp:
08/31/12 11:40:38 (12 years ago)
Author:
sherbold
Message:
  • added manuals for the commands efgTestCasesToSequences, efgToDFA, efgToMM, parseDirJFC, parseJFC, preprocessDirJFC, preprocessJFC, convertDirToXml, convertToXml, parseXML, and loadWebSequences
Location:
trunk/quest-plugin-guitar
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-guitar/.classpath

    r516 r728  
    1313                </attributes> 
    1414        </classpathentry> 
     15        <classpathentry kind="src" path="src/main/resources"/> 
    1516        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1617                <attributes> 
  • trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/commands/CMDefgTestCasesToSequences.java

    r667 r728  
    7979        @Override 
    8080        public String help() { 
    81                 return "efgTestCasesToSequences <folder> <sequencesName> {<efgFileName>}"; 
     81                return "efgTestCasesToSequences <directory> <sequencesName> {<guiFileName>}"; 
    8282        } 
    8383 
Note: See TracChangeset for help on using the changeset viewer.