svn commit: r1210 [2/2] - /release/felix/

2013-01-10 Thread clement
Added: release/felix/org.apache.felix.ipojo.composite-1.8.6.pom
==
--- release/felix/org.apache.felix.ipojo.composite-1.8.6.pom (added)
+++ release/felix/org.apache.felix.ipojo.composite-1.8.6.pom Thu Jan 10 
14:06:31 2013
@@ -0,0 +1,178 @@
+!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  License); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+--
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+parent
+groupIdorg.apache.felix/groupId
+artifactIdfelix-parent/artifactId
+version1.2.1/version
+relativePath../../../pom/pom.xml/relativePath
+/parent
+modelVersion4.0.0/modelVersion
+packagingbundle/packaging
+nameApache Felix iPOJO Composite/name
+artifactIdorg.apache.felix.ipojo.composite/artifactId
+groupIdorg.apache.felix/groupId
+version1.8.6/version
+
+properties
+ipojo.package.version1.8.4/ipojo.package.version
+/properties
+
+description
+iPOJO Composition Model. This is an iPOJO extension to execute service 
composition.
+/description
+urlhttp://felix.apache.org/site/ipojo-composition-tutorial.html/url
+
+dependencies
+dependency
+groupIdorg.osgi/groupId
+artifactIdorg.osgi.core/artifactId
+version4.0.0/version
+/dependency
+dependency
+groupIdorg.apache.felix/groupId
+artifactIdorg.apache.felix.ipojo.manipulator/artifactId
+!-- Same as the iPOJO core embedded manipulator --
+version1.8.6/version
+/dependency
+dependency
+groupIdorg.apache.felix/groupId
+artifactIdorg.apache.felix.ipojo/artifactId
+version1.8.6/version
+/dependency
+/dependencies
+build
+resources
+resource
+directorysrc/main/resources/directory
+/resource
+resource
+directory./directory
+targetPathMETA-INF/targetPath
+includes
+includeLICENSE*/include
+includeNOTICE*/include
+includeDEPENDENCIES*/include
+/includes
+/resource
+/resources
+
+plugins
+plugin
+groupIdorg.apache.felix/groupId
+artifactIdmaven-bundle-plugin/artifactId
+version1.4.3/version
+extensionstrue/extensions
+configuration
+instructions
+Bundle-NameApache Felix iPOJO Composite/Bundle-Name
+
Bundle-SymbolicName${project.artifactId}/Bundle-SymbolicName
+Bundle-VendorThe Apache Software 
Foundation/Bundle-Vendor
+Bundle-DescriptioniPOJO Composititon Framework
+/Bundle-Description
+Bundle-DocURL
+
http://felix.apache.org/site/ipojo-composition-tutorial.html
+/Bundle-DocURL
+Import-Package
+org.apache.felix.ipojo,
+org.apache.felix.ipojo.architecture,
+org.apache.felix.ipojo.context,
+org.apache.felix.ipojo.metadata,
+org.apache.felix.ipojo.parser,
+org.apache.felix.ipojo.util,
+org.apache.felix.ipojo.manipulation,
+org.osgi.framework;version=1.3,
+!org.objectweb.asm.tree,
+/Import-Package
+Private-Package
+org.apache.felix.ipojo.composite.architecture,
+org.apache.felix.ipojo.composite.service*,
+org.apache.felix.ipojo.composite.instance,
+org.apache.felix.ipojo.composite.util,
+!-- ASM (Manipulator dependencies) --
+ 

svn commit: r1211 - in /release/felix: maven-metadata.xml maven-metadata.xml.md5 maven-metadata.xml.sha1

2013-01-10 Thread clement
Author: clement
Date: Thu Jan 10 14:10:54 2013
New Revision: 1211

Log:
cleanup after having added maven-metadata files

Removed:
release/felix/maven-metadata.xml
release/felix/maven-metadata.xml.md5
release/felix/maven-metadata.xml.sha1



svn commit: r1431372 - in /felix/site/trunk/content/ipojo/schemas: .htaccess CURRENT SNAPSHOT

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 14:12:19 2013
New Revision: 1431372

