summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 08:33:45 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 08:33:45 +0000
commit4b272bf29d1305f2aa939e6e8a5597e6f85e88c3 (patch)
tree6130f70d60659368fc237b07b7e88ae2d4619c9b /java/sca
parentb1a8629619b0d2bc81c2f520990fdbadf03c320c (diff)
Remove the etc folder as its now in the top level java/etc folder
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/etc/policy-continuum.policy7
1 files changed, 0 insertions, 7 deletions
diff --git a/java/sca/etc/policy-continuum.policy b/java/sca/etc/policy-continuum.policy
deleted file mode 100644
index c929703993..0000000000
--- a/java/sca/etc/policy-continuum.policy
+++ /dev/null
@@ -1,7 +0,0 @@
-grant codeBase "file:/home/continuum/data/working-directory/277/-" {
- permission java.security.AllPermission;
-};
-
-grant codeBase "file:~/.m2/-" {
- permission java.security.AllPermission;
-};