Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-03-13 17:41:11 +0000
committerThanh Ha2013-03-13 17:44:14 +0000
commit96bb6ad3a50d9998eff6c3246cfcdcf6c8c68788 (patch)
tree1bc235384e82586ba668b5a589f8b039f70307db /eclipse-platform-parent/pom.xml
parent413247308aadd0b08ab558a96f949672df229ddb (diff)
downloadeclipse.platform.releng.aggregator-96bb6ad3a50d9998eff6c3246cfcdcf6c8c68788.tar.gz
eclipse.platform.releng.aggregator-96bb6ad3a50d9998eff6c3246cfcdcf6c8c68788.tar.xz
eclipse.platform.releng.aggregator-96bb6ad3a50d9998eff6c3246cfcdcf6c8c68788.zip
Bug 400740 - [CBI] Source bundles containing libraries do not have correct folder structure
- Added distinctSourceRoots=true
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 2cac3d528..d4e032010 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -315,6 +315,7 @@
<artifactId>tycho-source-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
+ <distinctSourceRoots>true</distinctSourceRoots>
<strictSrcIncludes>false</strictSrcIncludes>
</configuration>
</plugin>

Back to the top