commit 1d65e641bd5c8515d845c8c8123e17c925c4e453 Author: Gauthier Bastien Date: Thu Mar 21 01:31:51 2013 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa65f0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Build and Release Folders +bin/ +bin-debug/ +bin-release/ + +# Other files and folders +.settings/ + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..4475701 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +collective.z3cform.rolefield +============================ + +A field that manages local roles. \ No newline at end of file