URL: http://svn.apache.org/viewvc?rev=1431372view=rev
Log:
Remove symlinks and add .htaccess file to simulate links

Added:
felix/site/trunk/content/ipojo/schemas/.htaccess
Removed:
felix/site/trunk/content/ipojo/schemas/CURRENT
felix/site/trunk/content/ipojo/schemas/SNAPSHOT

Added: felix/site/trunk/content/ipojo/schemas/.htaccess
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/ipojo/schemas/.htaccess?rev=1431372view=auto
==
--- felix/site/trunk/content/ipojo/schemas/.htaccess (added)
+++ felix/site/trunk/content/ipojo/schemas/.htaccess Thu Jan 10 14:12:19 2013
@@ -0,0 +1,6 @@
+Options FollowSymLinks
+RewriteEngine On
+
+# RewriteBase /ipojo/schemas/
+RewriteRule ^CURRENT(.*)$ 1.8.0$1
+RewriteRule ^CURRENT(.*)$ 1.9.0-SNAPSHOT$1




svn commit: r845875 - in /websites/staging/felix/trunk/content: ./ ipojo/schemas/.htaccess ipojo/schemas/CURRENT/ ipojo/schemas/SNAPSHOT/

2013-01-10 Thread buildbot
Author: buildbot
Date: Thu Jan 10 14:12:53 2013
New Revision: 845875

Log:
Staging update by buildbot for felix

Added:
websites/staging/felix/trunk/content/ipojo/schemas/.htaccess
Removed:
websites/staging/felix/trunk/content/ipojo/schemas/CURRENT/
websites/staging/felix/trunk/content/ipojo/schemas/SNAPSHOT/
Modified:
websites/staging/felix/trunk/content/   (props changed)

Propchange: websites/staging/felix/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 10 14:12:53 2013
@@ -1 +1 @@
-1430430
+1431372

Added: websites/staging/felix/trunk/content/ipojo/schemas/.htaccess
==
--- websites/staging/felix/trunk/content/ipojo/schemas/.htaccess (added)
+++ websites/staging/felix/trunk/content/ipojo/schemas/.htaccess Thu Jan 10 
14:12:53 2013
@@ -0,0 +1,6 @@
+Options FollowSymLinks
+RewriteEngine On
+
+# RewriteBase /ipojo/schemas/
+RewriteRule ^CURRENT(.*)$ 1.8.0$1
+RewriteRule ^CURRENT(.*)$ 1.9.0-SNAPSHOT$1




svn commit: r1431375 - in /felix/site/trunk/content/ipojo/schemas: 1.0.0/1.2.0 1.1.0-SNAPSHOT/1.3.0-SNAPSHOT 1.2.0/1.4.0 1.6.2/1.8.0 1.7.0-SNAPSHOT/1.9.0-SNAPSHOT

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 14:16:44 2013
New Revision: 1431375

URL: http://svn.apache.org/viewvc?rev=1431375view=rev
Log:
Remove more symlinks

Removed:
felix/site/trunk/content/ipojo/schemas/1.0.0/1.2.0
felix/site/trunk/content/ipojo/schemas/1.1.0-SNAPSHOT/1.3.0-SNAPSHOT
felix/site/trunk/content/ipojo/schemas/1.2.0/1.4.0
felix/site/trunk/content/ipojo/schemas/1.6.2/1.8.0
felix/site/trunk/content/ipojo/schemas/1.7.0-SNAPSHOT/1.9.0-SNAPSHOT



buildbot failure in ASF Buildbot on felix-site-staging

2013-01-10 Thread buildbot
The Buildbot has detected a new failure on builder felix-site-staging while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/felix-site-staging/builds/3

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: scheduler
Build Source Stamp: [branch felix/site] 1431375
Blamelist: fmeschbe

BUILD FAILED: failed compile

sincerely,
 -The Buildbot





svn commit: r1431380 - /felix/site/trunk/content/ipojo/schemas/

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 14:20:56 2013
New Revision: 1431380

URL: http://svn.apache.org/viewvc?rev=1431380view=rev
Log:
temporarily remove schemas

