Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-03-13 17:41:11 +0000
committerThanh Ha2013-03-15 17:36:54 +0000
commit3664ac39992a2ac282244690ac1c97c29b72a1fe (patch)
treeeb5e860d6914d9e677232a3900724a30b9c69803
parent32cd4557c306cbb0285a2bb3a3346e86c86bf252 (diff)
downloadeclipse.platform.releng.aggregator-3664ac39992a2ac282244690ac1c97c29b72a1fe.tar.gz
eclipse.platform.releng.aggregator-3664ac39992a2ac282244690ac1c97c29b72a1fe.tar.xz
eclipse.platform.releng.aggregator-3664ac39992a2ac282244690ac1c97c29b72a1fe.zip
Bug 403256 - [CBI] Source bundles containing libraries do not have correct folder structure
- Added distinctSourceRoots=true
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index fdc3ca8cf..050a14766 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -293,6 +293,7 @@
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
+ <distinctSourceRoots>true</distinctSourceRoots>
<strictSrcIncludes>false</strictSrcIncludes>
</configuration>
</plugin>

Back to the top