Separated the non-java project into client and server projects

in order to better support distributions that target desktops.
This commit completes the client project setup.
This commit is contained in:
Juan Carlos Luciani
2006-11-13 06:32:58 +00:00
parent 6ff1180a82
commit 55304c2836
93 changed files with 28 additions and 98 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 13 11:24:21 MST 2006 - jluciani@novell.com
- Separated the non-java project into client and server projects in
order to better support distributions that target desktops.
From now on, this changes file will only contain information
that applies to the client project.
-------------------------------------------------------------------
Thu Nov 9 17:16:36 MST 2006 - jluciani@novell.com