Changeset 728 for trunk/quest-plugin-jfc
- Timestamp:
- 08/31/12 11:40:38 (12 years ago)
- Location:
- trunk/quest-plugin-jfc
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/.classpath
r573 r728 13 13 </attributes> 14 14 </classpathentry> 15 <classpathentry kind="src" path="src/main/resources"/> 15 16 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 16 17 <attributes> -
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/commands/CMDparseDirJFC.java
r667 r728 77 77 @Override 78 78 public String help() { 79 return "parseDirJFC < path> {<sequencesName>}";79 return "parseDirJFC <directory> {<sequencesName>}"; 80 80 } 81 81 -
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/commands/CMDpreprocessDirJFC.java
r664 r728 115 115 @Override 116 116 public String help() { 117 return "preprocessDirJFC <source Path> <targetPath>";117 return "preprocessDirJFC <sourceDirectory> <targetDirectory>"; 118 118 } 119 119
Note: See TracChangeset
for help on using the changeset viewer.