Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-09-26Bump features to 3.2.0-SNAPSHOT.Alexander Kurtakov1-1/+1
Change-Id: I08a5bd3b0a3892c66537997668dedd36e88474c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33993
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 Ferrazzutti6-522/+522
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>
2014-04-09rpm: Enable parameter not used warnings.Alexander Kurtakov1-2/+2
Change-Id: Ic5e7ec0083fa3ae7ff5ee8887e91634673853598 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24741
2014-04-07tests: Use more appropriate junit assert methods.Alexander Kurtakov1-5/+5
Improves readability: * assertTrue(!condition) -> assertFalse(condition) * assertTrue(a == b) -> assertEquals(a, b) and other similar Change-Id: Iea7478cac9eb0278b7dcfa5702c115004ba7b5ae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24530 Tested-by: Hudson CI
2014-01-27rpm: Remove ChangeLog files.Alexander Kurtakov2-152/+1
They are not maintained for years and having them now just confuses source grepping. Change-Id: Ic1a939ec6926584ed8bcab79e7f8510dcb5a6f80 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/21102 Tested-by: Hudson CI
2013-12-18rpm: Start using 1.7. (part 1)Alexander Kurtakov3-5/+31
Bump BREE, update class setting, enable 1.7 warnings and fix them. Change-Id: I525a2696e257a3fc595aab11629705764c6ebcc7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19953 Tested-by: Hudson CI
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-09-09rpm: tests cleanupAlexander Kurtakov4-7/+6
* Bump BREE to 1.6. * Drop useless list to array conversions. Change-Id: I518985b4528da2d248b25bfe7c3e88d2366795c6 Reviewed-on: https://git.eclipse.org/r/16223 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-03rpm: Enable save actions.Alexander Kurtakov1-0/+54
Auto adding override/deprecate annotations and organizing imports are things that should happen automatically to prevent rounds of reviews just for that. Change-Id: Id4b8688ea9f50c7ba78803ba3b2d32e37e3cb22a
2013-08-29all-tests: Run with less dependencies.Alexander Kurtakov1-1/+1
Instead of relying on sdk.[ide|feature] run the tests with platform.[ide|feature]. There shouldn't be any difference for the tests as what the sdk adds is the source bundles which are not used by the tests. This should have some minimal effect to reduce our already way too long build time. Change-Id: I57bbc8c5ccb6e0a4575224134e184e13ae581b8f
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>
2013-07-09RPM: evaluate %{?...} macrosNeil Guzman1-5/+35
%{?...} macros will be evaluated using RPMQuery.eval(...), but resolveEval(...) will stay for future use. Amend1: added test Amend2: used SpecfileLog to log error, rather than print to console Amend2: changed from evaluate everything to evaluate some things Amend3: removed evald functions Change-Id: I500f4cd2682404b4826cf7cae20a69287fc959d0 Signed-off-by: Neil Guzman <nguzman@redhat.com> Reviewed-on: https://git.eclipse.org/r/13961 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-07-09RPM: download and prepare sourcesNeil Guzman2-0/+296
Download and Prepare sources command added to RPM UI Editor. Amend1: resolved some issues, still have to fix exporting internal problem Amend2: download/prepare will now work when selecting editor if its a specfile or selecting a specfile. Also made it work with either rpm layouts. Amend3: moved DownloadJob to prevent exporting of internal package Amend4: removed whitespace Amend5: added test cases Amend6: removed whitespace Amend7: resolved comments on Patch Set 7 Change-Id: I3373e8738c1a98040bb6836808416604b1910a45 Signed-off-by: Neil Guzman <nguzman@redhat.com> Reviewed-on: https://git.eclipse.org/r/13989 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston2-1/+30
Change-Id: Id599a09aa6d1c3dfae20164a3200c88ea732e26f Reviewed-on: https://git.eclipse.org/r/13885 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>
2013-04-09rpm: add API to call rpm --eval.Alexander Kurtakov1-0/+33
Change-Id: Ia25edd9259c125813e25183c6d9611110a402915 Reviewed-on: https://git.eclipse.org/r/11744 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-01-21Add RPMProjectCreatorTest.Alexander Kurtakov2-1/+61
Change-Id: I4547af101700072a80a95233e139a4c468b075a4 Reviewed-on: https://git.eclipse.org/r/9748 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-01-11Let it test all build options.Alexander Kurtakov1-75/+60
* make buildPrep has similar signature to other build* * add javadocs * simplify test class to not have checks to explicitly fail if it will happen internally too. Change-Id: I53c9df116bd636677d0f510fcb8a1ece3bf05c52 Reviewed-on: https://git.eclipse.org/r/9627 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@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-12-12Fix pom name to match the project.Alexander Kurtakov1-1/+1
Currently it was using the same name as the actual specfile.editor.tests plugin making it hard to distinguish in reports. Change-Id: I710ed4f43058366b81bea81e135a102f79f253da Reviewed-on: https://git.eclipse.org/r/9186 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2012-08-30Move null checks before dereferencing.Alexander Kurtakov2-5/+4
Also one unused variable removed. Change-Id: I2605725faefa5f52b2c8acc7addd6a402dba0ca8 Reviewed-on: https://git.eclipse.org/r/7509 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
Change-Id: If9b07241d8072b474835123100ff0657b573b492
2012-06-14Prepare RPM component for 1.0.0.Jeff Johnston3-3/+3
Remove all Incubation markers Make all plug-ins/features at least 1.0.0 version.
2012-05-18Make sure to delete created projects in test.Alexander Kurtakov1-4/+5
2012-05-01Add few more test cases.Alexander Kurtakov1-0/+73
2012-04-27Use sourceConfiguration properly after the rse addition.Alexander Kurtakov1-0/+1
2012-03-26Change rpm test plugins into fragmentsSami Wagiaalla1-1/+1
... and remove exported internal packages.
2012-03-25RPM core plugin API hiding.Alexander Kurtakov2-3/+4
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.
2011-12-13Set up rpm core and ui editor tests to use org.junit 4.8.1 and up.Jeff Johnston1-1/+1
2011-12-13Revert "Fix rpm core tests to require junit4."Jeff Johnston2-5/+1
This reverts commit 1a61a11018b5ce0e2be9f0fab12bfcf4b07fa34a.
2011-12-09Fix rpm core tests to require junit4.Jeff Johnston2-1/+5
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-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-08-11Make use of eclipse parent pom and delete not needed parts from build ↵Alexander Kurtakov1-9/+1
sections causing maven to show warnings.
2011-07-21Update to junit 4.Alexander Kurtakov3-67/+68
2011-07-21Remove more unneeded api.Alexander Kurtakov1-11/+1
2011-07-21Fix flat layout projects finding spec file.Alexander Kurtakov1-3/+3
Also add javadoc and remove unneeded method.
2011-07-20Fix warning about bin.includes entry.Alexander Kurtakov1-1/+2
2011-07-19Adapt to current api.Alexander Kurtakov1-10/+13
2011-05-19Fix test.Alexander Kurtakov1-1/+2
2011-05-13Fixy tycho-surefire plugin name.Alexander Kurtakov1-1/+1
2011-05-10Move to tycho 0.12 and rename all the plugins names.Alexander Kurtakov1-2/+2
2011-05-02Fix warnings.Alexander Kurtakov1-7/+2
2011-04-14Fix up the problems I have created.Alexander Kurtakov1-1/+1
Versionless parent has been deffered to Maven 3.1.
2011-03-09Tycho-ify rpmAndrew Overholt2-0/+56
2011-02-25Add .gitignore files for each feature/pluginAndrew Overholt1-0/+3
2011-02-25Copy existing .cvsignore files to .gitigoreAndrew Overholt1-0/+0
2010-01-082010-01-08 Alexander Kurtakov <akurtako@redhat.com>Alexander Kurtakov2-1/+7
* src/org/eclipse/linuxtools/rpm/core/tests/RPMProjectTest.java (testBuildSourceRPMHelloWorld): Adapt to api changes.

Back to the top