Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Steeg2011-03-25 18:16:17 +0000
committerChris Aniszczyk2011-03-30 21:15:18 +0000
commitf9a5e776d58c4d242d47be181a309ee707a3fc3b (patch)
tree0fa1e84c7470d74f5d18039c34ac6f66aacf2717
parent487cea9a8c23d97c01d1e8c7b30ebf44346ad174 (diff)
downloadegit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.tar.gz
egit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.tar.xz
egit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.zip
Fix for build issue that prevented deployment working
Change-Id: I6ada86dc925951a31dc1bf07684b7b673ebdcd65 Signed-off-by: Fabian Steeg <fsteeg@gmail.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
-rw-r--r--org.eclipse.mylyn.github.core/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.core/build.properties b/org.eclipse.mylyn.github.core/build.properties
index e1e6580a..41eb6ade 100644
--- a/org.eclipse.mylyn.github.core/build.properties
+++ b/org.eclipse.mylyn.github.core/build.properties
@@ -1,3 +1,4 @@
source.. = src/
output.. = bin/
-bin.includes = META-INF/ \ No newline at end of file
+bin.includes = META-INF/,\
+ .

Back to the top