[cairo-commit] cairo-java ChangeLog, 1.38, 1.39 autogen.sh, 1.2, 1.3 .classpath, 1.4, 1.5

Jeffrey Morgan commit at pdx.freedesktop.org
Sat Apr 16 05:35:30 PDT 2005


Committed by: kuzman

Update of /cvs/cairo/cairo-java
In directory gabe:/tmp/cvs-serv3837

Modified Files:
	ChangeLog autogen.sh .classpath 
Log Message:
updated to work with new jg-common library

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-java/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ChangeLog	11 Apr 2005 23:44:05 -0000	1.38
+++ ChangeLog	16 Apr 2005 12:35:28 -0000	1.39
@@ -1,3 +1,9 @@
+2005-04-16  Jeffrey Morgan  <kuzman at gmail.com>
+
+	* .classpath: changed from dependency of java-gnome to
+	jg-common
+	* autogen.sh: changed so it reads the config from jg-common
+
 2005-04-11  Jeffrey Morgan  <kuzman at gmail.com>
 
 	* src/java/org/freedesktop/cairo/TextExtents.java:

Index: autogen.sh
===================================================================
RCS file: /cvs/cairo/cairo-java/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autogen.sh	24 Mar 2005 18:11:40 -0000	1.2
+++ autogen.sh	16 Apr 2005 12:35:28 -0000	1.3
@@ -68,7 +68,7 @@
 
 libtoolize --force || exit $?
 
-JAVAGNOME_MACROS=`pkg-config --variable macro_dir java-gnome`
+JAVAGNOME_MACROS=`pkg-config --variable macro_dir jg-common`
 aclocal -I $JAVAGNOME_MACROS
 
 

Index: .classpath
===================================================================
RCS file: /cvs/cairo/cairo-java/.classpath,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .classpath	24 Mar 2005 18:11:40 -0000	1.4
+++ .classpath	16 Apr 2005 12:35:28 -0000	1.5
@@ -1,9 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/java"/>
-	<classpathentry kind="src" path="src/jni"/>
-	<classpathentry kind="src" path="test"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="src" path="/java-gnome"/>
+	<classpathentry kind="src" path="src/java">
+		<attributes>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" path="src/jni">
+		<attributes>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="src" path="test">
+		<attributes>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+		<attributes>
+		</attributes>
+	</classpathentry>
+	<classpathentry combineaccessrules="false" kind="src" path="/jg-common">
+		<attributes>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the cairo-commit mailing list