example-config.xml moved to xml dir v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 02 Jan 2014 20:30:53 +0100
branchv_0
changeset 117a07f34410081
parent 116 87bc76fd9a14
child 118 cc9cd86188d2
example-config.xml moved to xml dir
java/sql-dk/data/info/globalcode/sql/dk/example-config.xml
xml/config.xml
     1.1 --- a/java/sql-dk/data/info/globalcode/sql/dk/example-config.xml	Thu Jan 02 20:14:45 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,41 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     1.5 -<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
     1.6 -	
     1.7 -	<!-- Database Connections: -->
     1.8 -	<!--
     1.9 -	<database>
    1.10 -		<name>my_postgres_1</name>
    1.11 -		<url>jdbc:postgresql://localhost:5432/database_name</url>
    1.12 -		<userName>dbuser</userName>
    1.13 -		<password>dbpass</password>
    1.14 -	</database>
    1.15 -	
    1.16 -	<database>
    1.17 -		<name>my_mysql_1</name>
    1.18 -		<url>jdbc:mysql://localhost:3306/database_name</url>
    1.19 -		<userName>dbuser</userName>
    1.20 -		<password>dbpass</password>
    1.21 -	</database>
    1.22 -	-->
    1.23 -	
    1.24 -	<!-- Output formatters: -->
    1.25 -	<!--
    1.26 -	<defaultFormatter>tabular</defaultFormatter>
    1.27 -	
    1.28 -	<formatter>
    1.29 -		<name>tabular</name>
    1.30 -		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
    1.31 -	</formatter>
    1.32 -	
    1.33 -	<formatter>
    1.34 -		<name>xml</name>
    1.35 -		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
    1.36 -	</formatter>
    1.37 -	
    1.38 -	<formatter>
    1.39 -		<name>silent</name>
    1.40 -		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
    1.41 -	</formatter>
    1.42 -	-->
    1.43 -	
    1.44 -</configuration>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xml/config.xml	Thu Jan 02 20:30:53 2014 +0100
     2.3 @@ -0,0 +1,41 @@
     2.4 +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     2.5 +<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
     2.6 +	
     2.7 +	<!-- Database Connections: -->
     2.8 +	<!--
     2.9 +	<database>
    2.10 +		<name>my_postgres_1</name>
    2.11 +		<url>jdbc:postgresql://localhost:5432/database_name</url>
    2.12 +		<userName>dbuser</userName>
    2.13 +		<password>dbpass</password>
    2.14 +	</database>
    2.15 +	
    2.16 +	<database>
    2.17 +		<name>my_mysql_1</name>
    2.18 +		<url>jdbc:mysql://localhost:3306/database_name</url>
    2.19 +		<userName>dbuser</userName>
    2.20 +		<password>dbpass</password>
    2.21 +	</database>
    2.22 +	-->
    2.23 +	
    2.24 +	<!-- Output formatters: -->
    2.25 +	<!--
    2.26 +	<defaultFormatter>tabular</defaultFormatter>
    2.27 +	
    2.28 +	<formatter>
    2.29 +		<name>tabular</name>
    2.30 +		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
    2.31 +	</formatter>
    2.32 +	
    2.33 +	<formatter>
    2.34 +		<name>xml</name>
    2.35 +		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
    2.36 +	</formatter>
    2.37 +	
    2.38 +	<formatter>
    2.39 +		<name>silent</name>
    2.40 +		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
    2.41 +	</formatter>
    2.42 +	-->
    2.43 +	
    2.44 +</configuration>