svn commit: r1498067 - in /felix/trunk/ipojo/distributions: ./ handler-tutorial/ ipojo-felix-quicktart/ ipojo-felix-quicktart/src/main/assembly/ ipojo-webconsole-quicktart/ maven-tutorial/ ten-minutes

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 07:29:15 2013
New Revision: 1498067

URL: http://svn.apache.org/r1498067
Log:
Update distributions to the new iPOJO version

Modified:
felix/trunk/ipojo/distributions/handler-tutorial/pom.xml
felix/trunk/ipojo/distributions/ipojo-felix-quicktart/pom.xml

felix/trunk/ipojo/distributions/ipojo-felix-quicktart/src/main/assembly/distribution.xml
felix/trunk/ipojo/distributions/ipojo-webconsole-quicktart/pom.xml
felix/trunk/ipojo/distributions/maven-tutorial/pom.xml
felix/trunk/ipojo/distributions/pom.xml
felix/trunk/ipojo/distributions/ten-minutes-tutorial/pom.xml

Modified: felix/trunk/ipojo/distributions/handler-tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/distributions/handler-tutorial/pom.xml?rev=1498067r1=1498066r2=1498067view=diff
==
--- felix/trunk/ipojo/distributions/handler-tutorial/pom.xml (original)
+++ felix/trunk/ipojo/distributions/handler-tutorial/pom.xml Sun Jun 30 
07:29:15 2013
@@ -45,7 +45,7 @@
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
-artifactIdorg.apache.felix.ipojo.arch.gogo/artifactId
+artifactIdorg.apache.felix.ipojo.gogo/artifactId
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
@@ -75,12 +75,12 @@
 dependency
 groupIdorg.apache.felix/groupId
 artifactIdorg.apache.felix.ipojo/artifactId
-version1.8.6/version
+version1.10.1/version
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
-artifactIdorg.apache.felix.ipojo.arch.gogo/artifactId
-version1.0.1/version
+artifactIdorg.apache.felix.ipojo.gogo/artifactId
+version1.10.1/version
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
@@ -91,7 +91,7 @@
 dependency
 groupIdorg.apache.felix/groupId
 artifactIdorg.apache.felix.ipojo.annotations/artifactId
-version1.8.6/version
+version1.10.1/version
 /dependency
 /dependencies
 /dependencyManagement

Modified: felix/trunk/ipojo/distributions/ipojo-felix-quicktart/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/distributions/ipojo-felix-quicktart/pom.xml?rev=1498067r1=1498066r2=1498067view=diff
==
--- felix/trunk/ipojo/distributions/ipojo-felix-quicktart/pom.xml (original)
+++ felix/trunk/ipojo/distributions/ipojo-felix-quicktart/pom.xml Sun Jun 30 
07:29:15 2013
@@ -50,7 +50,7 @@
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
-artifactIdorg.apache.felix.ipojo.arch.gogo/artifactId
+artifactIdorg.apache.felix.ipojo.gogo/artifactId
 /dependency
 /dependencies
 

Modified: 
felix/trunk/ipojo/distributions/ipojo-felix-quicktart/src/main/assembly/distribution.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/distributions/ipojo-felix-quicktart/src/main/assembly/distribution.xml?rev=1498067r1=1498066r2=1498067view=diff
==
--- 
felix/trunk/ipojo/distributions/ipojo-felix-quicktart/src/main/assembly/distribution.xml
 (original)
+++ 
felix/trunk/ipojo/distributions/ipojo-felix-quicktart/src/main/assembly/distribution.xml
 Sun Jun 30 07:29:15 2013
@@ -45,7 +45,7 @@
 dependencySet
 includes
 include*:org.apache.felix.ipojo:*/include
-include*:org.apache.felix.ipojo.arch.gogo:*/include
+include*:org.apache.felix.ipojo.gogo:*/include
 /includes
 unpackfalse/unpack
 
outputDirectory./felix-framework-${felix.version}/bundle/outputDirectory

Modified: felix/trunk/ipojo/distributions/ipojo-webconsole-quicktart/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/distributions/ipojo-webconsole-quicktart/pom.xml?rev=1498067r1=1498066r2=1498067view=diff
==
--- felix/trunk/ipojo/distributions/ipojo-webconsole-quicktart/pom.xml 
(original)
+++ felix/trunk/ipojo/distributions/ipojo-webconsole-quicktart/pom.xml Sun Jun 
30 07:29:15 2013
@@ -56,7 +56,7 @@
 /dependency
 dependency
 groupIdorg.apache.felix/groupId
