Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
129eacb6
Commit
129eacb6
authored
May 29, 2015
by
Guillaume Perréal
Browse files
Ajout de la configuration de projet Netbeans.
parent
e11a4078
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
129eacb6
...
...
@@ -2,3 +2,4 @@
/components/
/composer.lock
/apigen
/nbproject/private/
\ No newline at end of file
composer.json
View file @
129eacb6
...
...
@@ -63,7 +63,8 @@
"phpci.yml"
,
"phpmd.xml"
,
"apigen.neon"
,
".git*"
".git*"
,
"nbproject"
]
}
...
...
nbproject/project.properties
0 → 100644
View file @
129eacb6
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_create_2e_tests
=
false
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_enabled
=
false
auxiliary.org-netbeans-modules-php-phpunit.bootstrap_2e_path
=
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_enabled
=
false
auxiliary.org-netbeans-modules-php-phpunit.configuration_2e_path
=
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_enabled
=
false
auxiliary.org-netbeans-modules-php-phpunit.customSuite_2e_path
=
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_enabled
=
false
auxiliary.org-netbeans-modules-php-phpunit.phpUnit_2e_path
=
auxiliary.org-netbeans-modules-php-phpunit.test_2e_groups_2e_ask
=
false
auxiliary.org-netbeans-modules-php-phpunit.test_2e_run_2e_all
=
false
auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder
=
Resources/js/widget
browser.reload.on.save
=
true
code.analysis.excludes
=
file.reference.file-upload-bundle-Tests
=
Tests
ignore.path
=
include.path
=
\
${php.global.include.path}
php.version
=
PHP_54
source.encoding
=
UTF-8
src.dir
=
.
tags.asp
=
false
tags.short
=
false
test.src.dir
=
${file.reference.file-upload-bundle-Tests}
testing.providers
=
PhpUnit
web.root
=
.
nbproject/project.xml
0 → 100644
View file @
129eacb6
<?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>
file-upload-bundle
</name>
</data>
</configuration>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment