Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-09-13 12:29:39 +0000
committerSteffen Pingel2011-09-13 12:29:39 +0000
commit4371d9dd0869f3f5e0c2973aa57df70e0f361886 (patch)
tree83b8d8855497911e45df0a95f570c5d9da11f78d /framework/org.eclipse.mylyn.reviews.ui/build.properties
parent1cf5fb8c0c0ecff6149794b3e71c19c9df27b227 (diff)
downloadorg.eclipse.mylyn.reviews-4371d9dd0869f3f5e0c2973aa57df70e0f361886.tar.gz
org.eclipse.mylyn.reviews-4371d9dd0869f3f5e0c2973aa57df70e0f361886.tar.xz
org.eclipse.mylyn.reviews-4371d9dd0869f3f5e0c2973aa57df70e0f361886.zip
configure all projects for Unix file endings
Bug: 356790
Diffstat (limited to 'framework/org.eclipse.mylyn.reviews.ui/build.properties')
-rw-r--r--framework/org.eclipse.mylyn.reviews.ui/build.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/framework/org.eclipse.mylyn.reviews.ui/build.properties b/framework/org.eclipse.mylyn.reviews.ui/build.properties
index 92a9f517f..d9c043bae 100644
--- a/framework/org.eclipse.mylyn.reviews.ui/build.properties
+++ b/framework/org.eclipse.mylyn.reviews.ui/build.properties
@@ -1,8 +1,8 @@
-source.. = src/
-output.. = target/classes/
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- icons/,\
- about.html
-src.includes = about.html
+source.. = src/
+output.. = target/classes/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ icons/,\
+ about.html
+src.includes = about.html

Back to the top