Subversion Repositories eFlore/Applications.del

Rev

Rev 386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 425
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
public class UtilitairesAutoCompletionService {
8
public class UtilitairesAutoCompletionService {
9
	
9
	
10
	// Attention à n'utiliser que si eflore est installé
10
	// Attention à n'utiliser que si eflore est installé
Line 11... Line 11...
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
11
	public static String urlServiceCompletionNomEflore = "http://localhost/service:eflore:0.1/bdtfx/noms";	
12
	public static String urlServiceCompletionNomLocale = "../jrest/NomsTaxons/";	
12
	public static String urlServiceCompletionNomLocale = "/del/jrest/NomsTaxons/";	
13
	
13