Time for action – building a product
Building a product (a branded Eclipse application, or one that is launched from eclipse -application
from the command line) can also be built with Tycho using the eclipse-repository
packaging type. To do this, the app project needs to be built with Tycho and made available in the feature, and a new project for the product needs to be created.
- Move the
com.packtpub.e4.application
project under thecom.packtpub.e4.parent
project. - Add the line
<module>com.packtpub.e4.application</module>
to the parentpom.xml
file. - Copy the
pom.xml
file from the clock plug-in to the application project. - Change the
artifactId
tocom.packtpub.e4.application
. - The resulting
pom.xml
file will look like:<?xml version="1.0" encoding="UTF-8"?> ...
Get Eclipse Plug-in Development Beginner's Guide - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.