Removed:
felix/site/trunk/content/ipojo/schemas/



svn commit: r1431382 [8/8] - in /felix/site/trunk/content/ipojo/schemas: ./ 0.9.0-SNAPSHOT/ 1.0.0/ 1.1.0-SNAPSHOT/ 1.2.0/ 1.3.0-SNAPSHOT/ 1.4.0/ 1.5.0-SNAPSHOT/ 1.6.0/ 1.6.2/ 1.7.0-SNAPSHOT/ 1.8.0/ 1.

2013-01-10 Thread fmeschbe
Added: felix/site/trunk/content/ipojo/schemas/1.9.0-SNAPSHOT/event-admin.xsd
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/ipojo/schemas/1.9.0-SNAPSHOT/event-admin.xsd?rev=1431382view=auto
==
--- felix/site/trunk/content/ipojo/schemas/1.9.0-SNAPSHOT/event-admin.xsd 
(added)
+++ felix/site/trunk/content/ipojo/schemas/1.9.0-SNAPSHOT/event-admin.xsd Thu 
Jan 10 14:23:55 2013
@@ -0,0 +1,90 @@
+!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   License); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   
+   http://www.apache.org/licenses/LICENSE-2.0
+   
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+--
+xs:schema targetNamespace=org.apache.felix.ipojo.handlers.event
+   xmlns=org.apache.felix.ipojo.handlers.event
+   xmlns:xs=http://www.w3.org/2001/XMLSchema;
+   elementFormDefault=qualified 
+
+xs:complexType name=PublisherType
+xs:annotation
+   xs:documentationDescription of an event 
publisher./xs:documentation
+/xs:annotation
+xs:attribute name=name type=xs:string use=required
+   xs:annotation
+   xs:documentationThe name of the event publisher, 
acting as a unique identifier.
+The name of the POJO's field that will be used to send events. The field is 
initialized at component instantiation time. The type of the field must be 
org.apache.felix.ipojo.handlers.event.publisher.Publisher./xs:documentation
+   /xs:annotation/xs:attribute
+   xs:attribute name=field type=xs:string use=required
+   xs:annotation
+   xs:documentationThe name of the POJO field associated 
to this event publisher.
+Despite it creates a dependency between the component code and the handler, 
this system allows hiding the whole complexity of event 
sending./xs:documentation
+   /xs:annotation/xs:attribute
+   xs:attribute name=topics type=xs:string use=optional
+   xs:annotation
+   xs:documentationThe comma-separated-list of the 
topics on which events will be sent. All subscribers that are listening to one 
of these topics will receive the 
events./xs:documentation/xs:annotation/xs:attribute
+   xs:attribute name=synchronous type=xs:boolean use=optional
+   xs:annotation
+   xs:documentationDetermines if event sending is 
synchronous or not. By default, events are sent asynchronously, but you can 
specify there the desired behaviour of the Publisher.
+The default value of this attribute is false./xs:documentation
+   /xs:annotation/xs:attribute
+   xs:attribute name=data-key type=xs:string use=optional
+   xs:annotation
+   xs:documentationThe data key is used when you want to 
send data events. This attribute's value is the key, in the event's dictionary, 
in which sent data are stored. When you use the sendData method of the 
Publisher, the given object is placed in the event dictionary, associated with 
the specified data-key.
+The default value of this attribute is 
user.data./xs:documentation/xs:annotation/xs:attribute
+/xs:complexType
+
+xs:complexType name=SubscriberType
+xs:annotation
+   xs:documentationDescription of an event 
subscriber./xs:documentation
+/xs:annotation
+xs:attribute name=name type=xs:string use=required
+   xs:annotation
+   xs:documentationThe name of the event subscriber, 
acting as a unique identifier./xs:documentation/xs:annotation/xs:attribute
+   xs:attribute name=callback type=xs:string use=required
+   xs:annotation
+   xs:documentationThe name of the POJO's method that 
will be called each time an event is received.
+This method takes only one parameter, of typeorg.osgi.service.event.Eventby 
default, but this type can be overridden by defining the data-key and/or the 
data-type attributes./xs:documentation
+   /xs:annotation/xs:attribute
+   xs:attribute name=topics type=xs:string use=optional
+   xs:annotation
+   xs:documentationThe comma-separated-list of the 
topics that the handler will listen to. Each event sent on a 

