svn commit: r618089 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/util/IteratorToEnumeration.java

2008-02-03 Thread pauls
Author: pauls Date: Sun Feb 3 13:11:33 2008 New Revision: 618089 URL: http://svn.apache.org/viewvc?rev=618089view=rev Log: Make iterator member final to prevent visibility issues. Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/util/IteratorToEnumeration.java

svn commit: r618090 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/PackageAdminImpl.java

2008-02-03 Thread pauls
Author: pauls Date: Sun Feb 3 13:13:30 2008 New Revision: 618090 URL: http://svn.apache.org/viewvc?rev=618090view=rev Log: Remove an unneccessary object creation. Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/PackageAdminImpl.java Modified:

[OSS Bamboo] Apache Felix - Default build 526 was SUCCESSFUL (with 31 tests). Change made by pauls

2008-02-03 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 1 change by 1 author: *pauls* made the following changes at Comment: Remove an unneccessary object creation. /felix/trunk/framework/src/main/java/org/apache/felix/framework/PackageAdminImpl.java (618090)

svn commit: r618095 - in /felix/trunk/framework/src/main/java/org/apache/felix: framework/ framework/ext/ framework/searchpolicy/ moduleloader/

2008-02-03 Thread pauls
Author: pauls Date: Sun Feb 3 13:32:48 2008 New Revision: 618095 URL: http://svn.apache.org/viewvc?rev=618095view=rev Log: Make extension bundles use the system bundle context and clean-up some of the code around extension bundles. Furthermore, refactor the protection domain assignment to make

[OSS Bamboo] Apache Felix - Default build 527 was SUCCESSFUL (with 31 tests). Change made by pauls

2008-02-03 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 1 change by 1 author: *pauls* made the following changes at Comment: Make extension bundles use the system bundle context and clean-up some of the code around extension bundles. Furthermore, refactor the protection domain assignment to make

[OSS Bamboo] Apache Felix - Default build 528 was SUCCESSFUL (with 31 tests). Change made by pauls

2008-02-03 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 1 change by 1 author: *pauls* made the following changes at Comment: Add missing license headers. /felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java (618135)

svn commit: r618135 - in /felix/trunk/framework/src/main/java/org/apache/felix/framework: BundleProtectionDomain.java ext/SecurityProvider.java

2008-02-03 Thread pauls
Author: pauls Date: Sun Feb 3 16:35:32 2008 New Revision: 618135 URL: http://svn.apache.org/viewvc?rev=618135view=rev Log: Add missing license headers. Modified: felix/trunk/framework/src/main/java/org/apache/felix/framework/BundleProtectionDomain.java

svn commit: r618193 - in /felix/trunk/bundleplugin/src: main/java/org/apache/felix/bundleplugin/ test/java/org/apache/felix/bundleplugin/

2008-02-03 Thread mcculls
Author: mcculls Date: Sun Feb 3 23:57:09 2008 New Revision: 618193 URL: http://svn.apache.org/viewvc?rev=618193view=rev Log: Cleanup minor code warnings Modified: felix/trunk/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundleAllPlugin.java