mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
add readme about how to build, why repos were merged, and TM-RSE cross-dependencies
Change-Id: I72d0508e17b9a3fecba78c957e283397a720b4ec Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
parent
0328796270
commit
c78e665137
1 changed files with 11 additions and 11 deletions
22
README.adoc
22
README.adoc
|
@ -6,31 +6,31 @@ Or, enable jar signing with `-P eclipse-sign`.
|
||||||
|
|
||||||
There is only one test plugin, and it currently has one failing test. So you will likely want to add the `-DskipTests` flag to avoid that.
|
There is only one test plugin, and it currently has one failing test. So you will likely want to add the `-DskipTests` flag to avoid that.
|
||||||
|
|
||||||
An update site and zip will be produced in the `site/target/` folder, which contains features and plugins from both RSE and Terminal.
|
An update site and zip will be produced in the `site/target/` folder, which contains features and plugins from both Remote System Explorer (RSE) and Terminal.
|
||||||
|
|
||||||
== Circular Dependencies
|
== Circular Dependencies
|
||||||
|
|
||||||
In theory, the Remote System Explorer (RSE) and Terminal are independent projects.
|
In theory, the RSE and Terminal are independent projects.
|
||||||
|
|
||||||
In practice, they each depend on each other, which is why we've now merged the RSE (org.eclipse.tm) and Terminal (org.eclipse.tm.terminal) repos into a single gerrit repo to resolve this cycle and make building easier.
|
In practice, they each depend on each other, which is why we've now merged the RSE (org.eclipse.tm) and Terminal (org.eclipse.tm.terminal) repos into a single gerrit repo to resolve this cycle and make building easier.
|
||||||
|
|
||||||
=== In RSE
|
=== In RSE
|
||||||
|
|
||||||
* rse/plugins/org.eclipse.rse.terminals.ui/META-INF/MANIFEST.MF
|
* rse/plugins/org.eclipse.rse.terminals.ui/META-INF/MANIFEST.MF
|
||||||
depends on
|
_depends on_
|
||||||
*org.eclipse.tm.terminal.control*
|
** *org.eclipse.tm.terminal.control*
|
||||||
|
|
||||||
* rse/features/org.eclipse.rse.terminals-feature/feature.xml
|
* rse/features/org.eclipse.rse.terminals-feature/feature.xml
|
||||||
depends on
|
_depends on_
|
||||||
*org.eclipse.tm.terminal.control.feature*
|
** *org.eclipse.tm.terminal.control.feature*
|
||||||
|
|
||||||
=== In TM.terminal:
|
=== In Terminal:
|
||||||
|
|
||||||
* plugins/org.eclipse.tm.terminal.view.ui.rse/META-INF/MANIFEST.MF
|
* plugins/org.eclipse.tm.terminal.view.ui.rse/META-INF/MANIFEST.MF
|
||||||
depends on
|
_depends on_
|
||||||
*org.eclipse.rse.core, org.eclipse.rse.subsystems.files.core, org.eclipse.rse.ui*
|
** *org.eclipse.rse.core, org.eclipse.rse.subsystems.files.core, org.eclipse.rse.ui*
|
||||||
|
|
||||||
* features/org.eclipse.tm.terminal.view.rse.feature/feature.xml
|
* features/org.eclipse.tm.terminal.view.rse.feature/feature.xml
|
||||||
depends on
|
_depends on_
|
||||||
*org.eclipse.rse.core, org.eclipse.rse.subsystems.files.core, org.eclipse.rse.ui*
|
** *org.eclipse.rse.core, org.eclipse.rse.subsystems.files.core, org.eclipse.rse.ui*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue