Changeset 728 for trunk/quest-plugin-mfc


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-mfc
Files:
5 added
2 edited

Legend:

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

    r620 r728  
    88        </classpathentry> 
    99        <classpathentry kind="src" path="src/main/java"/> 
     10        <classpathentry kind="src" path="src/main/resources"/> 
    1011        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 
    1112                <attributes> 
  • trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/commands/CMDconvertDirToXml.java

    r664 r728  
    2727        @Override 
    2828        public String help() { 
    29                 return "convertDirToXml <sourceFolder> <targetFile> {<base64>}"; 
     29                return "convertDirToXml <sourceDirectory> <targetFile> {<base64>}"; 
    3030        } 
    3131 
Note: See TracChangeset for help on using the changeset viewer.