Project

General

Profile

« Previous | Next » 

Revision b920f5c2

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/FloraMalesianaActivator.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.app.eflora;
11 10

  
12 11
import java.net.URI;
......
46 45
	//database validation status (create, update, validate ...)
47 46
	static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
48 47

  
49

  
50

  
51 48
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_flora_malesiana_preview();
52 49
//	static final ICdmDataSource cdmDestination = CdmDestinations.cdm_flora_malesiana_production();
53 50
	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
......
437 434
		"Chromosomes",
438 435
	};
439 436

  
440

  
441 437
	private static String [] habitatEcologyList = new String[]{
442 438
		"Habitat",
443 439
		"Habitat & Ecology"
444 440
	};
445 441

  
446

  
447 442
	private static String [] generellDescriptionsUpToAnatomyList = new String[]{
448 443
		"Fossils",
449 444
		"Morphology and anatomy",
......
451 446
		"Vegetative morphology and anatomy",
452 447
	};
453 448

  
454

  
455 449
	private static String [] anatomySubfeatureList = new String[]{
456 450
		"Leaf anatomy",
457 451
		"Wood anatomy"
......
471 465
		"Phytochemistry and Chemotaxonomy",
472 466
	};
473 467

  
474

  
475 468
	private static String [] phytoChemoSubFeaturesList = new String[]{
476 469
		"Alkaloids",
477 470
		"Iridoid glucosides",
......
481 474
		"Chemotaxonomy",
482 475
	};
483 476

  
484

  
485 477
	private static String [] generellDescriptionsFromPhytoChemoList = new String[]{
486 478
		"Phytochemistry",
487 479
		"Taxonomy",
......
490 482
		"Notes"
491 483
	};
492 484

  
493

  
494 485
	private static String [] descriptionFeatureList = new String[]{
495 486
		"lifeform",
496 487
		"Bark",
......
577 568
		"figure",
578 569
		"fig",
579 570
		"figs",
580

  
581

  
582

  
583 571
	};
584 572

  
585 573
	public TermNode<Feature> addFeatureNodesByStringList(String[] featureStringList,
......
601 589
		return lastChild;
602 590
	}
603 591

  
604

  
605

  
606
	/**
607
	 * @param args
608
	 */
609 592
	public static void main(String[] args) {
610 593
		FloraMalesianaActivator me = new FloraMalesianaActivator();
611 594
		me.doImport(cdmDestination);
612 595
		System.exit(0);
613 596
	}
614

  
615
}
597
}

Also available in: Unified diff