Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-20 07:20:40 +0000
committerEike Stepper2017-12-20 07:20:40 +0000
commit1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e (patch)
tree479ed3471b1df41adeaadd5103cdbe29ac411912 /plugins/org.eclipse.emf.cdo.tests.db4o/build.properties
parent1e6f785eb70f789fd69cbe2f6f97f02248edfa75 (diff)
downloadcdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.tar.gz
cdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.tar.xz
cdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db4o/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db4o/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db4o/build.properties b/plugins/org.eclipse.emf.cdo.tests.db4o/build.properties
index 8fc3319f3f..7f750b0c3f 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db4o/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests.db4o/build.properties
@@ -17,6 +17,7 @@ bin.includes = META-INF/,\
plugin.properties
src.includes = about.html,\
CDO AllTests (DB4O).launch,\
- CDO AllTests (MEMDB4O).launch
+ CDO AllTests (MEMDB4O).launch,\
+ pom.xml
generateSourceReferences = true

Back to the top