# Path to idl-to-java compiler idl.compiler.path=@JAVA_IDLC_PATH@ # Extra args passed to idl-to-java compiler idl.compile.args=@JAVA_IDLC_FLAGS@ -DRENDEZ_VOUS # Directory that holds the standard Cos*idl files cos.idl.dir=@ORB_JAVA_COSS_IDL_DIRS@ cipres.src.svn.root=@abs_top_srcdir@ cipres.examples.dir=@abs_top_srcdir@/cipres-examples cipres.phyloservices.dir=@abs_top_srcdir@/phyloservices cipres.java.src.dir=@abs_top_srcdir@/framework/java # Root directory of all CIPRES IDL files cipres.idl.dir=@abs_top_srcdir@/framework/IDL # Version number of this CIPRES (will be appended to jars, for instance) cipres.version=@PACKAGE_VERSION@ # The version number of registry will probably always stay in sync # with the rest of the CIPRES framework, but just in case... cipres.registry.version=@PACKAGE_VERSION@ # Make configure's prefix arg accessible to ant: cipres.prefix=@prefix@ # Destination of CIPRES jars on installation # we won't use libdir here, assuming that (because this is java) # we don't need to distinguish between prefix and exec_prefix cipres.java.libdir=@prefix@/lib/@PACKAGE@ # Destination of executables. cipres.java.bindir=@prefix@/bin # The parent directory for installation files # (see the package_data Makefile to see what goes here) cipres.datadir=@prefix@/share/@PACKAGE@ # The parent directory for resources, such as the cipres_config.properties # file (currently this must be on the classpath of CIPRES java applications # if the CIPRES_ROOT variable is not set). cipres.resources.dir=@prefix@/share/@PACKAGE@/resources # This is the relative path from an executable (when installed) to the # directory that holds the CIPRES jars. This is used as a Class-Path # value in the manifest of executable jars. cipres.from.bin.to.jars=../lib/@PACKAGE@