README
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 6000 5e7c364f5c7a
child 8370 f3cb26b6497c
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.

Welcome to JDS Development!

This is the source code for the Java Desktop System, JDS. Take some time to read
through the various pieces of documentation within the 'docs' directory. Many of
these documents are already mirrored on http://www.opensolaris.org/.

jds-introduction.html		Outline of what JDS is, the system requirements,
				roadmap, and what steps needed to build the desktop.

jds-build.html			More detailed guide to building JDS. This is very
				much required reading if you are interested in
				building the components that make up JDS

jds-source-code-tour.html	Take a source code tour of the JDS sources, and learn
				how to navigate around them, and how they fit in to
				the JDS build environment.

jds-branches.html		This document is specific to the JDS sources within
				CVS. It gives you information about what branches
				are available, and what are planned.

jds-rules.html			If you are interested in contributing to JDS
				development, there are some basic rules.

jds-rpm-rules.html		Since the JDS build environment is based on RPM
				spec files, there are some rules specific to RPM.

template.spec			The basic template needed for your average component
				to create a Linux based spec file.

SUNWtemplate.spec		The basic template needed for your average component
				to create a Solaris extension spec file.