Changeset 728 for trunk/quest-plugin-mfc
- Timestamp:
- 08/31/12 11:40:38 (12 years ago)
- Location:
- trunk/quest-plugin-mfc
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-mfc/.classpath
r620 r728 8 8 </classpathentry> 9 9 <classpathentry kind="src" path="src/main/java"/> 10 <classpathentry kind="src" path="src/main/resources"/> 10 11 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> 11 12 <attributes> -
trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/commands/CMDconvertDirToXml.java
r664 r728 27 27 @Override 28 28 public String help() { 29 return "convertDirToXml <source Folder> <targetFile> {<base64>}";29 return "convertDirToXml <sourceDirectory> <targetFile> {<base64>}"; 30 30 } 31 31
Note: See TracChangeset
for help on using the changeset viewer.