aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/iciql.properties
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-04 14:34:36 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-04 14:34:36 -0400
commitd22dfbad3c8a897d794ad050f2b587d488050a08 (patch)
tree6e911b0a4faa280531e911208912e50e6d0a8093 /src/test/resources/iciql.properties
parent53f229d5046394702a07b0717c769f5c149a6581 (diff)
downloadiciql-d22dfbad3c8a897d794ad050f2b587d488050a08.tar.gz
iciql-d22dfbad3c8a897d794ad050f2b587d488050a08.zip
Prepare the project for Maven; add pom to build, test, and release binaries
Diffstat (limited to 'src/test/resources/iciql.properties')
-rw-r--r--src/test/resources/iciql.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/resources/iciql.properties b/src/test/resources/iciql.properties
new file mode 100644
index 0000000..cecb056
--- /dev/null
+++ b/src/test/resources/iciql.properties
@@ -0,0 +1,7 @@
+#
+# Example resource file for DaoClasspathStatementProvider
+#
+
+get.products = select * from Product
+%test.get.products = select * from Product where category = 'Beverages'
+%dev.get.products = select * from Product where category = 'Condiments'