diff --git a/build.gradle b/build.gradle
index 3895f068f4aecbdc77fba83f9c8ac6fae91ef9ba..d82708b14069cb2c946c7e66d6a9a6f5958003be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 apply plugin: 'application'
 apply plugin: 'eclipse'
 
-mainClassName = 'kieker.gui.view.MainWindow'
+mainClassName = 'kieker.gui.Main'
 version = '1.0-SNAPSHOT'
 
 sourceCompatibility = '1.7'
diff --git a/example/aop.xml b/example/aop.xml
index 68d11316f00e7f391b572f6de73c2b4967c30a81..ed5e56002289daf68a8b4da59c5ea030b358829f 100644
--- a/example/aop.xml
+++ b/example/aop.xml
@@ -2,7 +2,7 @@
 
 <aspectj>
 	<weaver options="">
-		<include within="kieker..*"/>
+		<include within="*"/>
 	</weaver>
 
 	<aspects>