aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/artifacts/bundles/monitor.product
Commit message (Collapse)AuthorAgeFilesLines
* Update ADT & SDK Tools to 24.0.2Tor Norbye2014-12-151-1/+1
| | | | Change-Id: Idf12b9f222ad862bf5b8f0cc51b602eaf0924054
* Update ADT to version 24.0.1Tor Norbye2014-12-101-1/+1
| | | | Change-Id: I0421e319ec529feb0b6bcbfc3fe41350295afe5d
* Update ADT version to 24.0.0.Tor Norbye2014-12-031-1/+1
| | | | Change-Id: I35126be74bfbbafb3c7acb047b8dc0076bd3b669
* Update ADT version to 23.0.6Tor Norbye2014-11-261-1/+1
| | | | Change-Id: I23d62d1778b798711d1ad666db3bead193f90ef2
* Update ADT version to 23.0.4Raphael Moll2014-09-031-1/+1
| | | | Change-Id: I77448d2769d2a15b64987ae7d9e2cb887aef3bc2
* Update Eclipse plugins' version from 23.0.2 -> 23.0.3Siva Velusamy2014-07-211-1/+1
| | | | Change-Id: I25f248244c588c36eeb92b4abb802a2877f3407b
* Update Eclipse plugins' version from 23.0.1 -> 23.0.2Siva Velusamy2014-07-011-1/+1
| | | | Change-Id: Ieceeae72231107ea4d49aa9dcb4a4c33220f5ffd
* Update plugin versions to 23.0.1Siva Velusamy2014-06-271-1/+1
| | | | Change-Id: Icb5be47b688808488811411a5f45a23a49f774d2
* Update ADT plugins/features version to 23.0.0Siva Velusamy2014-06-171-1/+1
| | | | Change-Id: I354930bdc6304908e447b4eb8b66f6f09b0ffb4c
* monitor product: Increase default heap sizeSiva Velusamy2014-06-151-1/+4
| | | | Change-Id: Ib3d4491457187365ed982adfb0ea4db52d02424c
* Remove unneeded dependencies from traceview feature.xmlSiva Velusamy2014-06-151-0/+4
| | | | | | | The traceview feature pulled in unnecessary dependencies (jdt) into the monitor product build. Change-Id: Id8cd09ed6c85602e3cc7635066adb8b8aedc55d0
* Update ADT plugins/features version number.Raphael Moll2014-06-131-1/+1
| | | | | | | Similar to change I1913711556c17fe1799a963b52214f338768fffd this is only provisional till the final versio number gets decided. Change-Id: I976cd490a7dee07d4a6b0eaf98972bcd89620f80
* Add scripts to enable Tycho build, take 2.Siva Velusamy2014-05-221-0/+54
| | | | | | | The earlier CL to add this broke the existing PDE build scripts. The PDE build has now been turned off. Change-Id: Ica3b783af117ff1e52f53e6813ac8389c4bb80c9
* Revert "Add scripts to enable Tycho build"Siva Velusamy2014-04-151-54/+0
| | | | | | | | Breaks existing scripts. This reverts commit 68bd64a51f78ae6a66bd8eea9baf07185e2b9588. Change-Id: I2cfe3ba2cea94850f4273170fbb5a46d7b727633
* Add scripts to enable Tycho buildSiva Velusamy2014-04-151-0/+54
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