diff options
author | Chris Ward <chris@chrisgward.com> | 2013-12-27 03:47:13 +1100 |
---|---|---|
committer | Chris Ward <chris@chrisgward.com> | 2013-12-27 03:47:13 +1100 |
commit | 694ce12e1b18e202c0576b06ead9bd10cd24b108 (patch) | |
tree | 7c7bdfe145d99dab52dbfd8506eee4fbbd20d5c9 /WebPush | |
parent | e04ecd59d173d6804a984df046106fd4f44dc1cb (diff) | |
download | Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.gz Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.lz Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.tar.xz Essentials-694ce12e1b18e202c0576b06ead9bd10cd24b108.zip |
Remove Ant, migrate Netbeans code style to pom.xml
Diffstat (limited to 'WebPush')
-rw-r--r-- | WebPush/nbproject/project.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/WebPush/nbproject/project.xml b/WebPush/nbproject/project.xml deleted file mode 100644 index da4214310..000000000 --- a/WebPush/nbproject/project.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?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> |