0

I am using proguard for obfuscating for jar. The jar has three packages (SAY A,B,C). I want a particular package to be excluded from obfuscating (a) How can we achieve this?

How to write the config file for this?

tkw83
  • 185
  • 1
  • 5
ahairshi
  • 381
  • 3
  • 18
  • possible duplicate of [How to keep/exclude a particular package path when using proguard?](http://stackoverflow.com/questions/4830474/how-to-keep-exclude-a-particular-package-path-when-using-proguard) – Simon Aug 28 '14 at 11:16
  • I want to exclude the whole package A itself, and the package B imports classes from package A. – ahairshi Aug 28 '14 at 11:19
  • Have you tried reading the Proguard documentation? For example, this section: http://proguard.sourceforge.net/manual/usage.html#classspecification ??? – Stephen C Aug 28 '14 at 11:25

0 Answers0