From f52dccc010b7fc99c73bf13b4d8a4b5f72c3e53e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ryszard=20Wi=C5=9Bniewski?= Date: Sun, 15 May 2011 20:30:54 +0200 Subject: [PATCH] pom.xml: do not filter android-framework.jar . --- apktool-lib/pom.xml | 15 +++++++++++++++ pom.xml | 4 ---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/apktool-lib/pom.xml b/apktool-lib/pom.xml index 4b6413be..0d2c3497 100644 --- a/apktool-lib/pom.xml +++ b/apktool-lib/pom.xml @@ -21,6 +21,21 @@ + + + src/main/resources + true + + brut/androlib/apktool.properties + + + + src/main/resources + + brut/androlib/android-framework.jar + + + com.mycila.maven-license-plugin diff --git a/pom.xml b/pom.xml index eb722ff9..ff564912 100644 --- a/pom.xml +++ b/pom.xml @@ -23,10 +23,6 @@ - - src/main/resources - true - ..