[Commit] CairoJava README.txt,1.1,1.2 .classpath,1.2,1.3

Soorya Kuloor commit at keithp.com
Thu Aug 7 14:43:40 PDT 2003


Committed by: skuloor

Update of /local/src/CVS/CairoJava
In directory home.keithp.com:/tmp/cvs-serv30087

Modified Files:
	README.txt .classpath 
Log Message:
Initial checkin

Index: README.txt
===================================================================
RCS file: /local/src/CVS/CairoJava/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README.txt	6 Aug 2003 19:08:36 -0000	1.1
+++ README.txt	7 Aug 2003 20:43:37 -0000	1.2
@@ -1,21 +1,26 @@
-This is a Java binding to the Cairo graphics library. The binding can be used to draw on
-SWT images and widgets and should work on SWT versions >= 2.1 using GTK+ 2.x. Note that
-the bindings will not work on Motif SWT or AWT/SWING.
+This is a Java binding to the Cairo graphics library. The binding can
+be used to draw on SWT images and widgets and should work on SWT
+versions >= 2.1 using GTK+ 2.x. Note that the bindings will not work
+on Motif SWT or AWT/SWING.
 
-The project is setup as an Eclipse project. 
+The bindings were tested with JDK version >= 1.3.1 and on Redhat 9.
+
+The project is setup as an Eclipse project.
 
 * Checkout the project using CVS repository view in Eclipse.
 * Modify the project setup to reflect jars and libraries in your system.
 * Do a Project -> Rebuild Project
 * Go to the jni sub-directory in the source directory.
 * Run 'make'. This will create the JNI shared library.
+* Now you should be able to run the test classes.
 
-If you do not want to use full Eclipse, make sure to install compatible SWT from
-Eclipse site. Then follow the following steps in the given order:
+If you do not want to use full Eclipse, make sure to install
+compatible SWT from Eclipse site. Then follow the following steps in
+the given order:
 
 * Get and install ant. This is used to build the Java files.
 * Go to the src directory and run 'ant'
 * Go to the jni directory and run 'make'
 
-The build will put Cairo-0.15.jar and the JNI shared library under lib. You can use these to run
-the tests under the test directory.
+The build will put Cairo-0.15.jar and the JNI shared library under
+lib. You can use these to run the tests under the test directory.

Index: .classpath
===================================================================
RCS file: /local/src/CVS/CairoJava/.classpath,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .classpath	6 Aug 2003 19:18:05 -0000	1.2
+++ .classpath	7 Aug 2003 20:43:37 -0000	1.3
@@ -1,5 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+    <classpathentry kind="src" path="src"/>
+    <classpathentry kind="src" path="test"/>
     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
     <classpathentry kind="lib" path="/home/skuloor/jar/swt/swt.jar"/>
     <classpathentry kind="lib" path="/home/skuloor/jar/swt/swt-pi.jar"/>




More information about the Commit mailing list