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 117 a07f34410081
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
--- a/java/sql-dk/data/info/globalcode/sql/dk/example-config.xml	Thu Jan 02 20:14:45 2014 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
-	
-	<!-- Database Connections: -->
-	<!--
-	<database>
-		<name>my_postgres_1</name>
-		<url>jdbc:postgresql://localhost:5432/database_name</url>
-		<userName>dbuser</userName>
-		<password>dbpass</password>
-	</database>
-	
-	<database>
-		<name>my_mysql_1</name>
-		<url>jdbc:mysql://localhost:3306/database_name</url>
-		<userName>dbuser</userName>
-		<password>dbpass</password>
-	</database>
-	-->
-	
-	<!-- Output formatters: -->
-	<!--
-	<defaultFormatter>tabular</defaultFormatter>
-	
-	<formatter>
-		<name>tabular</name>
-		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
-	</formatter>
-	
-	<formatter>
-		<name>xml</name>
-		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
-	</formatter>
-	
-	<formatter>
-		<name>silent</name>
-		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
-	</formatter>
-	-->
-	
-</configuration>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xml/config.xml	Thu Jan 02 20:30:53 2014 +0100
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
+	
+	<!-- Database Connections: -->
+	<!--
+	<database>
+		<name>my_postgres_1</name>
+		<url>jdbc:postgresql://localhost:5432/database_name</url>
+		<userName>dbuser</userName>
+		<password>dbpass</password>
+	</database>
+	
+	<database>
+		<name>my_mysql_1</name>
+		<url>jdbc:mysql://localhost:3306/database_name</url>
+		<userName>dbuser</userName>
+		<password>dbpass</password>
+	</database>
+	-->
+	
+	<!-- Output formatters: -->
+	<!--
+	<defaultFormatter>tabular</defaultFormatter>
+	
+	<formatter>
+		<name>tabular</name>
+		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
+	</formatter>
+	
+	<formatter>
+		<name>xml</name>
+		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
+	</formatter>
+	
+	<formatter>
+		<name>silent</name>
+		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
+	</formatter>
+	-->
+	
+</configuration>