简体   繁体   中英

Maven Tycho Plugin and Eclipse Babel

How can I use Maven Tycho Plugin with Eclipse Babel ? I didn't find information about it.

Now I find solution. For that require simple add babel repository in pom file. For example:

<repository>
    <id>p2-babel</id>
    <layout>p2</layout>
    <url>http://download.eclipse.org/technology/babel/update-site/R0.11.1/kepler</url>
</repository>

and add to file .product necessary locale library from babel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM