diff --git a/intrace.ecl.feature/feature.xml b/intrace.ecl.feature/feature.xml
index af87716..9aace49 100644
--- a/intrace.ecl.feature/feature.xml
+++ b/intrace.ecl.feature/feature.xml
@@ -2,7 +2,7 @@
+ version="0.8">
Enable launching Java Applications with the InTrace agent.
@@ -20,6 +20,6 @@
id="intrace.ecl"
download-size="0"
install-size="0"
- version="0.7.0"/>
+ version="0.8.0"/>
diff --git a/intrace.ecl.plugin/META-INF/MANIFEST.MF b/intrace.ecl.plugin/META-INF/MANIFEST.MF
index ea9feb7..4bc49b0 100644
--- a/intrace.ecl.plugin/META-INF/MANIFEST.MF
+++ b/intrace.ecl.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: InTrace Eclipse
Bundle-SymbolicName: intrace.ecl;singleton:=true
-Bundle-Version: 0.7
+Bundle-Version: 0.8
Bundle-Activator: intrace.ecl.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/intrace.ecl.site/site.xml b/intrace.ecl.site/site.xml
index 42866ee..3750ec4 100644
--- a/intrace.ecl.site/site.xml
+++ b/intrace.ecl.site/site.xml
@@ -3,7 +3,7 @@
InTrace Update Site
-
+
diff --git a/org.intrace/ReadMe.textile b/org.intrace/ReadMe.textile
index b0fb30a..ba51aa5 100644
--- a/org.intrace/ReadMe.textile
+++ b/org.intrace/ReadMe.textile
@@ -2,24 +2,20 @@ h1. Functional Parts
* Instrumenting Agent
** IP Agent control server
-* CUI Remote Agent Config Tool
* GUI Remote Agent Config Tool/Network Trace Viewer
* Common Output Classes
* Instrumentation Handlers
** Trace output
-** Callers recorder
h1. Packages (org.intrace.)
* agent - Instrumenting Agent
-* agent.server - IP Server for controlling the Agent, Output and Instrumentation Handlers
+* agent.server - TCP Server for controlling the Agent, Output and Instrumentation Handlers
-* client.cui - Command Line Agent Config Client
* client.gui - GUI Agent Config Client + Live Trace/Callers viewer
* client.gui.helper - Helper classes used by the GUI interface
* output - Common Output Classes
* output.trace - Trace Instrumentation Handler
-* output.callers - Callers Analysis Instrumentation Handler
-* shared - String constants used by both the Agent Server and the Clients
\ No newline at end of file
+* shared - String constants used by both the Agent Server and the Client
\ No newline at end of file
diff --git a/org.intrace/build.xml b/org.intrace/build.xml
index 1e090e0..e735654 100644
--- a/org.intrace/build.xml
+++ b/org.intrace/build.xml
@@ -121,6 +121,7 @@
+
diff --git a/org.intrace/src/org/intrace/client/gui/helper/InTraceUI.java b/org.intrace/src/org/intrace/client/gui/helper/InTraceUI.java
index 71fb6b7..40676e2 100644
--- a/org.intrace/src/org/intrace/client/gui/helper/InTraceUI.java
+++ b/org.intrace/src/org/intrace/client/gui/helper/InTraceUI.java
@@ -1022,7 +1022,7 @@ public class InTraceUI implements ISocketCallback, IControlConnectionListener
}
});
- MigLayout barLayout = new MigLayout("debug,fill,wmin 0,hmin 0",
+ MigLayout barLayout = new MigLayout("fill,wmin 0,hmin 0",
"[][grow][][200][][]", "[]");
final Composite compositeBar = new Composite(composite, SWT.NONE);