~ubuntu-branches/ubuntu/wily/proguard/wily

« back to all changes in this revision

Viewing changes to build/README

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-04-10 13:58:11 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20140410135811-ddwzt2avu94rnolt
Tags: 4.11-1
* Team upload.
* New upstream release
* Removed the non-free documentation from the package (Closes: #719706)
* Removed the pre-built jars from the upstream tarball
* debian/control:
  - The package is now co-maintained with the Java Team
  - Standards-Version updated to 3.9.5 (no changes)
  - Added the Vcs-* fields
  - Added the Homepage field
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
This directory contains a number of alternative ways to build ProGuard:
5
5
 
6
 
- build.sh  : a shell script for GNU/Linux
7
 
- makefile  : a makefile for GNU/Linux
8
 
- build.xml : an Ant build file for all platforms
 
6
- build.sh      : a shell script for GNU/Linux
 
7
- makefile      : a makefile for GNU/Linux
 
8
- build.xml     : an Ant build file for all platforms
 
9
- maven/pom.xml : a Maven POM for building the Maven artifacts
9
10
 
10
11
- As a final alternative, you can also easily compile the code from the
11
12
  command line:
20
21
    javac -sourcepath src -d classes -classpath lib/ant.jar \
21
22
        src/proguard/ant/ProGuardTask.java
22
23
 
 
24
  For the ProGuard Gradle task:
 
25
 
 
26
    javac -sourcepath src -d classes -classpath ..... \
 
27
        src/proguard/gradle/ProGuardTask.java
 
28
 
23
29
  For the Java Micro Edition Wireless Tool Kit (JME WTK) obfuscator plug-in:
24
30
 
25
31
    javac -sourcepath src -d classes -classpath wtklib/kenv.zip \
31
37
 
32
38
http://proguard.sourceforge.net/
33
39
 
34
 
Copyright (c) 2002-2012 Eric Lafortune (eric@graphics.cornell.edu)
 
40
Copyright (c) 2002-2013 Eric Lafortune (eric@graphics.cornell.edu)