1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Uploading instructions and establishing initial folder set.

This commit is contained in:
David Dykstal 2006-03-15 23:25:10 +00:00
commit eb37f378dd
6 changed files with 14 additions and 0 deletions

3
releng/readme.txt Normal file
View file

@ -0,0 +1,3 @@
Use the "releng" folder for projects containing instructions and scripts for
building RSE.
All projects should be named "org.eclipse.rse.build<.*>".

2
rse/doc/readme.txt Normal file
View file

@ -0,0 +1,2 @@
Use the "doc" folder for plugin projects containing documentation.
All projects should be named "org.eclipse.rse.doc.*".

2
rse/examples/readme.txt Normal file
View file

@ -0,0 +1,2 @@
Use the "examples" folder for plugin projects containing examples.
All projects should be named "org.eclipse.rse.examples.*".

2
rse/features/readme.txt Normal file
View file

@ -0,0 +1,2 @@
Use the "features" folder for feature projects.
All projects should be named "org.eclipse.rse.**.feature".

3
rse/plugins/readme.txt Normal file
View file

@ -0,0 +1,3 @@
Use the "plugins" folder for shippable plugin projects that
are part of the standard code base.
All projects should be named "org.eclipse.rse.*" or "org.eclipse.dstore.*".

2
rse/tests/readme.txt Normal file
View file

@ -0,0 +1,2 @@
Use the "tests" folder for projects containing various tests.
All these CVS modules should be named "org.eclipse.rse.tests.*".