Changeset 1087
- Timestamp:
- 02/18/13 09:31:49 (12 years ago)
- Location:
- trunk/autoquest-plugin-html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-html/data/guimappings/guimapping-html.txt
r1069 r1087 39 39 figcaption = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLText 40 40 figure = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLPanel 41 font = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLText 41 42 footer = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLPanel 42 43 form = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLPanel … … 76 77 li = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLPanel 77 78 78 # map = 79 map = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLCanvas 79 80 mark = de.ugoe.cs.autoquest.plugin.html.guimodel.HTMLText 80 81 # menu = -
trunk/autoquest-plugin-html/src/main/java/de/ugoe/cs/autoquest/plugin/html/commands/CMDparseDirHTML.java
r1012 r1087 58 58 } 59 59 catch (Exception e) { 60 throw new IllegalArgumentException( );60 throw new IllegalArgumentException("illegal parameters provided: " + e); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.