diff core/src/luan/modules/PackageLuan.java @ 258:4dfa86dbca45

rename "java:" to "classpath:" git-svn-id: https://luan-java.googlecode.com/svn/trunk@259 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 28 Oct 2014 20:38:04 +0000
parents 2a54cb7d1cf4
children f9b201530b85
line wrap: on
line diff
--- a/core/src/luan/modules/PackageLuan.java	Tue Oct 28 03:05:37 2014 +0000
+++ b/core/src/luan/modules/PackageLuan.java	Tue Oct 28 20:38:04 2014 +0000
@@ -22,7 +22,7 @@
 			LuanTable module = Luan.newTable();
 			module.put( "loaded", loaded(luan) );
 			module.put( "preload", Luan.newTable() );
-			module.put( "path", "?.luan;java:luan/modules/?.luan" );
+			module.put( "path", "?.luan;classpath:luan/modules/?.luan" );
 			module.put( "jpath", jpath );
 			try {
 				module.put("require",requireFn);