Skip to content

Commit 9c69e0d

Browse files
MarkZ3akurtakov
authored andcommitted
Remove content of the lttng folder and corresponding target dependencies
The LTTng component (also known as TMF) of Linux Tools has moved to the Trace Compass project. A README file was added to explain that the code moved. Change-Id: I939275594beccc78155f37671d1765539764eabc Signed-off-by: Marc-Andre Laperle <[email protected]> Reviewed-on: https://git.eclipse.org/r/43270 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <[email protected]> Tested-by: Alexander Kurtakov <[email protected]>
1 parent ea6ea58 commit 9c69e0d

File tree

2,979 files changed

+5
-405703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,979 files changed

+5
-405703
lines changed

Diff for: lttng/.gitignore

-4
This file was deleted.

Diff for: lttng/README

+3-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,3 @@
1-
This directory contains the source code for the LTTng integration plugins for
2-
Eclipse, which includes the generic Tracing and Monitoring Framework (TMF).
3-
4-
The plugins are categorized as follows:
5-
org.eclipse.linuxtools.ctf.* Common Trace Format (CTF) reader library
6-
org.eclipse.linuxtools.gdbtrace.* Support for reading and viewing GDB traces
7-
org.eclipse.linuxtools.lttng2.* LTTng 2.x integration
8-
org.eclipse.linuxtools.tmf.* Tracing and Monitoring Framework
9-
org.eclipse.linuxtools.statesystem.* State System library
10-
org.eclipse.linuxtools.tracing.rcp.* Code specific to the RCP version
11-
12-
See the plugins.svg file for a diagram showing the dependencies between the
13-
different plugins.
14-
15-
16-
To set up the environment to build TMF from within Eclipse, see this wiki page:
17-
http://wiki.eclipse.org/Linux_Tools_Project/LTTng_Eclipse_Plug-in_Development_Environment_Setup
18-
19-
20-
21-
22-
To build the plugins manually using Maven, you first need to build the Linux Tools target definition
23-
(starting from the root of the source tree):
24-
$ cd releng/org.eclipse.linuxtools.target
25-
$ mvn clean install
26-
Then you can build the LTTng plugins:
27-
$ cd ../../lttng
28-
$ mvn clean install
29-
30-
As long as you don't clear the Maven reactor cache (in ~/.m2), you should not
31-
need to rebuild the target definition.
32-
33-
34-
The default command will compile and run the unit tests. Running the tests can
35-
take some time, to skip them you can append "-Dmaven.test.skip=true" to the
36-
'mvn' command:
37-
$ mvn clean install -Dmaven.test.skip=true
38-
39-
40-
The RCP is not built by default, to build it you need to add "-PtracingRcp" to
41-
the 'mvn' command:
42-
$ mvn clean install -PtracingRcp -Dmaven.test.skip=true
43-
44-
This will build the RCP for all supported architectures. The resulting archives
45-
will be placed in lttng/org.eclipse.linuxtools.tracing.rcp.product/target/products
46-
47-
48-
To build a local p2 update site (LTTng integration only)
49-
$ mvn clean install -PlttngPackage
50-
51-
This will place the p2 update site under the default location
52-
/var/www/tools/linuxtools/lttng/update-nightly/
53-
54-
To change the package location, use:
55-
$ mvn clean install -PlttngPackage "-DlttngPackageDestination=<package destination>"
56-
57-
where <package destination> is the absolute path to destination directory on your disk.
58-
1+
The LTTng component (also known as TMF) of Linux Tools has moved to
2+
the Trace Compass project. Please visit the project page for more details.
3+
https://projects.eclipse.org/projects/tools.tracecompass

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.classpath

-7
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.project

-34
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.core.resources.prefs

-2
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.core.runtime.prefs

-2
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.jdt.core.prefs

-393
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.jdt.ui.prefs

-56
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.pde.api.tools.prefs

-97
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/.settings/org.eclipse.pde.prefs

-32
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/META-INF/MANIFEST.MF

-18
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/about.html

-28
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/build.properties

-21
This file was deleted.

Diff for: lttng/org.eclipse.linuxtools.btf.core.tests/plugin.properties

-15
This file was deleted.

0 commit comments

Comments
 (0)