src.test.resources.com.eva.properties.protocol.eva Maven / Gradle / Ivy
/*
* $Id: protocol.eva 38 2007-02-27 11:43:28Z 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.
*/
url: "http://www.maxantoni.de"
file: "file:///some/path"
string: "string://file://foo"
classpath: "classpath://com/eva/properties/protocol.eva"
datasource: "datasource://classpath://com/eva/properties/protocol.eva"
class: "class://com.eva.properties.ProtocolTest"
static: "static://com.eva.properties.ProtocolTest#STATIC_FIELD"