| author | Fabian Steeg | 2011-03-25 14:16:17 (EDT) |
|---|---|---|
| committer | Chris Aniszczyk | 2011-03-30 17:15:18 (EDT) |
| commit | f9a5e776d58c4d242d47be181a309ee707a3fc3b (patch) (side-by-side diff) | |
| tree | 0fa1e84c7470d74f5d18039c34ac6f66aacf2717 | |
| parent | 487cea9a8c23d97c01d1e8c7b30ebf44346ad174 (diff) | |
| download | egit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.zip egit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.tar.gz egit-github-f9a5e776d58c4d242d47be181a309ee707a3fc3b.tar.bz2 | |
Fix for build issue that prevented deployment workingrefs/changes/29/2929/2
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.properties | 3 |
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 e1e6580..41eb6ad 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/,\
+ .
|

