diff options
Diffstat (limited to 'WebPush/nbproject')
-rw-r--r-- | WebPush/nbproject/private/private.properties | 8 | ||||
-rw-r--r-- | WebPush/nbproject/project.properties | 7 | ||||
-rw-r--r-- | WebPush/nbproject/project.xml | 9 |
3 files changed, 24 insertions, 0 deletions
diff --git a/WebPush/nbproject/private/private.properties b/WebPush/nbproject/private/private.properties new file mode 100644 index 000000000..8c2a80c6f --- /dev/null +++ b/WebPush/nbproject/private/private.properties @@ -0,0 +1,8 @@ +copy.src.files=false +copy.src.target= +index.file=index.php +remote.connection=localhost-d13e79 +remote.directory=/upload +remote.upload=ON_SAVE +run.as=REMOTE +url=http://ess.khhq.net/upload/ diff --git a/WebPush/nbproject/project.properties b/WebPush/nbproject/project.properties new file mode 100644 index 000000000..6ffde2f50 --- /dev/null +++ b/WebPush/nbproject/project.properties @@ -0,0 +1,7 @@ +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/WebPush/nbproject/project.xml b/WebPush/nbproject/project.xml new file mode 100644 index 000000000..da4214310 --- /dev/null +++ b/WebPush/nbproject/project.xml @@ -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>Push</name> + </data> + </configuration> +</project> |