Mercurial > dive4elements > framework
view README @ 75:d4c4c23847f5
Extended the Artifact-Interface-Method setup to be able to put the XML-Document which can contain further Data
to the Artifact-Implementation.
artifacts/trunk@649 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 01 Feb 2010 13:54:05 +0000 |
parents | 9449f296cd54 |
children | aa9f2f5ff032 |
line wrap: on
line source
Create a new H2 database for usage in the artifact database: $ java -cp `find ~/.m2/ -name h2\*.jar` org.h2.tools.RunScript \ -user USER \ -password PASSWORD \ -url jdbc:h2:artifact-database/doc/example-conf/artifacts.db \ -script artifact-database/doc/schema-h2.sql