From 40b7ffd5fb0045c04585b68363bfe65c9f253f88 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 18 Apr 2014 21:50:38 -0400 Subject: [PATCH] Add a second jsword project to apply changes These changes are specific to MinimalBible --- jsword-minimalbible/.classpath | 6 ++++++ jsword-minimalbible/.gitignore | 1 + jsword-minimalbible/.project | 17 +++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 jsword-minimalbible/.classpath create mode 100644 jsword-minimalbible/.gitignore create mode 100644 jsword-minimalbible/.project diff --git a/jsword-minimalbible/.classpath b/jsword-minimalbible/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/jsword-minimalbible/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/jsword-minimalbible/.gitignore b/jsword-minimalbible/.gitignore new file mode 100644 index 0000000..5e56e04 --- /dev/null +++ b/jsword-minimalbible/.gitignore @@ -0,0 +1 @@ +/bin diff --git a/jsword-minimalbible/.project b/jsword-minimalbible/.project new file mode 100644 index 0000000..9c9fffe --- /dev/null +++ b/jsword-minimalbible/.project @@ -0,0 +1,17 @@ + + + jsword-minimalbible + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +