History log of /sdk/eclipse/settings.xml
Revision Date Author Comments
7c0495eb61960377fae179b44e0f2b6fd52071a6 15-Apr-2014 Siva Velusamy <vsiva@google.com> Add scripts to enable Tycho build, take 2.

The earlier CL to add this broke the existing PDE build scripts.
The PDE build has now been turned off.

Change-Id: Ica3b783af117ff1e52f53e6813ac8389c4bb80c9
a7d8120ad9042e1ffa3db0ead3b3abbbff1e45d2 15-Apr-2014 Siva Velusamy <vsiva@google.com> Revert "Add scripts to enable Tycho build"

Breaks existing scripts.

This reverts commit 68bd64a51f78ae6a66bd8eea9baf07185e2b9588.

Change-Id: I2cfe3ba2cea94850f4273170fbb5a46d7b727633
68bd64a51f78ae6a66bd8eea9baf07185e2b9588 12-Feb-2014 Siva Velusamy <vsiva@google.com> Add scripts to enable Tycho build

This CL adds all the required files to perform a build
using Tycho. It is not integrated into the Android build
system though. In order to perform a build, make sure your
repository has the git projects prebuilts/eclipse and
prebuilts/eclipse-build-deps, then do:

$ cd sdk/eclipse
$ make -f maven.mk

That should create the necessary target platform and start
a build using Maven/Tycho. The resulting artifacts should
be in out/host/maven/bundles-<version>/products

Change-Id: I4672cd9ea1ac072a9b5ddb27d98a9849b2a2b8cb