mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
make proguard work, but keep it disabled for now
This commit is contained in:
parent
6433c0fee6
commit
bbfa74ff1c
@ -295,10 +295,10 @@
|
||||
<fileset dir="${bin}.@{platform}" includes="**/*"/>
|
||||
</jar>
|
||||
<!--proguard>
|
||||
<!- - -printseeds - ->
|
||||
-injars ${dist}/${ant.project.name}-@{platform}-orig.jar
|
||||
-outjars ${dist}/${ant.project.name}-@{platform}-${version}.jar
|
||||
-libraryjars ${java.home}/lib/rt.jar
|
||||
-libraryjars lib/jna-win32.jar
|
||||
-keepclasseswithmembers public class * {
|
||||
public static void main(java.lang.String[]);
|
||||
}
|
||||
@ -334,8 +334,8 @@
|
||||
% *Proc(long, long);
|
||||
% *Proc(long, long, long);
|
||||
}
|
||||
-ignorewarnings
|
||||
</proguard-->
|
||||
|
||||
<copy file="${dist}/${ant.project.name}-@{platform}-orig.jar" tofile="${dist}/${ant.project.name}-@{platform}-${version}.jar"/>
|
||||
<delete file="${dist}/${ant.project.name}-@{platform}-orig.jar"/>
|
||||
</sequential>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user