Skip to content

Commit 2b56e5c

Browse files
committed
update apt in site
1 parent 699f0b7 commit 2b56e5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/site/apt/index.apt

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ proguard-maven-plugin
3131
<inFilter>!org/microemu/app/classloader/**</inFilter>
3232
---
3333

34+
** You can use <<<inLibsFilter>>> to apply ProGuard {{{http://proguard.sourceforge.net/manual/usage.html#filters}classpathentry Filters}} to all input lib jars
35+
36+
---
37+
<inLibsFilter>!META-INF/versions/**</inLibsFilter>
38+
---
39+
3440
** You can use <<<outFilter>>> to apply ProGuard {{{http://proguard.sourceforge.net/manual/usage.html#filters}classpathentry Filters}} to output jar
3541

3642
---

0 commit comments

Comments
 (0)