Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brörkens2013-09-10 10:23:17 +0000
committerMark Brörkens2013-09-10 10:23:17 +0000
commit0d4c9e97fcb3b075da549f4986790310918e8a65 (patch)
tree367d9bfb2050312524c5fae42a98eae52a7c0bb2
parent6380c225f4da2475fe1730ba88b8662b7ca09f37 (diff)
downloadorg.eclipse.rmf-0d4c9e97fcb3b075da549f4986790310918e8a65.tar.gz
org.eclipse.rmf-0d4c9e97fcb3b075da549f4986790310918e8a65.tar.xz
org.eclipse.rmf-0d4c9e97fcb3b075da549f4986790310918e8a65.zip
ASSIGNED - bug 376942: Third-Party Tool Extensions not handled correctly
https://bugs.eclipse.org/bugs/show_bug.cgi?id=376942 added generated tool extensions to build properties
-rw-r--r--org.eclipse.rmf.tests.serialization.reqif10/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.rmf.tests.serialization.reqif10/build.properties b/org.eclipse.rmf.tests.serialization.reqif10/build.properties
index 34d2e4d2..d4e29431 100644
--- a/org.eclipse.rmf.tests.serialization.reqif10/build.properties
+++ b/org.eclipse.rmf.tests.serialization.reqif10/build.properties
@@ -1,4 +1,5 @@
-source.. = src/
+source.. = src/,\
+ src-gen/
output.. = bin/
bin.includes = META-INF/,\
.

Back to the top