svn commit: r1431384 - /felix/site/trunk/content/downloads.list

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 14:30:36 2013
New Revision: 1431384

URL: http://svn.apache.org/viewvc?rev=1431384view=rev
Log:
fix File Install version

Modified:
felix/site/trunk/content/downloads.list

Modified: felix/site/trunk/content/downloads.list
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/downloads.list?rev=1431384r1=1431383r2=1431384view=diff
==
--- felix/site/trunk/content/downloads.list (original)
+++ felix/site/trunk/content/downloads.list Thu Jan 10 14:30:36 2013
@@ -27,7 +27,7 @@ Dependency Manager Runtime|org.apache.fe
 Dependency Manager Shell|org.apache.felix.dependencymanager.shell|3.0.0|project
 Deployment Admin|org.apache.felix.deploymentadmin|0.9.0|project
 Event Admin|org.apache.felix.eventadmin|1.3.0
-File Install|org.apache.felix.fileinstall|3.2.4
+File Install|org.apache.felix.fileinstall|3.2.6
 Framework|org.apache.felix.framework|4.0.3
 Framework Security|org.apache.felix.framework.security|2.0.1
 Gogo Runtime|org.apache.felix.gogo.runtime|0.10.0|project 




svn commit: r1431387 - in /felix/site/trunk/content: downloads.list news.mdtext

2013-01-10 Thread clement
Author: clement
Date: Thu Jan 10 14:35:36 2013
New Revision: 1431387

URL: http://svn.apache.org/viewvc?rev=1431387view=rev
Log:
added iPOJO runtime 1.8.6 release

Modified:
felix/site/trunk/content/downloads.list
felix/site/trunk/content/news.mdtext

Modified: felix/site/trunk/content/downloads.list
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/downloads.list?rev=1431387r1=1431386r2=1431387view=diff
==
--- felix/site/trunk/content/downloads.list (original)
+++ felix/site/trunk/content/downloads.list Thu Jan 10 14:35:36 2013
@@ -40,11 +40,11 @@ HTTP Service Bundle|org.apache.felix.htt
 HTTP Service Jetty|org.apache.felix.http.jetty|2.2.0|project
 HTTP Service Proxy|org.apache.felix.http.proxy|2.2.0|project
 HTTP Service Whiteboard|org.apache.felix.http.whiteboard|2.2.0|project
-iPOJO|org.apache.felix.ipojo|1.8.4|project
+iPOJO|org.apache.felix.ipojo|1.8.6|project
 iPOJO Architecture Command for the Felix 
Shell|org.apache.felix.ipojo.arch|1.6.0|project
 iPOJO Architecture Command for 
Gogo|org.apache.felix.ipojo.arch.gogo|1.0.1|project
-iPOJO Composite|org.apache.felix.ipojo.composite|1.8.4|project
-iPOJO Annotations|org.apache.felix.ipojo.annotations|1.8.4|project
+iPOJO Composite|org.apache.felix.ipojo.composite|1.8.6|project
+iPOJO Annotations|org.apache.felix.ipojo.annotations|1.8.6|project
 iPOJO Ant Task|org.apache.felix.ipojo.ant|1.8.6|project
 iPOJO BND Plugin|bnd-ipojo-plugin|1.8.6|project
 iPOJO WebConsole Plugin|org.apache.felix.ipojo.webconsole|1.6.0|project

Modified: felix/site/trunk/content/news.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/news.mdtext?rev=1431387r1=1431386r2=1431387view=diff
==
--- felix/site/trunk/content/news.mdtext (original)
+++ felix/site/trunk/content/news.mdtext Thu Jan 10 14:35:36 2013
@@ -1,13 +1,14 @@
 translation_pending: true
 Title: News
