From aa7a492dafebebba501cc26c205e0fd1c47440cb Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 15 Jun 2010 11:50:07 +0000 Subject: Update to ignore itests and samples (how was this ever working?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@954841 13f79535-47bb-0310-9956-ffa450edef68 --- .../legal-checks/src/test/java/itest/JarsInLICENSETestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sca-java-2.x/trunk/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java b/sca-java-2.x/trunk/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java index 3564128c8d..2fdbf62353 100644 --- a/sca-java-2.x/trunk/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java +++ b/sca-java-2.x/trunk/itest/distribution/legal-checks/src/test/java/itest/JarsInLICENSETestCase.java @@ -101,7 +101,7 @@ public class JarsInLICENSETestCase { String licenseText = readLICENSE(licenseFile); for (String jar : jars) { if (!licenseText.contains(jar)) { - if (jar.startsWith("tuscany-")) { + if (jar.startsWith("tuscany-") || jar.startsWith("sample-") || jar.startsWith("test-") || jar.startsWith("itest-")) { // ignore tuscany jars as they're not mentioned in the LICENSE file } else { badJars.add(jar); -- cgit v1.2.3