Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-08-05 06:06:45 +0000
committerIgor Fedorenko2011-08-05 06:47:10 +0000
commit497c8e48f288887e834c8c7c8c2c0313df703993 (patch)
treea8b8bb0bf4a87ae17ed456450833deff3b42ee6c /org.eclipse.m2e.usagedata
parente9906682edabd97d15907ce5e17daae20519a08d (diff)
downloadm2e-core-497c8e48f288887e834c8c7c8c2c0313df703993.tar.gz
m2e-core-497c8e48f288887e834c8c7c8c2c0313df703993.tar.xz
m2e-core-497c8e48f288887e834c8c7c8c2c0313df703993.zip
got rid of target platform, some cleanup
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.usagedata')
-rw-r--r--org.eclipse.m2e.usagedata/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.m2e.usagedata/build.properties b/org.eclipse.m2e.usagedata/build.properties
index ef20dfc4..86a8a775 100644
--- a/org.eclipse.m2e.usagedata/build.properties
+++ b/org.eclipse.m2e.usagedata/build.properties
@@ -16,3 +16,6 @@ bin.includes = plugin.xml,\
jars.compile.order = .
output.. = target/classes
source.. = src/
+
+# need to force optional/nongreedy dependency on build classpath
+jars.extra.classpath=platform:/plugin/org.eclipse.epp.usagedata.gathering

Back to the top