All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.test.resources.com.eva.properties.path.eva Maven / Gradle / Ivy

Go to download

Advanced properties with object factories, references and inheritance.

There is a newer version: 0.3
Show newest version
/*
 * $Id: path.eva 17 2007-02-10 13:51:35Z max $
 * 
 * Copyright (c) 2006-2007 Maximilian Antoni. All rights reserved.
 * 
 * This software is licensed as described in the file LICENSE.txt, which you
 * should have received as part of this distribution. The terms are also
 * available at http://www.maxantoni.de/projects/eva-properties/license.txt.
 */
server: {
	home: "/test/path"
	conf: "${server.home}/conf"
}
projects: {
	home: "${server.home}/apps"
}
project: {
	name: myapp
	home: "${projects.home}/${project.name}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy