From 70cb3d5f89b702d45da2a6b78b6c34fdb73ab6f2 Mon Sep 17 00:00:00 2001 From: Charles Ofoegbu Date: Fri, 31 Oct 2014 12:57:09 +0000 Subject: [PATCH] added jsoup lib to class path --- .classpath | 5 +++-- .gitignore | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index ada4002..e587429 100644 --- a/.classpath +++ b/.classpath @@ -3,7 +3,6 @@ - @@ -46,12 +45,14 @@ + - + + diff --git a/.gitignore b/.gitignore index c47ff62..0c12fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ /.DS_Store .DS_Store /.com.apple.timemachine.supported +.gitattributes + + -- 1.7.10.2