summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-12 23:45:57 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-12 23:45:57 +0100
commit50f8b27a6da3555c11167259d26b09da575a1a42 (patch)
treef6f8444d6541cb17645124ed10ee22321b0de970
parentdc18d9ec13a0d2ea4c52255b4c7daef999ff1cad (diff)
[packager] Fixed Eclipse warnings in the build.properties
-rw-r--r--packager/build.properties8
1 files changed, 5 insertions, 3 deletions
diff --git a/packager/build.properties b/packager/build.properties
index a7395f8..15c4e3c 100644
--- a/packager/build.properties
+++ b/packager/build.properties
@@ -1,7 +1,9 @@
output.. = bin/
bin.includes = META-INF/,\
bin/org/,\
- source/ooo-plugin-packager-core/src/main/java/
+ source/ooo-plugin-packager-core/src/main/java/,\
+ .
src.includes = bin/org/,\
- source/,\
- META-INF/
+ META-INF/,\
+ source/
+source.. = source/ooo-plugin-packager-core/src/main/java/