improve setup mysql, start make postgresql setup,added dbtype in options, data compress script and new extract data script method. bugfix: book images
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
||||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="24"/>
|
||||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
||||
<group/>
|
||||
<group>
|
||||
<file>file:/G:/Desktop/git/Librography/src/br/com/projeto/view/FormOptions.java</file>
|
||||
<file>file:/G:/Desktop/git/Librography/src/br/com/projeto/jdbc/ConexaoBanco.java</file>
|
||||
<file>file:/G:/Desktop/git/Librography/src/br/com/projeto/view/FormEmprestimos.java</file>
|
||||
<file>file:/G:/Desktop/git/Librography/src/br/com/projeto/jdbc/TestarConexao.java</file>
|
||||
</group>
|
||||
</open-files>
|
||||
</project-private>
|
||||
|
||||
@@ -46,6 +46,7 @@ file.reference.mysql-connector-java-5.1.23-bin.jar=lib/mysql-connector-java-5.1.
|
||||
file.reference.poi-5.0.0.jar=lib/poi-5.0.0.jar
|
||||
file.reference.poi-ooxml-5.0.0.jar=lib/poi-ooxml-5.0.0.jar
|
||||
file.reference.poi-ooxml-lite-5.0.0.jar-1=lib/poi-ooxml-lite-5.0.0.jar
|
||||
file.reference.postgresql-42.3.1.jar=lib/postgresql-42.3.1.jar
|
||||
file.reference.xmlbeans-5.0.0.jar=lib/xmlbeans-5.0.0.jar
|
||||
file.reference.yaz4j-1.7.0-SNAPSHOT.jar=lib/yaz4j-1.7.0-SNAPSHOT.jar
|
||||
includes=**
|
||||
@@ -71,7 +72,8 @@ javac.classpath=\
|
||||
${file.reference.poi-ooxml-5.0.0.jar}:\
|
||||
${file.reference.poi-ooxml-lite-5.0.0.jar-1}:\
|
||||
${file.reference.xmlbeans-5.0.0.jar}:\
|
||||
${file.reference.yaz4j-1.7.0-SNAPSHOT.jar}
|
||||
${file.reference.yaz4j-1.7.0-SNAPSHOT.jar}:\
|
||||
${file.reference.postgresql-42.3.1.jar}
|
||||
# Space-separated list of extra javac options
|
||||
javac.compilerargs=
|
||||
javac.deprecation=false
|
||||
|
||||
Reference in New Issue
Block a user