Skip to main content
summaryrefslogtreecommitdiffstats
path: root/rpm
AgeCommit message (Collapse)AuthorFilesLines
2012-08-13Prepare pom files for 1.1.1 release.Jeff Johnston9-10/+10
Change-Id: I6eaf9e4995fe7be43eb2bf8320aa380307b1bab2 Reviewed-on: https://git.eclipse.org/r/7206 Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-07-24Change update site to point to a stable update sitev1.1.0v1.1Otavio Pontes1-2/+2
Change-Id: I99d4c8464afd76bbb79c15ad1ded8ca42600fe1a
2012-07-24Removing -SNAPSHOT from version namesOtavio Pontes9-10/+10
Change-Id: If0869cd3513cdc2c6869f0586bc7e651c7812fab
2012-07-13RPM: Updating the documentation with the wikiOtavio Pontes4-4/+9
Adding procedure for remote rpm. Change-Id: If59e24fcc439b950e690673fa836636a2813a33e
2012-07-06Renaming version to 1.1 in stable-1.1 branchOtavio Pontes9-10/+10
Change-Id: I99cdbbbed7e50fde60b0312b6518bb8e44c64779
2012-07-05Do not store unused varaiable.Alexander Kurtakov1-1/+1
2012-07-05Add more javadoc.Alexander Kurtakov1-0/+6
2012-07-05Add javadoc.Alexander Kurtakov1-0/+6
2012-07-05Remove unused variable.Alexander Kurtakov1-2/+0
2012-06-30Fix directories path for rpmbuild and flat layout.Rodrigo Fraxino Araujo4-68/+80
2012-06-26Add javadoc.Alexander Kurtakov1-0/+34
2012-06-26Add javadoc.Alexander Kurtakov1-5/+6
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston2-3/+3
Conflicts: changelog/org.eclipse.linuxtools.changelog-feature/p2.inf gcov/org.eclipse.linuxtools.gcov-feature/p2.inf gprof/org.eclipse.linuxtools.gprof-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover.devhelp-feature/p2.inf libhover/org.eclipse.linuxtools.cdt.libhover.newlib-feature/p2.inf lttng/org.eclipse.linuxtools.lttng/p2.inf lttng/org.eclipse.linuxtools.lttng2.kernel/p2.inf lttng/org.eclipse.linuxtools.lttng2/p2.inf lttng/org.eclipse.linuxtools.tmf/p2.inf man/org.eclipse.linuxtools.man-feature/p2.inf oprofile/org.eclipse.linuxtools.oprofile-feature/p2.inf perf/org.eclipse.linuxtools.perf-feature/p2.inf profiling/org.eclipse.linuxtools.dataviewers-feature/p2.inf profiling/org.eclipse.linuxtools.profiling-feature/p2.inf profiling/org.eclipse.linuxtools.profiling.remote-feature/p2.inf profiling/org.eclipse.linuxtools.tools.launch-feature/p2.inf releng/org.eclipse.linuxtools.releng-site/pom.xml releng/org.eclipse.linuxtools.releng-site/promoter.xml rpm/org.eclipse.linuxtools.rpm-feature/p2.inf rpmstubby/org.eclipse.linuxtools.rpmstubby-feature/p2.inf systemtap/org.eclipse.linuxtools.callgraph-feature/p2.inf systemtap/org.eclipse.linuxtools.systemtap-feature/p2.inf systemtap/org.eclipse.linuxtools.systemtap.backup-feature/p2.inf systemtap/org.eclipse.linuxtools.threadprofiler.feature/p2.inf valgrind/org.eclipse.linuxtools.valgrind-feature/p2.inf valgrind/org.eclipse.linuxtools.valgrind.remote-feature/p2.inf
2012-06-14Prepare RPM component for 1.0.0.Jeff Johnston27-31/+31
Remove all Incubation markers Make all plug-ins/features at least 1.0.0 version.
2012-05-18Return Status objects from the very begining.Alexander Kurtakov6-27/+64
Up to now it was the the projess exit value that was returned but just seeing ints higher in the API was not making any sense and it was hard to even figure it's the process exit code.
2012-05-18Do not hide build folder.Alexander Kurtakov1-34/+42
It's useful to look at it when checking build errors and also it was not really hidden in FLAT layout.
2012-05-18Add method to IProjectConfiguration for fetching defines.Alexander Kurtakov5-103/+206
These defines are needed in order to make rpm/rpmbuild aware of the directory layout used in the project.
2012-05-18Make sure to delete created projects in test.Alexander Kurtakov1-4/+5
2012-05-18Add getter for BuildArch.Alexander Kurtakov1-0/+8
2012-05-01Layout is independent of default settings.Alexander Kurtakov1-8/+4
2012-05-01Add few more test cases.Alexander Kurtakov1-0/+73
2012-04-27Use sourceConfiguration properly after the rse addition.Alexander Kurtakov2-4/+5
2012-04-26Remove unneeded methods.Alexander Kurtakov2-8/+3
Add javadoc.
2012-04-26Unbreak creation of local rpm projects.Alexander Kurtakov1-8/+10
2012-04-26Add javadoc and remove unused class (SourceRPM).Alexander Kurtakov4-36/+19
2012-04-26No need for an activator.Alexander Kurtakov2-106/+0
It is not doing anything and not used at all.
2012-04-26Added support to create and export RPM files remotely.Rodrigo Fraxino Araujo4-78/+218
2012-04-26Simplify properties pages.Alexander Kurtakov4-36/+16
There is no need to keep messages in static members nor to calculate sizes in a number of places.
2012-04-26Simplify TargetPage.Alexander Kurtakov1-51/+19
It's funny how one can show the same content with so less code.
2012-04-25No need for composite into composite.Alexander Kurtakov6-24/+7
We had 2 composites for setting 2 different grid datas to them. Create one merged grid data and apply it to the single composite.
2012-04-25Consistency in the properties pages.Alexander Kurtakov5-52/+19
Part of the swt components were members and the rest local variables. Let them all be local variables. Also GridData is shared when possible instead of creating different one everytime.
2012-04-25Add javadocs.Alexander Kurtakov5-0/+20
2012-04-25Do not use the activator for accessing the bundle id.Alexander Kurtakov2-6/+5
2012-04-25Add javadoc.Alexander Kurtakov1-0/+14
2012-04-25Remove unneeded interface.Alexander Kurtakov3-5/+20
There is no need to put enum in an interface that has nothing else in it. Also javadoc is added.
2012-04-25Fix warning in extension points.Alexander Kurtakov1-0/+8
2012-04-25Fix id of the new specfile wizard class.Alexander Kurtakov1-1/+1
2012-04-06Make sure to close resources.Alexander Kurtakov4-9/+41
2012-04-03Fix javadoc for the rpmlint resolutions.Alexander Kurtakov10-32/+127
2012-04-03Remove resolutions that got automated internally into rpm.Alexander Kurtakov4-156/+0
RPM automates the buildroot creation, the clean section and cleaning the buildroot. The new recommendation is to not do this in your specs for the generic case. So it makes no sense to ship resolutions that create things recommended to not be there at all.
2012-04-02Remove test.xml files they are leftovers from the previous build system.Alexander Kurtakov2-61/+1
2012-03-29Marked several classes in org.eclipse.linuxtools.rpm.ui.editor.parser internalSami Wagiaalla27-28/+66
The following was marked as internal: Messages SourceComparator SpecfileMacro SpecfileParseException SpecfilePatchMacro SpecfilePreamble SpecfileSource SpecfileTag
2012-03-29Revert "Revert "Make NoExecutableWizardPage SpecfileNewWizard internal""Sami Wagiaalla2-2/+5
This reverts commit f83692e6439904d7334d45b14a2b6959ff417910. False alarm these classes are not actually used externally.
2012-03-28Revert "Hide the abstract SpecfileMarkerHandler."Alexander Kurtakov3-8/+6
This reverts commit ce4fd4d1bb95c2078b3339eacc0a29c43dfb79bc.
2012-03-28Hide the abstract SpecfileMarkerHandler.Alexander Kurtakov3-6/+8
2012-03-28Even more rpm api hiding.Alexander Kurtakov31-48/+22
2012-03-28Return generic classes not our internal ones.Alexander Kurtakov2-3/+5
2012-03-28Fix warning in changelog.javaparser build properties.Alexander Kurtakov1-11/+2
Also remove unneeded Require-Bundle from rpm.ui.editor.tests.
2012-03-26Change rpm test plugins into fragmentsSami Wagiaalla3-7/+3
... and remove exported internal packages.
2012-03-26Revert "Make NoExecutableWizardPage SpecfileNewWizard internal"Sami Wagiaalla2-5/+2
This reverts commit 4c662407ee8ed933618db024038a0eb9f27783c1.

Back to the top