Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-parent/pom.xml6
m---------eclipse.platform.ui0
m---------rt.equinox.bundles0
3 files changed, 6 insertions, 0 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index b919dc91f..a5f895f80 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -145,6 +145,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>
@@ -155,6 +158,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>
diff --git a/eclipse.platform.ui b/eclipse.platform.ui
-Subproject e1d88919042b561a2f6dc950b83de8234c72eee
+Subproject 131591e1fd50f1e3b92391a15b2c1752e1fdee5
diff --git a/rt.equinox.bundles b/rt.equinox.bundles
-Subproject d9bf2c3636421e5b3bd8875d059410058d95342
+Subproject 30f68142f64fc21db56228d1c789134fd158e52

Back to the top