From 475907c992eb0d6482bda38a6ca89c2166d02c8a Mon Sep 17 00:00:00 2001 From: John Leighow Date: Wed, 21 Dec 2016 15:00:20 -0500 Subject: [PATCH 1/2] Update README.txt Updated for fixed links to the new versions of things, locations, etc. --- .../source/darkstar-batch/README.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/id-update-batch-jobs/source/darkstar-batch/README.txt b/id-update-batch-jobs/source/darkstar-batch/README.txt index b71b435..5622861 100644 --- a/id-update-batch-jobs/source/darkstar-batch/README.txt +++ b/id-update-batch-jobs/source/darkstar-batch/README.txt @@ -20,12 +20,12 @@ I) License Notices Build Requirements: 1) Apache Maven: http://maven.apache.org/download.cgi -2) Java 7 JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html -3) Optional: Eclipse w/ Maven Plugin +2) Java 8 JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html +3) Optional: Eclipse Neon (Includes Maven) http://www.eclipse.org/neon/ Runtime Requirements: -1) Java 7 JRE: http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html -2) POLUtils/MassExtractor: https://github.com/Windower/POLUtils/tree/master/Binaries +1) Java 8 JRE: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html +2) POLUtils/MassExtractor: https://github.com/Windower/POLUtils ========================================== = B) Building the Project @@ -33,7 +33,7 @@ Runtime Requirements: The Darkstar Batch Jobs are written in Java, and are built with Apache Maven, an industry standard build system for Java projects. In order to build the project, you will need both Apache Maven and -the Java 7 JDK installed on your machine. +the Java 8 JDK installed on your machine. Building from the Command Line: @@ -245,4 +245,4 @@ Both GNU & the Apache Software Foundation consider Apache License 2.0 & GPL v3 C so long as the final project is distrubted as GPL v3. https://www.gnu.org/licenses/license-list.html -http://www.apache.org/licenses/GPL-compatibility.html \ No newline at end of file +http://www.apache.org/licenses/GPL-compatibility.html From a359a655c5f657873cf9c271ec55b34e34a13fe7 Mon Sep 17 00:00:00 2001 From: John Leighow Date: Wed, 21 Dec 2016 15:07:28 -0500 Subject: [PATCH 2/2] Update README.txt Bleh wrong POL shortcut, fixed. --- id-update-batch-jobs/source/darkstar-batch/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id-update-batch-jobs/source/darkstar-batch/README.txt b/id-update-batch-jobs/source/darkstar-batch/README.txt index 5622861..f3cc37b 100644 --- a/id-update-batch-jobs/source/darkstar-batch/README.txt +++ b/id-update-batch-jobs/source/darkstar-batch/README.txt @@ -25,7 +25,7 @@ Build Requirements: Runtime Requirements: 1) Java 8 JRE: http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html -2) POLUtils/MassExtractor: https://github.com/Windower/POLUtils +2) POLUtils/MassExtractor: https://github.com/Windower/POLUtils/releases ========================================== = B) Building the Project