Skip to content
Snippets Groups Projects
Commit 322612b6 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor fixes

parent c728c339
No related branches found
No related tags found
No related merge requests found
apply plugin: 'application'
apply plugin: 'eclipse'
mainClassName = 'kieker.gui.view.MainWindow'
mainClassName = 'kieker.gui.Main'
version = '1.0-SNAPSHOT'
sourceCompatibility = '1.7'
......
......@@ -2,7 +2,7 @@
<aspectj>
<weaver options="">
<include within="kieker..*"/>
<include within="*"/>
</weaver>
<aspects>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment