Skip to content
Snippets Groups Projects
Commit 5b38375e authored by Jan Waller's avatar Jan Waller
Browse files

wrong Kieker version in build.xml

parent 6fd0b4a6
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<target name="compile-kieker" depends="compile"> <target name="compile-kieker" depends="compile">
<path id="compile-classpath"> <path id="compile-classpath">
<fileset dir="frameworks/Kieker/lib/"> <fileset dir="frameworks/Kieker/lib/">
<include name="kieker-1.9-SNAPSHOT_aspectj.jar" /> <include name="kieker-1.10-SNAPSHOT_aspectj.jar" />
</fileset> </fileset>
</path> </path>
<javac source="1.5" target="1.5" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false"> <javac source="1.5" target="1.5" destDir="build" debug="true" classpathref="compile-classpath" includeAntRuntime="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment