Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2012-06-14Remove technology reference as Linux Tools has been moved.Jeff Johnston1-2/+2
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 Man component for 1.0.0.Jeff Johnston6-6/+6
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
2012-03-25No need to put view in the view name.Alexander Kurtakov1-1/+1
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes3-4/+4
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-03-12Correct more message bundle ids.Alexander Kurtakov1-1/+1
This commit is continuing the work to hide internal api.
2012-03-12Hide internal API.Alexander Kurtakov13-20/+22
2012-02-22Enable source features and bundles generation.Alexander Kurtakov2-0/+20
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-11-29Add p2.inf files for all Linux tool features.Jeff Johnston2-0/+4
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston3-4/+4
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard3-4/+4
2011-10-10Adapt to changed bundle symbolic name.Alexander Kurtakov2-2/+2
2011-10-10Let the feature be o.e.l.man and the bundle o.e.l.man.core.Alexander Kurtakov25-4/+4
This is a preparation to future core/ui separation and allows compiling with tycho 0.13.
2011-08-23Remove unneeded api_filtersAlexander Kurtakov1-11/+0
2011-08-23Fix invalid extension of TextViewer. #314380Alexander Kurtakov1-3/+3
2011-08-23Make POM versions 0.9.0-SNAPSHOTAndrew Overholt3-4/+4
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-23Add missing version to man POMsAndrew Overholt2-0/+2
Add version entities to man parent POM and man feature POM
2011-08-22Applied patch from #355385 for better Cygwin/Windows integration.Alexander Kurtakov1-2/+5
2011-08-11Make use of eclipse parent pom and delete not needed parts from build ↵Alexander Kurtakov1-8/+0
sections causing maven to show warnings.
2011-08-11Fix warning.Alexander Kurtakov1-1/+2
2011-05-20Bug 336846 - Update to 2011 SUAAndrew Overholt2-50/+108
2011-05-10Move to tycho 0.12 and rename all the plugins names.Alexander Kurtakov1-2/+2
2011-04-14Fix up the problems I have created.Alexander Kurtakov1-0/+1
Versionless parent has been deffered to Maven 3.1.
2011-04-12Drop version from module parents. Alexander Kurtakov1-1/+0
We want the master version to be inherited.
2011-04-12Delete man plugin source feature. It should be autogenerated.Alexander Kurtakov8-585/+0
2011-04-12Add assembly tarball generation support.Alexander Kurtakov2-0/+14
2011-03-31Merge in Tycho-ification workAndrew Overholt10-0/+726
2011-03-31Fix copyrights in maven filesAndrew Overholt4-4/+16
2011-03-30Add build artifacts to .gitignore filesAndrew Overholt3-0/+3
2011-03-29Make all POMs use 0.8.0 as versionAndrew Overholt1-1/+1
2011-03-11Remove man siteAndrew Overholt4-52/+0
2011-03-10Fix typo: LinuxTools -> Linux ToolsAndrew Overholt5-5/+5
2011-03-09Add repo generation for the man moduleChris Aniszczyk4-0/+52
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-03-09Add source feature to man moduleChris Aniszczyk8-0/+582
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-03-08Fix pom.xml for org.eclipse.linuxtools.man-featureChris Aniszczyk1-1/+1
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-03-08Add an initial tycho-based build for the man componentChris Aniszczyk5-0/+134
Signed-off-by: Chris Aniszczyk <zx@redhat.com>
2011-02-25Add .gitignore files for each feature/pluginAndrew Overholt2-0/+8
2010-09-032010-09-03 Alexander Kurtakov <akurtako@redhat.com>Alexander Kurtakov12-36/+107
* src/org/eclipse/linuxtools/man/preferences/Messages.java: New file. * src/org/eclipse/linuxtools/man/preferences/messages.properties: New file. * .settings/org.eclipse.jdt.core.prefs: Enable more warnings. * src/org/eclipse/linuxtools/man/Activator.java (PLUGIN_ID): Add missing non-nls. * src/org/eclipse/linuxtools/man/parser/ManDocument.java (ManDocument): Likewise. * src/org/eclipse/linuxtools/man/parser/ManPage.java (parse): Likewise. (getHtmlPage): Likewise. (getStrippedHtmlPage): Likewise. * src/org/eclipse/linuxtools/man/parser/ManParser.java (getRawManPage): Likewise. * src/org/eclipse/linuxtools/man/preferences/ManPathPage.java (ManPathPage): Externalize strings. (createFieldEditors): Likewise. * src/org/eclipse/linuxtools/man/preferences/PreferenceConstants.java (P_PATH): Add missing non-nls. * src/org/eclipse/linuxtools/man/preferences/PreferenceInitializer.java (initializeDefaultPreferences): Likewise. * src/org/eclipse/linuxtools/man/views/ManView.java (ID): Likewise. (createPartControl): Likewise.
2010-08-052010-08-05 Andrew Overholt <overholt@redhat.com>Andrew Overholt5-6/+20
* OSGI-INF/l10n/bundle.properties: New file. Externalized strings. * build.properties: Add bundle.properties to binary build. * META-INF/MANIFEST.MF: Externalize provider and bundle name. * plugin.xml: Externalize strings.
2010-05-312010-05-31 Alexander Kurtakov <akurtako@redhat.com>Alexander Kurtakov2-1/+6
* build.properties: Add icons to bin.includes.
2010-05-182010-05-18 Andrew Overholt <overholt@redhat.com>Andrew Overholt2-1/+5
* feature.properties: Fix provider name.
2010-04-262010-04-26 Andrew Overholt <overholt@redhat.com>Andrew Overholt3-91/+144
* feature.properties: Match consistent license text (bug #306627). Update copyright text. * license.html: Updated HTML version of SUA (bug #306627).
2010-02-082010-02-08 Andrew Overholt <overholt@redhat.com>Andrew Overholt2-1/+5
* feature.properties: Update featureName.
2010-02-032010-02-03 Andrew Overholt <overholt@redhat.com>Andrew Overholt2-1/+6
* plugin.xml: Add "(Incubation)" and Provider.
2010-01-152010-01-15 Alexander Kurakov <akurtakov@redhat.com>Alexander Kurtakov4-2/+265
* epl-v10.html: New file. * build.properties: Include license and epl in the build. * feature.xml: Add description url and fix license url.
2009-12-092009-12-09 Alexander Kurakov <akurtakov@redhat.com>Alexander Kurtakov8-3/+418
* src/org/eclipse/linuxtools/man/preferences/ManPathPage.java: New file. * src/org/eclipse/linuxtools/man/preferences/PreferenceConstants.java: New file. * src/org/eclipse/linuxtools/man/preferences/PreferenceInitializer.java: New file. * .settings/org.eclipse.jdt.core.prefs: Enable project specific settings. * .settings/org.eclipse.jdt.ui.prefs: Likewise. * plugin.xml: Add preferences. * src/org/eclipse/linuxtools/man/parser/ManParser.java (getRawManPage): Use the executable from the preferences.
2009-11-252009-11-25 Alexander Kurakov <akurtakov@redhat.com>Alexander Kurtakov3-5/+14
* src/org/eclipse/linuxtools/man/parser/ManPage.java (getStrippedHtmlPage): Fix AIOOB. * src/org/eclipse/linuxtools/man/views/ManView.java (createPartControl): Do not set default man page.
2009-11-24Commit content.Alexander Kurtakov20-0/+898

    Back to the top