svn commit: r612092 - /felix/trunk/scr/pom.xml

2008-01-15 Thread fmeschbe
Author: fmeschbe Date: Tue Jan 15 04:23:24 2008 New Revision: 612092 URL: http://svn.apache.org/viewvc?rev=612092view=rev Log: Add merge-first to prevent a warning while building the bundle Modified: felix/trunk/scr/pom.xml Modified: felix/trunk/scr/pom.xml URL:

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

2008-01-15 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 2 changes by 1 author: *fmeschbe* made the following changes at Comment: Add merge-first to prevent a warning while building the bundle /felix/trunk/scr/pom.xml (612092) *fmeschbe* made the following changes at Comment: FELIX-464 Always

svn commit: r612122 - in /felix/sandbox/donsez/wireadmin.sample.freevmmemproducer: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/mai

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 06:22:23 2008 New Revision: 612122 URL: http://svn.apache.org/viewvc?rev=612122view=rev Log: creation of the VM Free Memory Producer bundle : a sample Producer that poll objects containing the VM free memory Added:

svn commit: r612125 - /felix/sandbox/donsez/wireadmin.sample.freevmmemproducer/src/main/java/org/apache/felix/sandbox/wireadmin/sample/vmfreememproducer/VMFreeMemoryProducer.java

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 06:36:55 2008 New Revision: 612125 URL: http://svn.apache.org/viewvc?rev=612125view=rev Log: add TODO and comments Modified:

svn commit: r612162 - in /felix/sandbox/donsez/bunny: pom.xml src/site/TODOLIST.txt src/site/readme.html src/site/script.txt

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 09:21:12 2008 New Revision: 612162 URL: http://svn.apache.org/viewvc?rev=612162view=rev Log: change script.txt to use OBR start command add export-service element in the pom.xml Modified: felix/sandbox/donsez/bunny/pom.xml

svn commit: r612163 - in /felix/sandbox/donsez/eventadmin.cmd: ./ doc/ site/ src/main/java/org/apache/felix/eventadmin/ src/main/java/org/apache/felix/sandbox/ src/main/java/org/apache/felix/sandbox/e

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 09:25:41 2008 New Revision: 612163 URL: http://svn.apache.org/viewvc?rev=612163view=rev Log: complete the documentation and the command script eventadmin.txt. refactor the sources to add sandbox to the package names. Added:

svn commit: r612167 - /felix/sandbox/donsez/README.txt

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 09:33:24 2008 New Revision: 612167 URL: http://svn.apache.org/viewvc?rev=612167view=rev Log: complete the sandbox' README.txt file Modified: felix/sandbox/donsez/README.txt Modified: felix/sandbox/donsez/README.txt URL:

svn commit: r612170 - /felix/sandbox/donsez/README.txt

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 09:37:37 2008 New Revision: 612170 URL: http://svn.apache.org/viewvc?rev=612170view=rev Log: complete the sandbox' README.txt file Modified: felix/sandbox/donsez/README.txt Modified: felix/sandbox/donsez/README.txt URL:

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

2008-01-15 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 1 change by 1 author: *rickhall* made the following changes at Comment: Modified boot delegation to not terminate when delegating to parent class loader for non-java.* packages. (FELIX-463)

svn commit: r612195 - in /felix/trunk/examples: extenderbased.circle/ extenderbased.host/ extenderbased.square/ extenderbased.triangle/ servicebased.circle/ servicebased.host/ servicebased.square/ ser

2008-01-15 Thread rickhall
Author: rickhall Date: Tue Jan 15 11:45:07 2008 New Revision: 612195 URL: http://svn.apache.org/viewvc?rev=612195view=rev Log: Modified example bundles to use the released version of the bundle plugin. Modified: felix/trunk/examples/extenderbased.circle/pom.xml

svn commit: r612206 - in /felix/sandbox/donsez/wireadmin.cmd: ./ doc/ src/main/java/org/apache/felix/sandbox/ src/main/java/org/apache/felix/sandbox/wireadmin/ src/main/java/org/apache/felix/sandbox/w

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 12:28:29 2008 New Revision: 612206 URL: http://svn.apache.org/viewvc?rev=612206view=rev Log: refactor the sources to add sandbox to the package names. Added: felix/sandbox/donsez/wireadmin.cmd/src/main/java/org/apache/felix/sandbox/

svn commit: r612230 - /felix/trunk/framework/src/main/java/org/apache/felix/framework/searchpolicy/ContentLoaderImpl.java

2008-01-15 Thread pauls
Author: pauls Date: Tue Jan 15 13:20:25 2008 New Revision: 612230 URL: http://svn.apache.org/viewvc?rev=612230view=rev Log: Try to fix a potential visibility issue on loading a class form a bundle where it seems to be possible that we create two classloaders instead of one. Modified:

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

2008-01-15 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: Try to fix a potential visibility issue on loading a class form a bundle where it seems to be possible that we create two classloaders instead of one.

svn commit: r612292 - in /felix/sandbox/donsez/wireadmin.sample.fictivemeasurementproducer: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix

2008-01-15 Thread donsez
Author: donsez Date: Tue Jan 15 15:05:25 2008 New Revision: 612292 URL: http://svn.apache.org/viewvc?rev=612292view=rev Log: creation of the Fictive Measurement Producer bundle : a Producer example that poll Measurement objects according to a function sin(). Added:

svn commit: r612374 - in /felix/trunk/commons: ./ activation/ antlr/ aopalliance/ avalon-framework/ cglib/ commons-attributes-api/ commons-attributes-compiler/ commons-beanutils/ commons-codec/ common

2008-01-15 Thread cziegeler
Author: cziegeler Date: Tue Jan 15 23:28:57 2008 New Revision: 612374 URL: http://svn.apache.org/viewvc?rev=612374view=rev Log: Use latest release of parent pom and remove unused commons parent pom. Modified: felix/trunk/commons/activation/pom.xml felix/trunk/commons/antlr/pom.xml

svn commit: r612375 - /felix/trunk/commons/pom/

2008-01-15 Thread cziegeler
Author: cziegeler Date: Tue Jan 15 23:29:57 2008 New Revision: 612375 URL: http://svn.apache.org/viewvc?rev=612375view=rev Log: Use latest release of parent pom and remove unused commons parent pom. Removed: felix/trunk/commons/pom/

svn commit: r612377 - in /felix/trunk: bundleplugin/ bundlerepository/ configadmin/ dependencymanager/ eventadmin/ eventadmin/bridge.configuration/ eventadmin/bridge.upnp/ eventadmin/bridge.useradmin/

2008-01-15 Thread cziegeler
Author: cziegeler Date: Tue Jan 15 23:37:24 2008 New Revision: 612377 URL: http://svn.apache.org/viewvc?rev=612377view=rev Log: Use latest released parent pom. Modified: felix/trunk/bundleplugin/pom.xml felix/trunk/bundlerepository/pom.xml felix/trunk/configadmin/pom.xml

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

2008-01-15 Thread Atlassian Open Source Bamboo Integration Server
The project Apache Felix - Default has the following 3 changes by 1 author: *cziegeler* made the following changes at Comment: Use latest release of parent pom and remove unused commons parent pom. /felix/trunk/commons/jline/pom.xml (612374) /felix/trunk/commons/commons-collections/pom.xml