-Excerpt:  * The Apache Felix SCR Generator 1.3.0, Maven SCR Plugin 1.9.0, and 
SCR Ant Task 1.3.0 releases are now available from the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 07, 2012)
+Excerpt:  * The iPOJO Core, Composite and Annotations 1.8.6 are now available 
in the a href=http://felix.apache.org/site/downloads.cgi;downloads/a 
section and from the Maven repository. (January 10, 2013)
+   * The Apache Felix SCR Generator 1.3.0, Maven SCR Plugin 1.9.0, and SCR 
Ant Task 1.3.0 releases are now available from the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 07, 2012)
 * The UserAdmin 1.0.3 release is now available in the a 
href=http://felix.apache.org/site downloads.cgidownloads/a section and 
from the Maven repository. (December 06, 2012)
 * The UserAdmin file-store 1.0.2 release is now available in the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 06, 2012)
 * The UserAdmin MongoDB-store 1.0.1 release is now available in the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 06, 2012)
 * Pierre De Rop added to the PMC (November 19, 2012)
-* Guillaume Sauthier added as a Committer (November 16, 2012)
 
 
+* The iPOJO Core, Composite and Annotations 1.8.6 are now available in the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (January 10, 2013)
 * The Apache Felix SCR Generator 1.3.0, Maven SCR Plugin 1.9.0, and SCR Ant 
Task 1.3.0 releases are now available from the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 07, 2012)
 * The UserAdmin 1.0.3 release is now available in the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 06, 2012)
 * The UserAdmin file-store 1.0.2 release is now available in the a 
href=http://felix.apache.org/site/downloads.cgi;downloads/a section and 
from the Maven repository. (December 06, 2012)




svn commit: r1431391 - /felix/site/trunk/lib/view.pm

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 14:40:38 2013
New Revision: 1431391

URL: http://svn.apache.org/viewvc?rev=1431391view=rev
Log:
force rebuild

Modified:
felix/site/trunk/lib/view.pm

Modified: felix/site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/lib/view.pm?rev=1431391r1=1431390r2=1431391view=diff
==
--- felix/site/trunk/lib/view.pm (original)
+++ felix/site/trunk/lib/view.pm Thu Jan 10 14:40:38 2013
@@ -6,6 +6,7 @@ package view;
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
 #
+#
 
 use strict;
 use warnings;




[CONF] Apache Felix Board Report (2013-03)

2013-01-10 Thread confluence







Board Report (2013-03)
Page edited by Felix Meschberger


 Changes (2)
 




...
 *Community*  
* ... 
* Switched to using Apache CMS for the Web Site * Switched to SVN Pub Sub for Distributions 
 *Software* 
...


Full Content

[NOT SUBMITTED]

Apache Felix is a project aimed at implementing specifications from the OSGi Alliance as well as implementing other supporting tools and technologies aligned with OSGi technology.

Community 

	Switched to using Apache CMS for the Web Site
	Switched to SVN Pub Sub for Distributions



Software

	...



Project Branding

	Project Website Basics: done
	Website Navigation Links: done
	Trademark Attributions: done
	Logos and Graphics: open
	TM missing from all Logos
	Project Metadata: done




Licensing and other issues 

	None





Change Notification Preferences

View Online
|
View Changes
|
Add Comment









svn commit: r1431572 - /felix/site/trunk/lib/view.pm

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 19:29:12 2013
New Revision: 1431572

URL: http://svn.apache.org/viewvc?rev=1431572view=rev
Log:
force rebuild

Modified:
felix/site/trunk/lib/view.pm

Modified: felix/site/trunk/lib/view.pm
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/lib/view.pm?rev=1431572r1=1431571r2=1431572view=diff
==
--- felix/site/trunk/lib/view.pm (original)
+++ felix/site/trunk/lib/view.pm Thu Jan 10 19:29:12 2013
@@ -6,7 +6,6 @@ package view;
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
 #
-#
 
 use strict;
 use warnings;




svn commit: r845975 - in /websites/staging/felix/trunk/content: ./ downloads.html index.html news.html

2013-01-10 Thread buildbot
Author: buildbot
Date: Thu Jan 10 19:30:14 2013
New Revision: 845975

