Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-02-03 17:29:42 +0000
committerIgor Fedorenko2012-02-04 17:41:14 +0000
commit80cdb3007846cc55f75ca2519362eda515a740d9 (patch)
tree38c3053a0815b5c73d6b52c97cd6fd05d2e184b5
parentea9c039a2e48df14da56bdc32b879da5086fb45f (diff)
downloadeclipse.platform.releng.aggregator-80cdb3007846cc55f75ca2519362eda515a740d9.tar.gz
eclipse.platform.releng.aggregator-80cdb3007846cc55f75ca2519362eda515a740d9.tar.xz
eclipse.platform.releng.aggregator-80cdb3007846cc55f75ca2519362eda515a740d9.zip
updated to match recent tycho changes
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com> Conflicts: eclipse.platform.ui
-rw-r--r--eclipse-parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index 25ea93a78..e0fe296c6 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -119,6 +119,9 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
+ <configuration>
+ <strictBinIncludes>false</strictBinIncludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
@@ -129,6 +132,9 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
+ <configuration>
+ <strictSrcIncludes>false</strictSrcIncludes>
+ </configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>

Back to the top