Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12Remove SNAPSHOT from parent ids in pom.xml files.Jeff Johnston1-1/+1
Change-Id: Idf0d57f3b09f377165eb0845d5d4c6d53fd6ef60 Reviewed-on: https://git.eclipse.org/r/41786 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-09-26Bump features to 3.2.0-SNAPSHOT.Alexander Kurtakov1-2/+2
Change-Id: I08a5bd3b0a3892c66537997668dedd36e88474c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33993
2014-09-10Bump up libhover devhelp feature to be 3.1.0.Jeff Johnston1-1/+1
Change-Id: I0f11050aafee3fa6ec119012172f61307bb05028 Reviewed-on: https://git.eclipse.org/r/33206 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com> (cherry picked from commit 36883b559383aa9e004392daa07195f6b7b15a90) Reviewed-on: https://git.eclipse.org/r/33209
2014-06-04Set next release to be 3.1.0.Jeff Johnston1-1/+1
Change-Id: I4731f53db522baccec56da9d51e7a37dc8a71b64 Reviewed-on: https://git.eclipse.org/r/27612 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti1-1/+1
To comply with Sonar style requirements, replace all tab characters with four whitespace characters/spaces, and remove all trailing whitespace. Perform this change to all Java and XML files. Also replace tabs with "\t" in test strings that require tabs, and edit STPIndenterTest so that it doesn't rely on indented comments. Change-Id: I48c3c5449a58fe5310967d998a05df1a28fbcbb0 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25561 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov1-1/+1
Subprojects parent poms are losing their versions as they are always the same as the parent pom version and thus only introduce noise. Change-Id: I6388f33c5e68d8c061cf57c7c09612817e189e30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19310 Tested-by: Hudson CI
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston1-1/+1
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-12-13Bump up Linux Tools master snapshot release to 2.0.0.Jeff Johnston1-1/+1
Change-Id: I5b9ab2cf7a5408714a33626d20aca0b06bfbf8fc Reviewed-on: https://git.eclipse.org/r/9162 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
Change-Id: If9b07241d8072b474835123100ff0657b573b492
2012-06-14Prepare Libhover component for 1.0.0.Jeff Johnston1-1/+1
Remove all Incubation markers. Make all plug-ins/features at least version 1.0.0.
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes1-1/+1
Since our 0.10 release is schedule and the stable-0.10 branch was already created we're updating the versions for our next release. I was recomended to updated it to 0.11 instead of 1.0 because we are still in incubation.
2012-02-22Enable source features and bundles generation.Alexander Kurtakov1-0/+19
Source feature generation is activated if there is sourceTemplateFeature directory in the feature. For the sake of git not caring about empty directories I put empty feature.properties in these directories. Also a p2 plugin instruction is added to the poms in order to get the generated source features visible for p2. New category for the sources is added to the repository category.xml and source features are added to it.
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston1-1/+1
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard1-1/+1
2011-10-10Let featureId == artifactId.Alexander Kurtakov1-1/+1
2011-08-23Make POM versions 0.9.0-SNAPSHOTAndrew Overholt1-1/+1
In each pom.xml file, make the parent version 0.9.0-SNAPSHOT and make it 0.9.0-SNAPSHOT in the main (ex. autotools/pom.xml, lttng/pom.xml, etc.) POMs.
2011-05-18Fix id in pom.xml so it doesn't match the plug-in id.Jeff Johnston1-1/+1
2011-04-07Add pom.xml for Libhover Devhelp feature.Jeff Johnston1-0/+26
2011-04-07 Jeff Johnston <jjohnstn@redhat.com> * pom.xml: New file.

    Back to the top