From 0be37aeb73c54cb99401cbc2b5bbb11206e2886b Mon Sep 17 00:00:00 2001 From: fangdong sun Date: Mon, 8 Aug 2016 17:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=87=E6=BB=A4=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index eb3d0a6f60..6d3190518e 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,6 @@ tasks.withType(JavaCompile){ task appletJar<<{ ant{ - patternset(id:'') mkdir(dir:'../finereport-lib-stable/tmp') mkdir(dir:'build/classes/') copy(todir:'build/classes/'){ @@ -41,7 +40,7 @@ task appletJar<<{ exclude(name:'com/fr/dialog/**') exclude(name:'com/fr/view/**') exclude(name:'com/fr/web/**') - exclude(name:'om/fr/fs/**') + exclude(name:'com/fr/fs/**') exclude(name:'com/fr/design/**') exclude(name:'com/fr/start/**') exclude(name:'com/fr/process/**')