~ubuntu-branches/ubuntu/maverick/proguard/maverick

« back to all changes in this revision

Viewing changes to examples/proguard.pro

  • Committer: Bazaar Package Importer
  • Author(s): Sam Clegg
  • Date: 2005-11-13 09:42:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051113094259-432zf4yyw4890mmn
Tags: 3.4-1
* New upstream release (Closes: #338355)
* debian/control: bump standards version
* debian/copyright: update FSF address
* increase java stack size for proguard and proguardgui

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Specify the input jars, output jars, and library jars.
9
9
# We'll filter out the Ant and WTK classes, keeping everything else.
10
10
 
11
 
-injars  proguard.jar(!proguard/ant/**,!proguard/wtk/**)
 
11
-injars  ../lib/proguard.jar(!proguard/ant/**,!proguard/wtk/**)
12
12
-outjars proguard_out.jar
13
13
 
14
14
-libraryjars <java.home>/lib/rt.jar