Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
goochjj committed Jun 21, 2016
1 parent efb3e8a commit f30a197
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Basic JDBC java.sql.Driver class that handles connecting to a JNDI named object. (Which should be a javax.sql.DataSource)

See https://github.com/lucee/JDBC-extension-factory, specifically the build/JNDIDriver folder, for the Lucee module.

If you use ant to compile this, it builds the jar for that project. (Or you can just use it as a JDBC driver)

2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<echo message="Code version ${app.fullVersion}" />
</target>

<target name="dist" depends="lucee-extension" />
<target name="dist" depends="tests" />

<target name="prepare" description="Prepares the build target." depends="version,resolve">
<tstamp>
Expand Down

0 comments on commit f30a197

Please sign in to comment.