diff options
author | Ketan Padegaonkar <KetanPadegaonkar@gmail.com> | 2011-05-19 11:58:28 +0530 |
---|---|---|
committer | Chris Aniszczyk <caniszczyk@gmail.com> | 2011-05-19 08:55:17 -0500 |
commit | dc30c95d971ca270f442403ada0d4e3b00151419 (patch) | |
tree | c4d0a3cbdd74a9a3be44ea1aaa1b154fb47c1d2b /org.eclipse.jgit.ant.test/build.properties | |
parent | e3c4610c74c3eef0fdf573d45ab4fe0b01d61fe6 (diff) | |
download | jgit-dc30c95d971ca270f442403ada0d4e3b00151419.tar.gz jgit-dc30c95d971ca270f442403ada0d4e3b00151419.zip |
Add org.eclipse.jgit.ant.test
Change-Id: I9bfb1298864294b8ce29b91660f1cf8316e5f620
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.ant.test/build.properties')
-rw-r--r-- | org.eclipse.jgit.ant.test/build.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.jgit.ant.test/build.properties b/org.eclipse.jgit.ant.test/build.properties new file mode 100644 index 0000000000..ad796b0474 --- /dev/null +++ b/org.eclipse.jgit.ant.test/build.properties @@ -0,0 +1,6 @@ +source.. = src/ +output.. = bin/ +bin.includes = plugin.properties,\ + META-INF/,\ + . +jre.compilation.profile = J2SE-1.5 |