Revision 31230 branches/gvSIG_19_ext3D_osgVP_2_2_0/libraries/lib3DMap-share/src/main/java/com/iver/ai2/gvsig3d/resources/ResourcesFactory.java

View differences:

ResourcesFactory.java
15 15
	private static String extPath;
16 16

  
17 17
	static {
18
		extPath = "/gvSIG/extensiones/org.gvsig.ext3Dgui/resources/";
18
		extPath = File.separator+"gvSIG"+File.separator+"extensiones"+File.separator+"org.gvsig.ext3Dgui"+File.separator+"resources"+File.separator;
19 19

  
20 20
		textPath = System.getProperty("user.dir") + extPath;
21 21
	}

Also available in: Unified diff