~ubuntu-branches/ubuntu/feisty/proguard/feisty

« back to all changes in this revision

Viewing changes to examples/proguardall.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:
11
11
# We'll read all jars from the lib directory, process them, and write the
12
12
# processed jars to a new out directory.
13
13
 
14
 
-injars  lib
 
14
-injars  ../lib
15
15
-outjars out
16
16
 
17
17
# You may have to adapt the paths below.