You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/01/07 22:07:32 UTC

svn commit: r124578 - /gump/branches/Gump3/gump

Author: leosimons
Date: Fri Jan  7 13:07:31 2005
New Revision: 124578

URL: http://svn.apache.org/viewcvs?view=rev&rev=124578
Log:
Don't need rdflib either.
Modified:
   gump/branches/Gump3/gump

Modified: gump/branches/Gump3/gump
Url: http://svn.apache.org/viewcvs/gump/branches/Gump3/gump?view=diff&rev=124578&p1=gump/branches/Gump3/gump&r1=124577&p2=gump/branches/Gump3/gump&r2=124578
==============================================================================
--- gump/branches/Gump3/gump	(original)
+++ gump/branches/Gump3/gump	Fri Jan  7 13:07:31 2005
@@ -427,7 +427,7 @@
 
   check_env_var "JAVA_HOME" "the location of the java jdk"
   
-  check_pylib "rdflib" "http://rdflib.net/"
+  #check_pylib "rdflib" "http://rdflib.net/"
   check_pylib "MySQLdb" "http://sourceforge.net/projects/mysql-python"
 }