Mercurial > dive4elements > framework
diff artifact-database/doc/artifactdb-example-conf.xml @ 5:8f2de197bce2
Added config to artifact database and modelled bootstap of artifact factories on top of this.
artifacts/trunk@15 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 04 Sep 2009 12:04:12 +0000 |
parents | |
children | e8626caac353 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/artifact-database/doc/artifactdb-example-conf.xml Fri Sep 04 12:04:12 2009 +0000 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<artifact-database> + <factories> + <context-factory>com.example.Context</context-factory> + <artifact-factories> + <artifact-factory>com.example.ArtifactExampleFactoryOne</artifact-factory> + <artifact-factory>com.example.ArtifactExampleFactoryTwo</artifact-factory> + <artifact-factory>com.example.ArtifactExampleFactoryThree</artifact-factory> + </artifact-factories> + </factories> +</artifact-database>