]> git.mxchange.org Git - city.git/commitdiff
Added NetBeans project files.
authorRoland Haeder <roland@mxchange.org>
Tue, 28 Jul 2015 16:34:21 +0000 (18:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Jul 2015 16:34:21 +0000 (18:34 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitignore
nbproject/project.properties [new file with mode: 0644]
nbproject/project.xml [new file with mode: 0644]

index ee2490ebbffe57bc13c3aa11f66489663f384a31..78d62e488241ef291554aed3bd24e0eb4044f3ad 100644 (file)
@@ -2,7 +2,7 @@
 /.cache
 /.project
 /.settings
-/nbproject
+/nbproject/private
 application/*/config-local.php
 db/*/*.serialized
 docs/html/*
diff --git a/nbproject/project.properties b/nbproject/project.properties
new file mode 100644 (file)
index 0000000..61f65ff
--- /dev/null
@@ -0,0 +1,19 @@
+auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=
+browser.reload.on.save=true
+code.analysis.excludes=
+file.reference.city-core=core
+file.reference.city-db=db
+file.reference.city-docs=docs
+file.reference.city-nbproject=nbproject
+ignore.path=\
+    ${file.reference.city-db}:\
+    ${file.reference.city-docs}:\
+    ${file.reference.city-nbproject}:\
+    ${file.reference.city-core}
+include.path=${php.global.include.path}
+php.version=PHP_56
+source.encoding=UTF-8
+src.dir=.
+tags.asp=false
+tags.short=false
+web.root=.
diff --git a/nbproject/project.xml b/nbproject/project.xml
new file mode 100644 (file)
index 0000000..08a2f80
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.php.project</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/php-project/1">
+            <name>city</name>
+        </data>
+    </configuration>
+</project>