Project

General

Profile

Download (858 Bytes) Statistics
| Branch: | Tag: | Revision:
1
// $Id$
2
/**
3
* Copyright (C) 2009 EDIT
4
* European Distributed Institute of Taxonomy 
5
* http://www.e-taxonomy.eu
6
* 
7
* The contents of this file are subject to the Mozilla Public License Version 1.1
8
* See LICENSE.TXT at the top of this package for the full license terms.
9
*/
10
package eu.etaxonomy.cdm.app.eflora;
11

    
12
import org.apache.log4j.Logger;
13

    
14
/**
15
 * @author a.mueller
16
 * @date 09.06.2010
17
 *
18
 */
19
public class EfloraSources {
20
	@SuppressWarnings("unused")
21
	private static final Logger logger = Logger.getLogger(EfloraSources.class);
22

    
23
	
24
	public static String sapindaceae_local(){
25
		//		Sapindaceae
26
		String sourceUrl = "file:C:/localCopy/Data/eflora/sapindaceae/sapindaceae-01.xml";
27
//		URL url = new SDDSources().getClass().getResource("/taxonX/palm_tn_29336.xml");
28
//		String sourceUrl = url.toString();
29
		return sourceUrl;
30
	}
31
}
(1-1/2)