File tree 4 files changed +11
-7
lines changed
src/de/bodden/tamiflex/booster
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
<classpath >
3
3
<classpathentry kind =" src" path =" src" />
4
4
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
5
- <classpathentry kind =" lib" path =" lib/sootclasses-trunk .jar" />
5
+ <classpathentry kind =" lib" path =" lib/soot-svn3509 .jar" />
6
6
<classpathentry kind =" output" path =" bin" />
7
7
</classpath >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project name =" tamiflex-booster" default =" default" >
3
+ <property file =" ant.settings" />
4
+
3
5
<description >
4
6
description
5
7
</description >
17
19
fork=" true"
18
20
>
19
21
<classpath >
20
- <pathelement location =" lib/sootclasses-trunk .jar" />
22
+ <pathelement location =" lib/soot- ${ soot.version } .jar" />
21
23
</classpath >
22
24
<src path =" src" />
23
25
</javac >
27
29
<mkdir dir =" META-INF" />
28
30
29
31
<manifest file =" META-INF/MANIFEST.MF" >
30
- <attribute name =" Main-Class" value =" ReflInliner" />
32
+ <attribute name =" Main-Class" value =" de.bodden.tamiflex.booster.ReflInliner" />
33
+ <attribute name =" Implementation-Version" value =" ${ tf.version } " />
31
34
</manifest >
32
-
33
- <jar destfile =" lib/booster.jar" manifest =" META-INF/MANIFEST.MF" >
35
+
36
+ <jar destfile =" lib/booster- ${ tf.version } .jar" manifest =" META-INF/MANIFEST.MF" >
34
37
<fileset dir =" bin" />
35
- <zipfileset src =" lib/sootclasses-trunk .jar" />
38
+ <zipfileset src =" lib/soot- ${ soot.version } .jar" />
36
39
</jar >
37
40
<delete dir =" META-INF" />
38
41
</target >
Original file line number Diff line number Diff line change
1
+ package de .bodden .tamiflex .booster ;
1
2
/*******************************************************************************
2
3
* Copyright (c) 2010 Eric Bodden.
3
4
* All rights reserved. This program and the accompanying materials
@@ -47,7 +48,7 @@ public static void main(String[] args) {
47
48
48
49
Options .v ().set_keep_line_number (true );
49
50
50
- G .v ().out .println ("TamiFlex Booster" );
51
+ G .v ().out .println ("TamiFlex Booster Version " + ReflInliner . class . getPackage (). getImplementationVersion () );
51
52
try {
52
53
soot .Main .main (argList .toArray (new String [0 ]));
53
54
} catch (CompilationDeathException e ) {
You can’t perform that action at this time.
0 commit comments