Log:
Staging update by buildbot for felix

Modified:
websites/staging/felix/trunk/content/   (props changed)
websites/staging/felix/trunk/content/downloads.html
websites/staging/felix/trunk/content/index.html
websites/staging/felix/trunk/content/news.html

Propchange: websites/staging/felix/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan 10 19:30:14 2013
@@ -1 +1 @@
-1431372
+1431572

Modified: websites/staging/felix/trunk/content/downloads.html
==
--- websites/staging/felix/trunk/content/downloads.html (original)
+++ websites/staging/felix/trunk/content/downloads.html Thu Jan 10 19:30:14 2013
@@ -213,9 +213,9 @@ please reload this page by a href=/dow
 /tr
 tr
 tdFile Install/td
-td3.2.4/td
-tda href=[preferred]/felix/org.apache.felix.fileinstall-3.2.4.jarjar/a 
(a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4.jar.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4.jar.md5;md5/a)/td
-tda 
href=[preferred]/felix/org.apache.felix.fileinstall-3.2.4-source-release.tar.gztar.gz/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4-source-release.tar.gz.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4-source-release.tar.gz.md5;md5/a)
 a 
href=[preferred]/felix/org.apache.felix.fileinstall-3.2.4-source-release.zipzip/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4-source-release.zip.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.4-source-release.zip.md5;md5/a)/td
+td3.2.6/td
+tda href=[preferred]/felix/org.apache.felix.fileinstall-3.2.6.jarjar/a 
(a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6.jar.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6.jar.md5;md5/a)/td
+tda 
href=[preferred]/felix/org.apache.felix.fileinstall-3.2.6-source-release.tar.gztar.gz/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6-source-release.tar.gz.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6-source-release.tar.gz.md5;md5/a)
 a 
href=[preferred]/felix/org.apache.felix.fileinstall-3.2.6-source-release.zipzip/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6-source-release.zip.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.fileinstall-3.2.6-source-release.zip.md5;md5/a)/td
 /tr
 tr
 tdFramework Security/td
@@ -477,9 +477,9 @@ please reload this page by a href=/dow
 /tr
 tr
 tdiPOJO Annotations/td
-td1.8.4/td
-tda 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.4.jarjar/a 
(a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4.jar.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4.jar.md5;md5/a)/td
-tda 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.4-project.tar.gztar.gz/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4-project.tar.gz.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4-project.tar.gz.md5;md5/a)
 a 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.4-project.zipzip/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4-project.zip.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.4-project.zip.md5;md5/a)/td
+td1.8.6/td
+tda 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.6.jarjar/a 
(a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6.jar.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6.jar.md5;md5/a)/td
+tda 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.6-project.tar.gztar.gz/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6-project.tar.gz.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6-project.tar.gz.md5;md5/a)
 a 
href=[preferred]/felix/org.apache.felix.ipojo.annotations-1.8.6-project.zipzip/a
 (a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6-project.zip.asc;asc/a,
 a 
href=http://www.apache.org/dist/felix/org.apache.felix.ipojo.annotations-1.8.6-project.zip.md5;md5/a)/td
 /tr
 tr
 tdiPOJO Architecture Command for Gogo/td
@@ -501,9 +501,9 @@ please reload this page by a href=/dow
 /tr
 tr
 tdiPOJO Composite/td
-td1.8.4/td
-tda 
href=[preferred]/felix/org.apache.felix.ipojo.composite-1.8.4.jarjar/a (a 

buildbot success in ASF Buildbot on felix-site-staging

2013-01-10 Thread buildbot
The Buildbot has detected a restored build on builder felix-site-staging while 
building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/felix-site-staging/builds/9

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: scheduler
Build Source Stamp: [branch felix/site] 1431572
Blamelist: fmeschbe

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r845978 - /websites/production/felix/content/

2013-01-10 Thread fmeschbe
Author: fmeschbe
Date: Thu Jan 10 19:38:49 2013
New Revision: 845978

Log:
* iPojo release
* Fix symbolic link issue

Added:
websites/production/felix/content/
  - copied from r845977, websites/staging/felix/trunk/content/