Project

General

Profile

« Previous | Next » 

Revision ddbcdcf3

Added by Cherian Mathew about 11 years ago

updated main pom file for maven repo settings and changing jar name
AggregateChecklistClient,BgbmEditClient

View differences:

src/main/java/org/bgbm/biovel/drf/checklist/BgbmEditClient.java
33 33
	public static final String LABEL = "EDIT Platform";
34 34
	public static final String URL = "http://wp5.e-taxonomy.eu/cdmlib/rest-api-name-catalogue.html";
35 35
	public static final String DATA_AGR_URL = "http://wp5.e-taxonomy.eu/cdmlib/license.html";
36
	public static final ChecklistInfo CINFO = new ChecklistInfo(ID,LABEL,URL,DATA_AGR_URL);
36
	
37 37
	
38 38
	private Map<String,Query> taxonIdQueryMap;
39 39

  
......
56 56
	
57 57
	@Override
58 58
	protected ChecklistInfo buildChecklistInfo() {
59
		ChecklistInfo checklistInfo = CINFO;
59
		ChecklistInfo checklistInfo = new ChecklistInfo(ID,LABEL,URL,DATA_AGR_URL);
60 60
		checklistInfo.addSubChecklist(new ChecklistInfo("col",
61 61
				"EDIT - Catalogue Of Life",
62 62
				"http://wp5.e-taxonomy.eu/cdmlib/rest-api-name-catalogue.html",

Also available in: Unified diff