README
author hh150184
Tue, 24 Jan 2006 11:56:37 +0000
branchgnome-2-12
changeset 19207 b59a653a3329
parent 6000 5e7c364f5c7a
child 8370 f3cb26b6497c
permissions -rw-r--r--
* evolution-jescs.spec: Bump to 2.4.4, Remove unused define evolution_imagesdir and evolution_libsdir, Remove hard code 1.2, 2.4. * Solaris/SUNWevolution-jescs.spec: Remove *.la under /usr/lib when install, s/evolution-data-server-1.2/evolution-data-server-*/g.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6000
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     1
Welcome to JDS Development!
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     2
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     3
This is the source code for the Java Desktop System, JDS. Take some time to read
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     4
through the various pieces of documentation within the 'docs' directory. Many of
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     5
these documents are already mirrored on http://www.opensolaris.org/.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     6
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     7
jds-introduction.html		Outline of what JDS is, the system requirements,
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     8
				roadmap, and what steps needed to build the desktop.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
     9
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    10
jds-build.html			More detailed guide to building JDS. This is very
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    11
				much required reading if you are interested in
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    12
				building the components that make up JDS
5853
97568d5744b8 2005-09-14 Glynn Foster <[email protected]>
gman
parents: 5808
diff changeset
    13
6000
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    14
jds-source-code-tour.html	Take a source code tour of the JDS sources, and learn
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    15
				how to navigate around them, and how they fit in to
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    16
				the JDS build environment.
5853
97568d5744b8 2005-09-14 Glynn Foster <[email protected]>
gman
parents: 5808
diff changeset
    17
6000
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    18
jds-branches.html		This document is specific to the JDS sources within
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    19
				CVS. It gives you information about what branches
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    20
				are available, and what are planned.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    21
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    22
jds-rules.html			If you are interested in contributing to JDS
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    23
				development, there are some basic rules.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    24
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    25
jds-rpm-rules.html		Since the JDS build environment is based on RPM
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    26
				spec files, there are some rules specific to RPM.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    27
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    28
template.spec			The basic template needed for your average component
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    29
				to create a Linux based spec file.
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    30
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    31
SUNWtemplate.spec		The basic template needed for your average component
5e7c364f5c7a Update.
gman
parents: 5853
diff changeset
    32
				to create a Solaris extension spec file.