Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-05-28Update for Mars RC2 (configuration files, ...)Markus Knauer15-17/+17
Change-Id: Ifc97379a18369679caa230443770223a5b084817 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-21Final commit.Markus Knauer1-1/+1
Change-Id: Ia642077daf02f14cb3489e724fc731083e46546f Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-21Disable WindowBuilder dependencies in Java + RCP/RAP packageMarkus Knauer4-1/+7
The artifacts from the WindowBuilder project have been removed in Mars RC1 from the Simultaneous Release repository. In order to build the packages the dependencies to WindowBuilder have been disabled. If WindowBuild will drop out of the release the entries should be finally removed. Bug 467800 - WindowBuilder disappeared in Mars RC1 https://bugs.eclipse.org/bugs/show_bug.cgi?id=467800 Change-Id: Ibc26a80bdc9095f9b722b4722730c3c564c779f7 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-20Update for Mars RC1 (configuration files, ...)Markus Knauer55-57/+57
Change-Id: I4354ea3775d6d3d8efec23bef12a664053f0e43b Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-20Move terminal features to PTP feature.Greg Watson1-3/+0
Change-Id: Ifda092a3afa31b5edfa697363b4ebc73a86caf83 Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-19Add missing ptp remote terminal feature. Remove extra TM dependencies.Greg Watson1-6/+9
Change-Id: I34a4602b54652f5cc4b06fcb9cb16bd9a7f6ecb6 Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-15RESOLVED bug - 467131: Add o.e.emf.mwe2.launch.ui plugin to Automotiveseberle1-2/+0
package https://bugs.eclipse.org/bugs/show_bug.cgi?id=467131 Removed inclusion of o.e.emf.mwe2.launch.* plug-ins again, given that they are pulled in by o.e.xtext.xtext.ui plugin now Change-Id: Id13a1dc5e17ddaf9940412ca1df297afaca1be8d
2015-05-13RESOLVED - bug 467206: Add missing Xtend plug-insseberle1-5/+8
https://bugs.eclipse.org/bugs/show_bug.cgi?id=467206
2015-05-12RESOLVED bug - 467131: Add o.e.emf.mwe2.launch.ui plugin to Automotiveseberle1-5/+3
package https://bugs.eclipse.org/bugs/show_bug.cgi?id=467131
2015-05-08Add mwe2 sdk feature to the DSL package Bug 466831Dennis Huebner1-0/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466831 Change-Id: I4bf371a5c45c1b4889f506cfd5d406bb7b72d085
2015-05-07Bug 438297: Remove CVS featureMarkus Knauer10-11/+3
Remove direct dependency on CVS feature from the following packages:CPP, Java, Java EE, Modeling, Parallel, Reporting, Testing. As long as there are no other indirect dependencies to CVS, this change is supposed to remove CVS from those packages. The feature itself can always be installed from the Mars Simultanoues Release repository. https://bugs.eclipse.org/bugs/show_bug.cgi?id=438297 Change-Id: Ic792aee83bb415b2a848d581058da23c3f2d83eb Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Bug 464243: Add e4 Tools to RCP PackageMarkus Knauer1-0/+2
Add feature org.eclipse.e4.core.tools.feature as additional root feature to the RCP/RAP package. https://bugs.eclipse.org/bugs/show_bug.cgi?id=464243 Change-Id: Iffca49c77bae0497f5be160e7cded8925d6cedd0 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Update features for M7Greg Watson1-1/+2
Change-Id: Idfab0748670b43f7b3e29bff2fe734c7f8385218 Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-07Bug 445335 - Add Mylyn wikitext to PHP packageDawid Pakuła1-0/+1
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2015-05-07Bug 443862 - Replace JSDT plugins by JSDT featureDawid Pakuła1-0/+1
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2015-05-07Ensure packages are using at least -Xms256m and -Xmx1024mMarkus Knauer11-22/+21
Memory availability has changes, and memory consumption is generally higher than it used to be. While impossible to find the perfect memory settings that work best for everyone on every computer with every package, it still makes sense to increase the current settings. This change updates packages to the following values unless they specify different (higher) values: - Increasing Xms from -Xms40m to -Xms256m - Increasing Xmx from -Xmx512m to -Xmx1024m Bug 459596: [EPP] Default heap max (512MB) is too small https://bugs.eclipse.org/bugs/show_bug.cgi?id=459596 Change-Id: If617446f1e7e0a39949d92e68e8ea6905f0f3f72 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Set VM parameters in remaining .product files to JavaSE-1.7Markus Knauer5-20/+20
The DSL, Java, JavaEE, Modeling, Reporting packages were still using JavaSE-1.6 in the .product definitions. With the OSGi argument osgi.requiredJavaVersion set to 1.7 for all packages, the VM section should reflect that change. Change-Id: If4af86ffd74050c67ea9028a96622ba0d9eca5b7 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Use CBI 1.1.2-SNAPSHOT and enforce Java (1.7) and Maven (3.1.1) versionsMarkus Knauer1-2/+35
Bug 466206: Change level of maven required for EPP builds https://bugs.eclipse.org/bugs/show_bug.cgi?id=466206 Change-Id: Iee9328173ff1eb00cfb40260569ad7e17750d5eb Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Remove outdated features from Parallel PackageMarkus Knauer1-5/+0
A few features have been disabled in the Parallel package for Mars M6. Following the request in bug 463149 these feature can be removed now. Bug 463149: Parallel Package: Temporarily disable some features in Mars M6 https://bugs.eclipse.org/bugs/show_bug.cgi?id=463149 Change-Id: I9c000baf6c95ee05ad6cd9828819f041d38ec03c Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-07Update for Mars M7 (configuration files, ...)Markus Knauer55-57/+57
Change-Id: I4924b6395478a741b4310d49894e592951054e31 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-06Increasing default heap max limit in Modeling Packagecbrun1-2/+2
2015-05-06Require Java version 1.7 in *all* packagesMarkus Knauer5-5/+5
Changed packages: DSL, Java, JavaEE, Modeling, Reporting All other packages are already requiring at least Java 1.7. Bug 464771: Require Java Version 1.7 or higher in all EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=464771 Change-Id: Ifb13939d30fa0167b44c8e6a3a08bf3b0b389860 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-05-04[464242] Add e4 Tools to the Modeling Packagecbrun1-0/+1
Bug: 464242
2015-05-02Bug 466203 - JEE and Reporting need 'tcf.te' replaced with 'tm'David Williams2-2/+2
Change-Id: Ibb1071b4d02af8fce11f665b62293c79cc538a97 Signed-off-by: David Williams <david_williams@us.ibm.com>
2015-04-15Add code recommenders to jee packageMarcel Bruch1-0/+3
Bug: 422747 Change-Id: I323a61f3ea5f826e895dc560ef108caf42a4b189 Signed-off-by: Marcel Bruch <marcel.bruch@codetrails.com>
2015-04-01Bug 433769: EGit Mylyn integrationGunnar Wagenknecht2-4/+4
Change-Id: If8ca4c19be0a1aea953e1ff6d0d9fbe2a97814c5 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=433769
2015-04-01Bug 433769: Add Gerrit DashboardGunnar Wagenknecht1-0/+1
Change-Id: I90e0f237443431504f13c06a79077f0694766889 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=433769
2015-03-26Force version qualifier update in all features and pluginsMarkus Knauer40-40/+40
Change-Id: I6ba20954838382b6bb20c92cd606074cfafc5029 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-26Remove features from Parallel package that are not availableMarkus Knauer1-1/+3
The following three features are currently not available from the p2 repository that is the input for Mars M6: - org.eclipse.ptp.rdt - org.eclipse.ptp.rdt.xlc - org.eclipse.ptp.remote.rse Change-Id: Ief340e3e05cdde854d811f59b1c6383c726ded21 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Prepend only 'Eclipse.app' for Mac OSX tar archivesMarkus Knauer1-1/+1
Change-Id: I60cf4b13fac33d2e43857da3d57d98b9ef4c2044 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Prepend 'Eclipse.app/Contents' directory for Mac OSX tar archivesMarkus Knauer1-0/+3
Change-Id: I0a41f93cdc10cd250a75182b8840c50a00c738b5 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Add org.eclipse.tcf.te.terminals.feature to Reporting packageMarkus Knauer1-0/+1
Bug 462089: The Reporting package refer to outdated TM Terminal features https://bugs.eclipse.org/bugs/show_bug.cgi?id=462089 Change-Id: If7f2e9ba6c477c8a2a570b5a8720f5cb9a61621b Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Add org.eclipse.tcf.te.terminals.feature to JavaEE packageMarkus Knauer1-0/+1
Bug 462087: The JEE package refer to outdated TM Terminal features https://bugs.eclipse.org/bugs/show_bug.cgi?id=462087 Change-Id: I269c059467b57edbbf99c6dcb00f7f7b05f67d5f Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Replace stacktraces feature from Recommenders with EPP AERI LoggingMarkus Knauer1-1/+1
The Eclipse Error Reporting has been moved from the Code Recommenders project to the EPP project. As a part of this migration the feature ID has been changed to org.eclipse.epp.logging.aeri.feature. Bug 462959: Contribute 2.1.13 to Mars M6 (without Error Reporting) https://bugs.eclipse.org/bugs/show_bug.cgi?id=462959 Change-Id: Iaf61968bc0b331dd6aeb9b26350092b08c963e4b Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Update for Mars M6 (configuration files, ...)Markus Knauer15-17/+17
Change-Id: I12b4e711065907ef2d373c46ce2f82a95ff8bce8 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-03-25Bug 462089: The Reporting package refer to outdated TM Terminal featuresUwe Stieber1-4/+0
With TM Terminal 4.0 (Mars), the TM Terminal feature names have changed and the old deprecated "Terminal" view is no longer available. The Reporting package should either remove the features or refer to the replacement for the deprecated "Terminal" view, which is the "Terminals" view (o.e.tcf.te.terminals.feature). This change removes the outdated features from the Reporting package. Change-Id: I32d632e6fab88553d81e8533cdbd868d7f963cb6 Signed-off-by: Uwe Stieber <uwe.stieber@windriver.com>
2015-03-25Bug 462087: The JEE package refer to outdated TM Terminal featuresUwe Stieber1-4/+0
With TM Terminal 4.0 (Mars), the TM Terminal feature names have changed and the old deprecated "Terminal" view is no longer available. The JEE package should either remove the features or refer to the replacement for the deprecated "Terminal" view, which is the "Terminals" view (o.e.tcf.te.terminals.feature). This change removes the outdated features from the JavaEE package. Change-Id: I01cddd3eded278d95f107a2be84b93e16b82c701 Signed-off-by: Uwe Stieber <uwe.stieber@windriver.com>
2015-03-18Bug 434132: Add Recommenders to Committers PackageGunnar Wagenknecht1-0/+3
Change-Id: I182e1f55c6621439f86970d9839b52b657b4631a Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=434132
2015-03-18Bug 433769: Add Mylyn with Bugzilla, Hudson and Gerrit supportGunnar Wagenknecht1-0/+18
Change-Id: I3f684d44afa063b67437dda609741d94abd12396 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=433769
2015-03-06Bug 433827 - PDT Mylyn integeration is not availableDawid Pakuła1-0/+1
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
2015-02-16Bug 432716 - Add Code Recommenders/Mylyn integration to Java packageAndreas Sewe1-0/+1
Change-Id: Ia28e2b5d69e31acac5b5aa67cf9903e8dcb65fa8 Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org> Signed-off-by: Andreas Sewe <andreas.sewe@codetrails.com>
2015-02-13Removed CVS added some additional settingsDennis Huebner2-2/+8
Change-Id: I74320d8eefd996e530391f0cfe20e62d2be9c743
2015-02-05Move feature dependencies in RCP/RAP from root feature to productMarkus Knauer2-8/+46
- Reduce number of installed features be excluding redundant features from the RCP/RAP root feature - Move all other features except source features from package root feature to product - Install all features as root feature Change-Id: I2a4af4619cbea96d304e5ad77e36dc5990b3b053 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-02-05Fix parallel package build by renaming linuxtools to tracecompassMarkus Knauer1-1/+1
The name of the bundle org.eclipse.linuxtools.lttng2.control seems to have changed to org.eclipse.tracecompass.lttng2.control. Bug 459210 - Non-existing LinuxTools dependencies in Parallel Package https://bugs.eclipse.org/bugs/show_bug.cgi?id=459210 Change-Id: I22e06aa91124cabdc907f832462692da9ff34a98 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-02-04Change '4' to '5' in "Mars Milestone 5" stringMarkus Knauer2-2/+2
Change-Id: Icba20c54891d4bad114d63349ed4e4faab529c29 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-02-02Replace some Linux Tools features that moved to Trace Compass in CPP packageMarc-Andre Laperle1-8/+8
Upgrading those features from Linux Tools to Trace Compass is supported. The replaced features are: - lttng2.control - lttng2.kernel - lttng2.ust - gdbtrace Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-28Add main Oomph feature to EPP Common Package FeatureMarkus Knauer1-0/+3
By adding the org.eclipse.oomph.setup feature to the EPP Common Package Feature Oomph will be part of all packages like the integration of the MPC. Bug 455645: Integrate Oomph into all EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=455645 Change-Id: Ib017fd9bef14eb237807608cd0b52ed7401d9fe6 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-01-28Enable "Automatically find new updates and notify me" in all packagesMarkus Knauer13-0/+90
Change the default settings of the p2 search for updates preference in all EPP packages to search every week on Tuesdays at 10am. Bug 421779 - "Automatically find new updates and notify me" should be enabled in EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=421779 Change-Id: I64ce4d78db56e220970850c2919fe6c687a8e54e Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-01-28Add Automated Error Reporting to all EPP packagesMarkus Knauer5-4/+1
- Add org.eclipse.recommenders.stacktraces.rcp.feature to EPP Commons feature that is included in all packages. - Remove org.eclipse.recommenders.stacktraces.rcp.feature from all packages were it was already included: Committers, Modeling, RCP/RAP, Scout Bug 457180 - Add Automated Error Reporting to all EPP packages https://bugs.eclipse.org/bugs/show_bug.cgi?id=457180 Change-Id: I215274a0a5584725cd3e1d80cc9ecb1859a0ab73 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
2015-01-13Update versions, qualifiers, copyright dates for Mars M5 in 2015Markus Knauer136-167/+167
* Udpate all package versions to Mars M5 * Force qualifier update * Update copyright dates to 2015 Change-Id: I2f3ef2797d208e72426e7e0de889721ca1e1b636 Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>

Back to the top