Revision: 7707
Author: victormote
Date: 2006-06-19 10:09:34 -0700 (Mon, 19 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7707&view=rev
Log Message:
-----------
Move and rename the ClasspathHandler class to a location where the java property scheme can find it.
Modified Paths:
--------------
trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java
Modified: trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java
===================================================================
--- trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java 2006-06-19 17:09:24 UTC (rev 7706)
+++ trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java 2006-06-19 17:09:34 UTC (rev 7707)
@@ -24,10 +24,10 @@
package org.foray.font;
-import org.foray.common.ClasspathHandler;
import org.foray.common.Environment;
import org.foray.common.RandomReader;
import org.foray.common.URLBuilder;
+import org.foray.common.url.classpath.Handler;
import org.foray.ps.encode.EncodingParser;
import org.foray.ps.encode.EncodingVector;
import org.foray.ps.encode.GlyphList;
@@ -126,7 +126,7 @@
* only once, hence a static statement.
*/
static {
- ClasspathHandler.register();
+ Handler.register();
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|