Author: doogie
Date: Wed May 26 20:05:40 2010
New Revision: 948565
URL:
http://svn.apache.org/viewvc?rev=948565&view=revLog:
Don't install build/lib/*-test.jar into the packages.
Modified:
ofbiz/trunk/debian/changelog
ofbiz/trunk/debian/move-files.pl
Modified: ofbiz/trunk/debian/changelog
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/changelog?rev=948565&r1=948564&r2=948565&view=diff==============================================================================
--- ofbiz/trunk/debian/changelog (original)
+++ ofbiz/trunk/debian/changelog Wed May 26 20:05:40 2010
@@ -10,6 +10,7 @@ ofbiz (UNRELEASED) unstable; urgency=low
* Bump Standards-Version to 3.8.3.
* Remove use of openjdk, it has issues compiling some things(generics
markup), and doesn't handle all https urls.
+ * Don't install build/lib/*-test.jar into the packages.
-- Adam Heath <
[hidden email]> Fri, 04 Sep 2009 16:41:32 -0500
Modified: ofbiz/trunk/debian/move-files.pl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=948565&r1=948564&r2=948565&view=diff==============================================================================
--- ofbiz/trunk/debian/move-files.pl (original)
+++ ofbiz/trunk/debian/move-files.pl Wed May 26 20:05:40 2010
@@ -101,6 +101,7 @@ while (<FIND>) {
next if (m,(^|.*/)build\.xml$,);
#print("1\n");
next if (m,^$appDirsRe/[^/]+/(build/classes|src|testdef)/.*,);
+ next if (m,^$appDirsRe/[^/]+/build/lib/[^/]+-test\.jar$,);
next if (m,^runtime/(catalina/work|data/derby|logs)/.*,);
next if (m,^\.hg(|/.*),);
#print("2\n");