File: README

package info (click to toggle)
libglade-java 2.8.3.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,032 kB
  • ctags: 305
  • sloc: sh: 9,880; java: 1,030; makefile: 227; ansic: 149
file content (67 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Java-GNOME
==========

Java-GNOME is a set of Java bindings for GNOME and GTK libraries,
so GNOME applications can be written in Java.  It is implemented
as a JNI layer that delegates the Java calls out to the underlying
C library.

The official web site is:
  http://java-gnome.sourceforge.net


  Installation
  ============

  See the INSTALL file


  How to report bugs
  ==================

  You can submit bugs at the following url:
    http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome
     
     Please indicate what version of the library you were using when
     you encountered the bug.  

     Please include the following information in your bug report:

     1) The type of system and version of the operating system you are using.
     2) The version of GTK/GNOME you are using.
     3) A detailed description of the bug.  If the bug is reporducable, please
     indicate haw to reproduce.

     You can also submit enhancement requests at the same location.


     CVS access
     ==========

     The source is available via anonymous cvs. To checkout you can use the
     following command:

       cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome login

       When prompted for a password hit enter.

       After login you can checkout the code with this command:

         cvs -z3 -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co java-gnome


	 How to submit patches
	 =====================

	 Patches can be submitted at the following url:
	   http://bugzilla.gnome.org/enter_bug.cgi?product=java-gnome


	   How can I contribute / join the team
	   ====================================

	   Submitting bugs and patches is a great help to the team.  If you wish
	   to have a greater involvement, we would welcome new members to the team.
	   Just send an email to jeffrey.morgan@bristolwest.com and I will help you get started.