From 9e5afcb26c0317b45d24843b506cd055073315d4 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 20 Nov 2012 22:04:53 +0100 Subject: [PATCH] Eclipse: Reorder the Java Build Path to fix the build in Eclipse. * .classpath: This prevents an error saying that getTextContent() is undefined. See http://mergetag.com/the-method-gettextcontent-is-undefined-for-the-type-node/ --- .classpath | 2 +- ChangeLog | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.classpath b/.classpath index 9ed60a4..25deccd 100644 --- a/.classpath +++ b/.classpath @@ -1,5 +1,6 @@ + @@ -7,6 +8,5 @@ - diff --git a/ChangeLog b/ChangeLog index e19047f..08a0157 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2012-11-20 Murray Cumming + Eclipse: Reorder the Java Build Path to fix the build in Eclipse. + + * .classpath: This prevents an error saying that getTextContent() + is undefined. + See http://mergetag.com/the-method-gettextcontent-is-undefined-for-the-type-node/ + +2012-11-20 Murray Cumming + Explicitly declare some dependencies (and scopes) that we use. * pom.xml: The dependency report showed what we use. -- 2.1.4