Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] source bundle generation issues.

Thanks for the reply. Upon review, I see the answer was rather obvious. If I wasn't distracted trying to multitask so many items I might even have made the connection between the new file, and the variables.

-Eric

On 29/05/2012 3:19 AM, Sievers, Jan wrote:
see http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=f290bd4e4ed15a23d231a04a402faf94b99d3213

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Eric Gwin
Sent: Montag, 28. Mai 2012 18:38
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] source bundle generation issues.



On 24/05/2012 5:49 PM, Igor Fedorenko wrote:
- the manifest entries for the source bundles don't include
"bundle-name" or "provider-name". Can I fix?

This should be fixed in 0.15 now.

--
Regards,
Igor

Using the staged 0.15.0, I'm seeing new manifest entries, but It looks like I need to configure my pom correctly. Any suggestion? Do I need to create bundleVendor and bundleName properties?

...
Bundle-Vendor: %bundleVendor
Bundle-Localization: OSGI-INF/l10n/bundle-src
Bundle-Name: %bundleName
...

Thanks,

-Eric
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top