From 426d0dbcfaa10af0b6affdaf776b664d7fba1e22 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 3 May 2007 08:15:29 +0000 Subject: [PATCH] Adding readme.txt repository info --- discovery/readme.txt | 4 ++++ releng/readme.txt | 4 ++-- rse/features/readme.txt | 2 +- rse/readme.txt | 6 ++++++ terminal/readme.txt | 4 ++++ 5 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 discovery/readme.txt create mode 100644 rse/readme.txt create mode 100644 terminal/readme.txt diff --git a/discovery/readme.txt b/discovery/readme.txt new file mode 100644 index 00000000000..28c4d2e1f4b --- /dev/null +++ b/discovery/readme.txt @@ -0,0 +1,4 @@ +The "discovery" folder holds the DSDP-TM Discovery Component. +It depends on Eclipse Platform and Eclipse Modeling Framework (EMF). +All these CVS modules should be named "org.eclipse.tm.discovery.*". +See http://www.eclipse.org/dsdp/tm diff --git a/releng/readme.txt b/releng/readme.txt index 0c5f44d24c5..78336b3a8eb 100644 --- a/releng/readme.txt +++ b/releng/readme.txt @@ -1,3 +1,3 @@ Use the "releng" folder for projects containing instructions and scripts for -building RSE. -All projects should be named "org.eclipse.rse.build<.*>". \ No newline at end of file +building RSE and the DSDP-TM Core components. +All projects should be named "org.eclipse.rse.releng<.*>". diff --git a/rse/features/readme.txt b/rse/features/readme.txt index d1091fa2e7e..b1491292b8c 100644 --- a/rse/features/readme.txt +++ b/rse/features/readme.txt @@ -1,2 +1,2 @@ Use the "features" folder for feature projects. -All projects should be named "org.eclipse.rse.**.feature". \ No newline at end of file +All projects should be named "org.eclipse.rse.**-feature". diff --git a/rse/readme.txt b/rse/readme.txt new file mode 100644 index 00000000000..e217ba6a978 --- /dev/null +++ b/rse/readme.txt @@ -0,0 +1,6 @@ +This is the Eclipse Target Management Project RSE Repository. +It holds plugins, features, tests and release engineering scripts +for the Remote System Explorer (RSE). + +Some code depends on the org.eclipse.tm.core repository. +See http://www.eclipse.org/dsdp/tm diff --git a/terminal/readme.txt b/terminal/readme.txt new file mode 100644 index 00000000000..3a5490cd702 --- /dev/null +++ b/terminal/readme.txt @@ -0,0 +1,4 @@ +The "terminal" folder holds the DSDP-TM Terminal Component. +Its core depends on Eclipse RCP only and can be adapted to eRCP. +All these CVS modules should be named "org.eclipse.tm.terminal.*". +See http://www.eclipse.org/dsdp/tm