You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/12/10 19:20:25 UTC

[GitHub] stevedlawrence closed pull request #144: Replace OracleJDK7 with OpenJDK7

stevedlawrence closed pull request #144: Replace OracleJDK7 with OpenJDK7
URL: https://github.com/apache/incubator-daffodil/pull/144
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 8d5287a51..d752c668b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,6 @@ scala:
   - 2.12.6
   - 2.11.12
 jdk:
-  - oraclejdk7
   - oraclejdk8
   - oraclejdk9
   - oraclejdk11
diff --git a/project/Rat.scala b/project/Rat.scala
index 96eaebc27..dac2f199e 100644
--- a/project/Rat.scala
+++ b/project/Rat.scala
@@ -120,9 +120,9 @@ object Rat {
     file("daffodil-sapi/src/test/resources/test/sapi/myDataBroken.dat"),
     file("daffodil-sapi/src/test/resources/test/sapi/myData.dat"),
     file("daffodil-sapi/src/test/resources/test/sapi/myInfosetBroken.xml"),
-    file("daffodil-tdml/src/test/resources/test/tdml/test.bin"),
-    file("daffodil-tdml/src/test/resources/test/tdml/test.txt"),
-    file("daffodil-tdml/src/test/resources/test/tdml/test.xml"),
+    file("daffodil-tdml-lib/src/test/resources/test/tdml/test.bin"),
+    file("daffodil-tdml-lib/src/test/resources/test/tdml/test.txt"),
+    file("daffodil-tdml-processor/src/test/resources/test/tdml/test.bin"),
     file("daffodil-tdml-processor/src/test/resources/test/tdml/test.txt"),
     file("daffodil-tdml-processor/src/test/resources/test/tdml/test.xml"),
     file("daffodil-test-ibm1/src/test/resources/test-suite/tresys-contributed/AB006.in"),


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services