- Timestamp:
- 09/26/11 20:28:30 (13 years ago)
- Location:
- trunk/EventBenchConsole
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/.classpath
r188 r196 39 39 <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.forms_3.5.100.v20110425.jar"/> 40 40 <classpathentry kind="lib" path="lib/swt/org.eclipse.ui.workbench_3.7.0.I20110519-0100.jar"/> 41 <classpathentry kind="lib" path="lib/guitar/gui-model-core.jar"/> 41 42 <classpathentry combineaccessrules="false" kind="src" path="/JavaHelperLib"/> 42 43 <classpathentry combineaccessrules="false" kind="src" path="/EventBenchCore"/> -
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/Runner.java
r188 r196 36 36 CommandExecuter.getInstance().addCommandPackage( 37 37 "de.ugoe.cs.eventbench.web.commands"); 38 CommandExecuter.getInstance().addCommandPackage( 39 "de.ugoe.cs.eventbench.efg.commands"); 38 40 TextConsole textConsole = new TextConsole(); 39 41 boolean swtGuiRunning = false;
Note: See TracChangeset
for help on using the changeset viewer.