Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] PShelf now supports CSS

On 05/06/2013 07:54 PM, Wim Jongman wrote:
For the build, it's also possible to reference bundles directly.
How? I have added Juno to the parent repos but pshelf.css would not build.
Since Nebula is directly using the repository URLs (http://git.eclipse.org/c/nebula/org.eclipse.nebula.git/tree/releng/org.eclipse.nebula.nebula-parent/pom.xml#n140 and http://git.eclipse.org/c/nebula/org.eclipse.nebula.git/tree/releng/org.eclipse.nebula.nebula-release/pom.xml#n87 ), Tycho will simply look for the bundles in the specified repositories. No need to tell it which bundles it should get, it will automatically deduce it from the MANIFEST.MF and it will get it on the referenced repositories - if available).
If you want to use a subset of a repository (for example allow only the few CSS bundles from the Juno repo), you'll need to use an eclipse-target-definition at build time instead of referencing directly repositories.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top