# folder containing vo-dml.properties file used to configure generation #models=stc,tap,characterization #models=ivoa #registry,profile,simple-STC,sample,photdm-alt,photdm,tap,characterization,stc #input = ./models/ivoa #input = ./models/photdm-alt #input = ./models/full-source #input = ./models/simdm #input = ./models/vo-dml input = ./models/datalink #input = ./models/profile #input = ./models/stc #input = ./models/stc #input = ./models/spectrum #input = ./models/spectral #input = ./models/characterization #input = ./models/simple-STC #input = ./models/photdm #input = ./models/toy #input = ./models/registry ##------------------------------------------------------------------------ # root package with vodml base classes, used by run_vodml2pojo # should no be changed! vodml.package=org.ivoa.vodml.model #file defining which models should be translated to Java, including custom mapping declarations mapping.file=./java/gen/mapping_file.xml # location of jaxb .jar files # required for xjc generation from XML schemas, and paths generation (needs to parse VO-DML docs using JAXB) # need special version for ... # see http://jaxb.kava.net jaxb.dir=C:/software/Java/jaxb-ri-20120218/lib # location of ant-contrib-0.6.jar file # required for task # see http://ant-contrib.sourceforge.net/ ant.contrib.jar=C:/apache-ant-1.8.2/lib/ant-contrib-0.6.jar # if GraphViz is installed on the system, define the location of the dot.exe file here # this allows the HTML generator script to generate a diagram of the model, with links form the boxes to the # description in the HTML documentation graphviz.path = "C:/Program Files (x86)/Graphviz 2.28/bin/dot.exe"