aboutsummaryrefslogtreecommitdiffstats
path: root/www/role-approval.policy
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-03-11 22:15:03 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-03-11 22:15:03 +0100
commit85901329b0794b136b96bf745f4ab1572806fc89 (patch)
treef23da7e97cae727f39d825f0fef8348cffb238e4 /www/role-approval.policy
parent3db2e44f186c59429901b2c899e139ea60117a55 (diff)
parentcf5da997da8820b4050f5b87ee9440a0ede36d1f (diff)
downloadjitsi-master.zip
jitsi-master.tar.gz
jitsi-master.tar.bz2
Merge commit 'cf5da99'HEADmaster
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'www/role-approval.policy')
-rw-r--r--www/role-approval.policy20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/role-approval.policy b/www/role-approval.policy
deleted file mode 100644
index 8395eb5..0000000
--- a/www/role-approval.policy
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<rules>
- <!--
- The following rule says automatically approve an observer
- request role to the project.
- -->
- <rule role="Observer" action="approve" />
-
- <!--
- The following rule says automatically deny a project owner
- and developer role requests.
-
- The text in the tag will be sent to the requester,
- as a part of the e-mail from the java.net system.
- -->
- <rule role="Project Owner, Developer, Content Developer" action="deny"><![CDATA[
- Developer roles in the SIP Communicator project are only granted to team members and confirmed contributors. This means that you'll first have to participate in mailing list discussions and submit some fixes, patches, or other contributions before being accepted as a developer in the project.
- You can start by applying for the Observer role ( https://sip-communicator.dev.java.net/servlets/ProjectMembershipRequest ).
-]]></rule>
-</rules>