ilx / croz-eclipse

Eclipse product for CROZ d.o.o.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

This maven project installs eclipse using p2 director application.

How it works

- tycho downloads required bundles using specified target platform
- tycho-eclipserun-plugin from tycho-extras project runs p2 director application (using bundles resolved from the target platform) which installs eclipse (and specified IUs)

How to install Eclipse

This will install Eclipse Juno, WTP, Xtend, m2e and moreunit

mvn -X -Peclipse -s settings.xml -Dbuild.destination=c:/tmp/eclipse38 compile

How to run on our private network

git checkout CROZ
mvn -Pcroz -s settings.xml -Dbuild.destination=$INSTALL_DIR compile

How to run on public network

Resources

About

Eclipse product for CROZ d.o.o.


Languages

Language:Shell 100.0%