Ok, thanks.
Now the source feature will built. But I also got many missing source bundles ;) All from eclipse are exist but our internals not. All plugins are provided through a target platform. The source bundles are generated also with tycho (source bundle config) and are visible in eclipse.
Could it be a config bug within the manifest files or the target platform?
Manifest-sample:
Manifest-Version: 1.0
Bundle-Vendor: %bundleVendor
Eclipse-SourceBundle: com.company.core;version="1.4.1";roots:="."
Built-By: hudson
Build-Jdk: 1.6.0_24
Bundle-Version: 1.4.1
Bundle-Localization: OSGI-INF/l10n/bundle-src
Bundle-Name: %bundleName
Bundle-ManifestVersion: 2
Created-By: Apache Maven
Bundle-SymbolicName: com.company.core.source
Archiver-Version: Plexus Archiver
TP-sample:
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="com.company.core" version="1.4.1"/>
<unit id="com.company.core.source" version="1.4.1"/>
</location>
Kai