diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 14:34:36 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 14:34:36 -0400 |
commit | d22dfbad3c8a897d794ad050f2b587d488050a08 (patch) | |
tree | 6e911b0a4faa280531e911208912e50e6d0a8093 /src/test/resources/iciql.properties | |
parent | 53f229d5046394702a07b0717c769f5c149a6581 (diff) | |
download | iciql-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.properties | 7 |
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' |