Skip to content

Commit 191d3ff

Browse files
authored
Merge pull request #3832 from senivam/osgiTestsFix
osgi tests fix
2 parents f5262e0 + d0d5a5d commit 191d3ff

File tree

1 file changed

+9
-10
lines changed
  • examples/osgi-helloworld-webapp/functional-test/src/test/resources

1 file changed

+9
-10
lines changed

examples/osgi-helloworld-webapp/functional-test/src/test/resources/felix.policy

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
/*
2-
* Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Distribution License v. 1.0, which is available at
6-
* http://www.eclipse.org/org/documents/edl-v10.php.
7-
*
8-
* SPDX-License-Identifier: BSD-3-Clause
9-
*/
10-
1+
//
2+
// Copyright (c) 2014, 2018 Oracle and/or its affiliates. All rights reserved.
3+
//
4+
// This program and the accompanying materials are made available under the
5+
// terms of the Eclipse Distribution License v. 1.0, which is available at
6+
// http://www.eclipse.org/org/documents/edl-v10.php.
7+
//
8+
// SPDX-License-Identifier: BSD-3-Clause
9+
//
1110
allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (java.security.AllPermission) } "allToSystem";
1211
allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (org.osgi.framework.AdminPermission) } "adminToSystem";
1312
allow { [org.osgi.service.condpermadmin.BundleLocationCondition "*System*"] (org.osgi.framework.PackagePermission) } "packageToSystem";

0 commit comments

Comments
 (0)