Project

General

Profile

« Previous | Next » 

Revision a73157d6

Added by Andreas Müller almost 12 years ago

FdG sources

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/EfloraSources.java
82 82

  
83 83
	//Flore du Gabon vol 1
84 84
	public static URI fdg_1(){
85
		return URI.create("file:/E:/opt/data/floreGabon/fdgvol1_9.xml");
85
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol1_9.xml");
86 86
	}
87 87

  
88
	//Flore du Gabon vol 2
89
	public static URI fdg_2(){
90
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol2_9.xml");
91
	}
92
	
93
	//Flore du Gabon vol 3
94
	public static URI fdg_3(){
95
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol3_9.xml");
96
	}
97
	
98
	//Flore du Gabon vol 4
99
	public static URI fdg_4(){
100
		return URI.create("file://PESIIMPORT3/gabon/markupData/fdgvol4_9.xml");
101
	}
88 102
	
89 103
}

Also available in: Unified diff