-artifactIdorg.apache.felix.ipojo.arch.gogo/artifactId
+artifactIdorg.apache.felix.ipojo.gogo/artifactId
 exclusions
 exclusion
 groupIdorg.apache.felix/groupId

Modified: felix/trunk/ipojo/distributions/maven-tutorial/pom.xml
URL: 

svn commit: r1498068 - in /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo: apache-felix-ipojo-devguide/ apache-felix-ipojo-gettingstarted/

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 07:35:47 2013
New Revision: 1498068

URL: http://svn.apache.org/r1498068
Log:
update tutorials

Added:

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-10-min-tutorial.zip
   (with props)

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/maven-tutorial.zip
   (with props)
Modified:

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ipojo-handler-tutorial-project.zip

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ipojo-handler-tutorial-project.zip
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-devguide/ipojo-handler-tutorial-project.zip?rev=1498068r1=1498067r2=1498068view=diff
==
Binary files - no diff available.

Added: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-10-min-tutorial.zip
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-10-min-tutorial.zip?rev=1498068view=auto
==
Binary file - no diff available.

Propchange: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-10-min-tutorial.zip
--
svn:mime-type = application/octet-stream

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext?rev=1498068r1=1498067r2=1498068view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-hello-word-maven-based-tutorial.mdtext
 Sun Jun 30 07:35:47 2013
@@ -25,7 +25,7 @@ The component is the central concept in 
 
 The following is a simple example illustrating how to use the core iPOJO 
concepts. The example is comprised of two components, one providing a *Hello* 
service and one requiring any number of *Hello* services. The components are 
packaged into three different bundles using Maven. The *hello.service* bundle 
contains the service interface. The *hello.impl* bundle contains a component 
implementing the service. The *hello.client* bundle contains the consumer 
component.
 
