diff --git a/.gitignore b/.gitignore index 846324e..85dcae4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ settings.json errors.txt tests/test_dbs/* -test_config.json \ No newline at end of file +test_config.json +nbproject/* \ No newline at end of file diff --git a/nbproject/private/private.properties b/nbproject/private/private.properties deleted file mode 100644 index c8d3d05..0000000 --- a/nbproject/private/private.properties +++ /dev/null @@ -1,6 +0,0 @@ -auxiliary.org-netbeans-modules-php-editor.dbconn=jdbc:derby://localhost:1527/sample [app on APP] -copy.src.files=false -copy.src.target= -index.file=index.php -run.as=SCRIPT -url=http://localhost/OpenSQLManager/ diff --git a/nbproject/private/private.xml b/nbproject/private/private.xml deleted file mode 100644 index cc2c0e5..0000000 --- a/nbproject/private/private.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/nbproject/project.properties b/nbproject/project.properties deleted file mode 100644 index e2559b2..0000000 --- a/nbproject/project.properties +++ /dev/null @@ -1,7 +0,0 @@ -include.path=${php.global.include.path} -php.version=PHP_5 -source.encoding=UTF-8 -src.dir=. -tags.asp=false -tags.short=true -web.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index 6d87a83..0000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - org.netbeans.modules.php.project - - - OpenSQLManager - - - diff --git a/tests/test_dbs/FB_TEST_DB.FDB b/tests/test_dbs/FB_TEST_DB.FDB index 5045f85..cf3d633 100755 Binary files a/tests/test_dbs/FB_TEST_DB.FDB and b/tests/test_dbs/FB_TEST_DB.FDB differ