-Download the tutorial archive 
[here](http://people.apache.org/~clement/ipojo/tutorials/maven/tutorial.zip). 
This archive contains a version of Felix (configured with iPOJO), and the 
projects explained below.
+Download the tutorial archive [here](maven-tutorial.zip). This archive 
contains a version of Felix (configured with iPOJO), and the projects explained 
below.
 
 ### Preparing Maven  Installing the tutorial
 

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext?rev=1498068r1=1498067r2=1498068view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 Sun Jun 30 07:35:47 2013
@@ -1,13 +1,10 @@
 translation_pending: true
 Title: iPOJO in 10 minutes
 
-
-
-
 # iPOJO in 10 minutes
 
-This page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses XML to describe components.  However, iPOJO also supports
-* [annotations]({{ 

buildbot success in ASF Buildbot on felix-site-staging

2013-06-30 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/168

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

Buildslave for this Build: bb-cms-slave

Build Reason: scheduler
Build Source Stamp: [branch felix/site] 1498068
Blamelist: clement

Build succeeded!

sincerely,
 -The Buildbot





svn commit: r867876 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/ documentation/subprojects/apache-felix-ipojo/ documentation/subprojects/apache-felix-ipojo/apache-felix-ip

2013-06-30 Thread buildbot
Author: buildbot
Date: Sun Jun 30 08:15:55 2013
New Revision: 867876

Log:
Staging update by buildbot for felix


[This commit notification would consist of 337 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


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

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 08:26:45 2013
New Revision: 867878

Log:
Publishing svnmucc operation to felix site by clement

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



svn commit: r1498141 - /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 15:31:37 2013
New Revision: 1498141

URL: http://svn.apache.org/r1498141
Log:
update 10 minutes tutorial

Modified:

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext?rev=1498141r1=1498140r2=1498141view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 Sun Jun 30 15:31:37 2013
@@ -4,6 +4,7 @@ Title: iPOJO in 10 minutes
 # iPOJO in 10 minutes
 
 This page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses annotations to describe components.  However, iPOJO also supports
+
 * XML
 * A Java [API|apache-felix-ipojo-api]
 
@@ -509,4 +510,8 @@ We saw how to use easily iPOJO to build 
 * Require OSGi services
 * Use lifecycle callbacks to activate and deactivate components
 
-iPOJO provides a lot of others features that you can try in the others 
available tutorials. Subscribe to the Felix users mailing list by sending a 
message to 
[users-subscr...@felix.apache.org](mailto:users-subscr...@felix.apache.org); 
after subscribing, email questions or feedback to 
[us...@felix.apache.org](mailto:us...@felix.apache.org).
\ No newline at end of file
+iPOJO provides a lot of others features that you can try in the others 
available tutorials. Subscribe to the Felix users mailing list by sending a 
message to 
[users-subscr...@felix.apache.org](mailto:users-subscr...@felix.apache.org); 
after subscribing, email questions or feedback to 
[us...@felix.apache.org](mailto:us...@felix.apache.org).
+  
+  
+  
+  




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

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 15:34:47 2013
New Revision: 867911

Log:
Publishing svnmucc operation to felix site by clement

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



svn commit: r867912 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html

2013-06-30 Thread buildbot
Author: buildbot
Date: Sun Jun 30 15:38:34 2013
New Revision: 867912

Log:
Staging update by buildbot for felix

Modified:
websites/staging/felix/trunk/content/   (props changed)

websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html

Propchange: websites/staging/felix/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 30 15:38:34 2013
@@ -1 +1 @@
-1498141
+1498142

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html
==
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.html
 Sun Jun 30 15:38:34 2013
@@ -162,12 +162,7 @@
 div class=container
 div class=content
 h1 id=ipojo-in-10-minutesiPOJO in 10 minutes/h1
-pThis page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses annotations to describe components.  However, iPOJO also 
supports/p
-div class=codehiliteprespan class=o*/span span 
class=nXML/span
-span class=o*/span span class=nA/span span class=nJava/span 
span class=p[/spanspan class=nAPI/spanspan class=o|/spanspan 
class=napache/spanspan class=o-/spanspan 
class=nfelix/spanspan class=o-/spanspan class=nipojo/spanspan 
class=o-/spanspan class=napi/spanspan class=p]/span
-/pre/div
-
-
+pThis page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses annotations to describe components.  However, you can also use 
XML or a programmatic API to create iPOJO applications./p
 h2 id=introductionIntroduction/h2
 piPOJO aims to simplify service-oriented programming on OSGi frameworks; the 
name iPOJO is an abbreviation for eminjected POJO/em. iPOJO provides a new 
way to develop OSGi service components, simplifying service component 
implementation by transparently managing the dynamics of the environment as 
well as other non-functional requirements. The iPOJO framework allows 
developers to more clearly separate functional code (i.e., POJOs) from the 
non-functional code (i.e., dependency management, service provision, 
configuration, etc.).  At run time, iPOJO combines the functional and 
non-functional aspects. To achieve this, iPOJO provides a simple and extensible 
service component model based on POJOs./p
 h2 id=the-pojo-conceptThe POJO concept/h2
@@ -308,7 +303,7 @@ Total span class=nbtime/span: 0 se
 
 
 pNotice that this class does not contains neither OSGi nor iPOJO specific 
code except a few annotations. It is just an implementation of the Dictionary 
Service interface./p
-pThe code@Component/code annotation is used to declare an iPOJO 
component. The code@Provides/code annotation indicates that the component 
provides a service. Provided service interfaces are computed by iPOJO, so it is 
not necessary to specify them. Finally, the code@Instantiate/code 
annotation instructs iPOJO to create an instance of our component. The relation 
between components and instances is the same than between classes and objects 
in the object oriented programming./p
+pThe code@Component/code annotation is used to declare an iPOJO 
component. The code@Provides/code annotation indicates that the component 
provides a service. Provided service interfaces are computed by iPOJO, so it is 
not necessary to specify them. Finally, the code@Instantiate/code 
annotation instructs iPOJO to create an instance of our component. The relation 
between components and instances is the same than between classes and objects 
in the object-oriented programming./p
 pThen, we are able to create the bundle. In the spell.english directory 
launch the ant command:/p
 div class=codehiliteprespan class=nv$ /spanant
 Buildfile: 
/Users/clement/Projects/felix-trunk/ipojo/distributions/ten-minutes-tutorial/target/test/spell.english/build.xml
@@ -538,7 +533,7 @@ Total span class=nbtime/span: 0 se
 /pre/div
 
 
-pLook at the three last methods. The emcheck/em methods collects the 
user input and uses a emCheck speller/em service to check this input. The 
speller is injected into the codechecker/code field thanks to the 
code@Requires/code annotation. This method is called when the button is 
pressed by the user. The emstart/em and emstop/em 

svn commit: r1498142 - /felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 15:38:27 2013
New Revision: 1498142

URL: http://svn.apache.org/r1498142
Log:
update 10 minutes tutorial

Modified:

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext?rev=1498142r1=1498141r2=1498142view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/ipojo-in-10-minutes.mdtext
 Sun Jun 30 15:38:27 2013
@@ -3,10 +3,7 @@ Title: iPOJO in 10 minutes
 
 # iPOJO in 10 minutes
 
-This page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses annotations to describe components.  However, iPOJO also supports
-
-* XML
-* A Java [API|apache-felix-ipojo-api]
+This page presents how to use the iPOJO runtime and its associated service 
component model. The concepts of the service component model are introduced, 
followed by a simple example that demonstrates the features of iPOJO. This 
tutorial uses annotations to describe components.  However, you can also use 
XML or a programmatic API to create iPOJO applications.
 
 ## Introduction
 
@@ -167,7 +164,7 @@ The first step is to implement the servi
 
 Notice that this class does not contains neither OSGi nor iPOJO specific code 
except a few annotations. It is just an implementation of the Dictionary 
Service interface.
 
-The `@Component` annotation is used to declare an iPOJO component. The 
`@Provides` annotation indicates that the component provides a service. 
Provided service interfaces are computed by iPOJO, so it is not necessary to 
specify them. Finally, the `@Instantiate` annotation instructs iPOJO to create 
an instance of our component. The relation between components and instances is 
the same than between classes and objects in the object oriented programming.
+The `@Component` annotation is used to declare an iPOJO component. The 
`@Provides` annotation indicates that the component provides a service. 
Provided service interfaces are computed by iPOJO, so it is not necessary to 
specify them. Finally, the `@Instantiate` annotation instructs iPOJO to create 
an instance of our component. The relation between components and instances is 
the same than between classes and objects in the object-oriented programming.
 
 Then, we are able to create the bundle. In the spell.english directory launch 
the ant command:
 
@@ -406,7 +403,7 @@ Go to the spell.checker.gui directory. O
 }
 }
 
-Look at the three last methods. The _check_ methods collects the user input 
and uses a _Check speller_ service to check this input. The speller is injected 
into the `checker` field thanks to the `@Requires` annotation. This method is 
called when the button is pressed by the user. The _start_ and _stop_ methods 
are lifecycle callbacks. As we display the user interface when the instance is 
created and to dispose it when the instance stops, we need a way to be notified 
when we need to execute these actions. iPOJO provides an easy way to do this. 
The component provides two callback methods for its activation and 
deactivation. Callbacks are used when the component needs to be informed about 
a component state change. In iPOJO, the component state is either *INVALID* 
(i.e., not all of the component's constraints are satisfied) or *VALID* (i.e., 
all of the component's constraints are satisfied). In this example, the start 
callback method sets the GUI visibility to true; the stop callback me
 thod deletes the GUI. The `@Validate` and `@Invalidate` annotations are used 
to specify these callbacks.
+Look at the three last methods. The _check_ methods collects the user input 
and uses a _Check speller_ service to check this input. The speller is injected 
into the `checker` field thanks to the `@Requires` annotation. This method is 
called when the user presses the button. The _start_ and _stop_ methods are 
lifecycle callbacks. As we display the user interface when the instance is 
created and to dispose it when the instance stops, we need a way to be notified 
when we need to execute these actions. iPOJO provides an easy way to do this. 
The component provides two callback methods for its activation and 
deactivation. Callbacks are used when the component needs to be 

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

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 15:49:11 2013
New Revision: 867913

Log:
Publishing svnmucc operation to felix site by clement

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



svn commit: r867917 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ documentation/subprojects/apach

2013-06-30 Thread buildbot
Author: buildbot
Date: Sun Jun 30 16:29:46 2013
New Revision: 867917

Log:
Staging update by buildbot for felix

Modified:
websites/staging/felix/trunk/content/   (props changed)

websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo.html

websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html

websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.html

websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.html

Propchange: websites/staging/felix/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Sun Jun 30 16:29:46 2013
@@ -1 +1 @@
-1498142
+1498147

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo.html
==
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo.html
 Sun Jun 30 16:29:46 2013
@@ -225,7 +225,7 @@
 lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components.html
 title=Describing componentsDescribing components/a/li
 lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/ipojo-reference-card.html 
title=iPOJO-Reference-CardiPOJO Reference Card/a/li
 lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-eclipse-integration.html
 title=apache-felix-ipojo-eclipse-integrationEclipse Integration/a/li
-lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-online-manipulator.html
 title=apache-felix-ipojo-online-manipulatorOnline Manipulator/a/li
+lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html
 title=apache-felix-ipojo-online-manipulatorOnline Manipulator/a/li
 lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.html
 title=iPOJO FAQFAQ/a/li
 /ul
 /div  
@@ -253,7 +253,7 @@
 may be trademarks or registered trademarks of their respective 
owners.
 /div
 div class=timestamp span3 offset2
-Rev. 1464894 by clement on Fri, 5 Apr 2013 08:54:50 +
+Rev. 1498147 by clement on Sun, 30 Jun 2013 16:29:38 +
 /div
 /div
 /footer   

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html
==
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.html
 Sun Jun 30 16:29:46 2013
@@ -389,7 +389,7 @@
 pIn previous technics to create instances were declarative. You declare an 
instance. This instance is going to be created as soon as the component type 
becomes available, and disappears as soon as the component type leaves. The 
technic presented here is a programatic way./p
 pEach (non private) component types are exposed as an OSGi service. You can 
use this OSGi service to create, reconfigure and dispose instances from your 
code./p
 h2 id=the-factory-serviceThe Factory service/h2
-pThe published service interface is 
codeorg.apache.felix.ipojo.Factory/code and provides the following 
methods:/p
+pThe published service interface is 
code[org.apache.felix.ipojo.Factory](http://felix.apache.org/ipojo/api/1.10.1/org/apache/felix/ipojo/Factory.html)/code
 and provides the following methods:/p
 div class=codehiliteprespan class=cm/**/span
 span class=cm * Creates an instance manager (i.e. component type 
instance)./span
 span class=cm * @param configuration the configuration properties for this 
component./span
@@ -497,7 +497,7 @@
 may be trademarks or registered trademarks of their respective 
owners.
 /div
 div class=timestamp span3 offset2
-Rev. 1478332 by clement on Thu, 2 May 2013 11:41:22 +
+Rev. 1498147 by clement on Sun, 30 

svn commit: r1498147 - in /felix/site/trunk/content/documentation/subprojects: ./ apache-felix-ipojo/apache-felix-ipojo-userguide/ apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 16:29:38 2013
New Revision: 1498147

URL: http://svn.apache.org/r1498147
Log:
fix broken links

Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.mdtext

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.mdtext

felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/how-to-use-ipojo-factories.mdtext

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext?rev=1498147r1=1498146r2=1498147view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext 
(original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo.mdtext 
Sun Jun 30 16:29:38 2013
@@ -66,7 +66,7 @@ Title: Apache Felix iPOJO
lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components.html
 title=Describing componentsDescribing components/a/li
lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/ipojo-reference-card.html 
title=iPOJO-Reference-CardiPOJO Reference Card/a/li
lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-eclipse-integration.html
 title=apache-felix-ipojo-eclipse-integrationEclipse Integration/a/li
-   lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-online-manipulator.html
 title=apache-felix-ipojo-online-manipulatorOnline Manipulator/a/li
+   lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html
 title=apache-felix-ipojo-online-manipulatorOnline Manipulator/a/li
lii class=icon-chevron-right/i a 
href=/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-faq.html
 title=iPOJO FAQFAQ/a/li
/ul
/div  

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.mdtext?rev=1498147r1=1498146r2=1498147view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/apache-felix-ipojo-instances.mdtext
 Sun Jun 30 16:29:38 2013
@@ -231,7 +231,7 @@ Each (non private) component types are e
 The Factory service
 ---
 
-The published service interface is `org.apache.felix.ipojo.Factory` and 
provides the following methods:
+The published service interface is 
`[org.apache.felix.ipojo.Factory](http://felix.apache.org/ipojo/api/1.10.1/org/apache/felix/ipojo/Factory.html)`
 and provides the following methods:
 
 :::java
 /**

Modified: 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.mdtext
URL: 
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.mdtext?rev=1498147r1=1498146r2=1498147view=diff
==
--- 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.mdtext
 (original)
+++ 
felix/site/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/describing-components/ipojo-jmx-handler.mdtext
 Sun Jun 30 16:29:38 2013
@@ -19,14 +19,7 @@ The handler allows to:
 
 ## Prerequisites
 
-To be functional this handler must register on an MBean Server,thus you 
obviously need it. Several servers are currently supported : the standard 
platform MBean server (included in the JDK), MOSGi (provided with Felix), ...
-To use MOSGi, you have to deploy at least the following three bundles of MOSGi:
-
-* org.apache.felix.mosgi.jmx.agent
-* org.apache.felix.mosgi.jmx.registry
-* 

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

2013-06-30 Thread clement
Author: clement
Date: Sun Jun 30 16:31:35 2013
New Revision: 867918

Log:
Publishing svnmucc operation to felix site by clement

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