You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/07/19 18:25:20 UTC

svn commit: r795564 [1/3] - in /felix/trunk/ipojo: ./ annotations/ annotations/doc/ ant/ ant/doc/ api/ api/doc/ arch/ arch/doc/ composite/ composite/doc/ core/ core/doc/ handler/eventadmin/ handler/eventadmin/doc/ handler/extender/ handler/extender/doc...

Author: clement
Date: Sun Jul 19 16:25:18 2009
New Revision: 795564

URL: http://svn.apache.org/viewvc?rev=795564&view=rev
Log:
Fix license issue
Update changelog
Upgrade some settings in the configuration test suite
Add the obr.xml file for the web console plugin

Added:
    felix/trunk/ipojo/api/doc/
    felix/trunk/ipojo/api/doc/changelog.txt   (with props)
    felix/trunk/ipojo/online-manipulator/LICENSE.asm
    felix/trunk/ipojo/online-manipulator/doc/
    felix/trunk/ipojo/online-manipulator/doc/changelog.txt   (with props)
    felix/trunk/ipojo/webconsole-plugin/doc/
    felix/trunk/ipojo/webconsole-plugin/doc/changelog.txt   (with props)
    felix/trunk/ipojo/webconsole-plugin/obr.xml   (with props)
Modified:
    felix/trunk/ipojo/annotations/doc/changelog.txt
    felix/trunk/ipojo/annotations/pom.xml
    felix/trunk/ipojo/ant/LICENSE.asm
    felix/trunk/ipojo/ant/NOTICE
    felix/trunk/ipojo/ant/doc/changelog.txt
    felix/trunk/ipojo/ant/pom.xml
    felix/trunk/ipojo/api/pom.xml
    felix/trunk/ipojo/arch/doc/changelog.txt
    felix/trunk/ipojo/arch/pom.xml
    felix/trunk/ipojo/composite/LICENSE.asm
    felix/trunk/ipojo/composite/NOTICE
    felix/trunk/ipojo/composite/doc/changelog.txt
    felix/trunk/ipojo/composite/pom.xml
    felix/trunk/ipojo/core/doc/changelog.txt
    felix/trunk/ipojo/core/pom.xml
    felix/trunk/ipojo/handler/eventadmin/NOTICE
    felix/trunk/ipojo/handler/eventadmin/doc/changelog.txt
    felix/trunk/ipojo/handler/eventadmin/pom.xml
    felix/trunk/ipojo/handler/extender/NOTICE
    felix/trunk/ipojo/handler/extender/doc/changelog.txt
    felix/trunk/ipojo/handler/extender/pom.xml
    felix/trunk/ipojo/handler/jmx/NOTICE
    felix/trunk/ipojo/handler/jmx/doc/changelog.txt
    felix/trunk/ipojo/handler/jmx/pom.xml
    felix/trunk/ipojo/handler/temporal/LICENSE.asm
    felix/trunk/ipojo/handler/temporal/NOTICE
    felix/trunk/ipojo/handler/temporal/doc/changelog.txt
    felix/trunk/ipojo/handler/temporal/pom.xml
    felix/trunk/ipojo/handler/whiteboard/NOTICE
    felix/trunk/ipojo/handler/whiteboard/doc/changelog.txt
    felix/trunk/ipojo/handler/whiteboard/pom.xml
    felix/trunk/ipojo/junit4osgi/felix-command/pom.xml
    felix/trunk/ipojo/junit4osgi/immediate-launcher/pom.xml
    felix/trunk/ipojo/manipulator/doc/changelog.txt
    felix/trunk/ipojo/manipulator/pom.xml
    felix/trunk/ipojo/metadata/doc/changelog.txt
    felix/trunk/ipojo/metadata/pom.xml
    felix/trunk/ipojo/online-manipulator/NOTICE
    felix/trunk/ipojo/online-manipulator/pom.xml
    felix/trunk/ipojo/plugin/doc/changelog.txt
    felix/trunk/ipojo/plugin/pom.xml
    felix/trunk/ipojo/pom.xml
    felix/trunk/ipojo/tests/bundleAsiPOJO/bundleAsiPOJO/pom.xml
    felix/trunk/ipojo/tests/core/configadmin/src/main/java/org/apache/felix/ipojo/test/scenarios/configadmin/ConfigurationMonitor.java
    felix/trunk/ipojo/tests/core/configadmin/src/main/java/org/apache/felix/ipojo/test/scenarios/configadmin/ManagedServiceTestForImmediate.java
    felix/trunk/ipojo/tests/core/configadmin/src/main/java/org/apache/felix/ipojo/test/scenarios/configadmin/ManagedServiceTestForService.java
    felix/trunk/ipojo/tests/online-manipulator/pom.xml
    felix/trunk/ipojo/webconsole-plugin/pom.xml

Modified: felix/trunk/ipojo/annotations/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/annotations/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/annotations/doc/changelog.txt (original)
+++ felix/trunk/ipojo/annotations/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,12 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+    * [FELIX-1319] - Issue in the metadata overriding analysis in iPOJO annotations
+
+** Improvement
+    * Update parent pom
+
+    
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Improvement
@@ -17,4 +26,4 @@
 
 Version 0.8.0
 -------------
-    * Initial release
\ No newline at end of file
+    * Initial release

Modified: felix/trunk/ipojo/annotations/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/annotations/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/annotations/pom.xml (original)
+++ felix/trunk/ipojo/annotations/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,91 +1,101 @@
 <!--
-	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
+  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
+  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.
+  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/xsd/maven-4.0.0.xsd">
-	<parent>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>org.apache.felix.ipojo.annotations</artifactId>
-	<groupId>org.apache.felix</groupId>
-	<version>1.3.0-SNAPSHOT</version>
-	<packaging>bundle</packaging>
-	<name>Apache Felix iPOJO Annotations</name>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-Name>iPOJO Annotations</Bundle-Name>
-						<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
-						<Bundle-Description> iPOJO Annotations </Bundle-Description>
-						<Export-Package> org.apache.felix.ipojo.annotations,
-							org.apache.felix.ipojo.handler.temporal,
-							org.apache.felix.ipojo.handlers.jmx,
-							org.apache.felix.ipojo.extender,
-							org.apache.felix.ipojo.whiteboard,
-							org.apache.felix.ipojo.handlers.event,
-							org.apache.felix.ipojo.transaction
-						 </Export-Package>
-						<Include-Resource> META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE </Include-Resource>
-					</instructions>
-					<obrRepository>NONE</obrRepository>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<skip>true</skip>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>org.apache.felix.ipojo.annotations</artifactId>
+  <groupId>org.apache.felix</groupId>
+  <version>1.3.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO Annotations</name>
+  
+  <description>
+  iPOJO Annotation pack. contained annotaitons are used to define iPOJO component type.
+  </description>
+  <url>
+  http://felix.apache.org/site/how-to-use-ipojo-annotations.html
+  </url>
+  
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>iPOJO Annotations</Bundle-Name>
+            <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
+            <Bundle-Description> iPOJO Annotations </Bundle-Description>
+            <Bundle-DocURL>http://felix.apache.org/site/how-to-use-ipojo-annotations.html</Bundle-DocURL>
+            <Export-Package> org.apache.felix.ipojo.annotations,
+              org.apache.felix.ipojo.handler.temporal,
+              org.apache.felix.ipojo.handlers.jmx,
+              org.apache.felix.ipojo.extender,
+              org.apache.felix.ipojo.whiteboard,
+              org.apache.felix.ipojo.handlers.event,
+              org.apache.felix.ipojo.transaction
+             </Export-Package>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE </Include-Resource>
+          </instructions>
+          <obrRepository>NONE</obrRepository>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: felix/trunk/ipojo/ant/LICENSE.asm
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/LICENSE.asm?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/LICENSE.asm (original)
+++ felix/trunk/ipojo/ant/LICENSE.asm Sun Jul 19 16:25:18 2009
@@ -1,28 +1,29 @@
+Copyright (c) 2000-2005 INRIA, France Telecom
+All rights reserved.
 
- ASM: a very small and fast Java bytecode manipulation framework
- Copyright (c) 2000-2005 INRIA, France Telecom
- All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
 
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. Neither the name of the copyright holders nor the names of its
-    contributors may be used to endorse or promote products derived from
-    this software without specific prior written permission.
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
 
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- THE POSSIBILITY OF SUCH DAMAGE.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.

Modified: felix/trunk/ipojo/ant/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/NOTICE?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/NOTICE (original)
+++ felix/trunk/ipojo/ant/NOTICE Sun Jul 19 16:25:18 2009
@@ -19,4 +19,4 @@
 
 III. License Summary
 - Apache License 2.0
-- BSD Licence
+- BSD License

Modified: felix/trunk/ipojo/ant/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/doc/changelog.txt (original)
+++ felix/trunk/ipojo/ant/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,12 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+    * [FELIX-1302] - Manipulator never ignore annotations
+
+** Improvement
+    * Update parent pom
+    
+    
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Improvement
@@ -13,4 +22,4 @@
     
 Version 0.8.1
 -------------
-    * Initial release 
\ No newline at end of file
+    * Initial release 

Modified: felix/trunk/ipojo/ant/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/ant/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/ant/pom.xml (original)
+++ felix/trunk/ipojo/ant/pom.xml Sun Jul 19 16:25:18 2009
@@ -29,6 +29,14 @@
   <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache Felix iPOJO Ant Task</name>
+  
+  <description>
+  Ant task to package iPOJO-powered bundles.
+  </description>
+  <url>
+  http://felix.apache.org/site/ipojo-ant-task.html
+  </url>
+  
   <dependencies>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -63,6 +71,7 @@
             <Bundle-Name>iPOJO Ant Task</Bundle-Name>
             <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
             <Bundle-Description> iPOJO Ant Task </Bundle-Description>
+            <Bundle-DocURL>http://felix.apache.org/site/ipojo-ant-task.html</Bundle-DocURL>
             <Private-Package> org.apache.felix.ipojo.metadata,
               org.apache.felix.ipojo.manipulator,
               org.apache.felix.ipojo.xml.parser,
@@ -75,9 +84,10 @@
               org.apache.xerces.dom.*, org.apache.xerces.dom3.*
             </Private-Package>
             <Export-Package> org.apache.felix.ipojo.task </Export-Package>
-            <Include-Resource> META-INF/LICENCE=LICENSE,
+            <Include-Resource> META-INF/LICENSE=LICENSE,
               META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
             </Include-Resource>
+            <Import-Package>!org.objectweb.asm.signature, !org.objectweb.asm.tree, !org.objectweb.asm.tree.analysis, *</Import-Package>
           </instructions>
           <obrRepository>NONE</obrRepository>
         </configuration>

Added: felix/trunk/ipojo/api/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/api/doc/changelog.txt?rev=795564&view=auto
==============================================================================
--- felix/trunk/ipojo/api/doc/changelog.txt (added)
+++ felix/trunk/ipojo/api/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -0,0 +1,11 @@
+Version 1.4.0
+-------------
+    
+** Bug
+    * [FELIX-965] - Avoid classloading issue if an already manipulated class is used by the API
+
+** Improvement
+    * Update parent pom
+    * Initial commit
+    
+   

Propchange: felix/trunk/ipojo/api/doc/changelog.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: felix/trunk/ipojo/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/api/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/api/pom.xml (original)
+++ felix/trunk/ipojo/api/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,118 +1,127 @@
 <!--
-	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
+  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
+  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.
+  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>
-	<parent>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
-	<artifactId>org.apache.felix.ipojo.api</artifactId>
-	<version>1.3.0-SNAPSHOT</version>
-	<name>Apache Felix iPOJO API</name>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-SymbolicName>${pom.artifactId}
-						</Bundle-SymbolicName>
-						<Import-Package>
-							!org.objectweb.asm.tree,
-							org.apache.felix.ipojo.composite;resolution:=optional,
-							*
-						</Import-Package>
-						<Export-Package>
-							org.apache.felix.ipojo.api,
-							org.apache.felix.ipojo.api.composite,
-							org.apache.felix.ipojo.manipulation,
-							org.apache.felix.ipojo.manipulation.annotations,
-							org.objectweb.asm.commons, org.objectweb.asm
-						</Export-Package>
-						<Include-Resource> META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
-						</Include-Resource>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <artifactId>org.apache.felix.ipojo.api</artifactId>
+  <version>1.3.0-SNAPSHOT</version>
+  <name>Apache Felix iPOJO API</name>
+  
+  <description>
+  iPOJO API used to definie component types and instances from Java code.
+  </description>
+  <url>http://felix.apache.org/site/apache-felix-ipojo-api.html</url>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-SymbolicName>${pom.artifactId}
+            </Bundle-SymbolicName>
+           <Bundle-DocURL>
+             http://felix.apache.org/site/apache-felix-ipojo-api.html
+            </Bundle-DocURL>
+            <Import-Package>
+              !org.objectweb.asm.tree,
+              org.apache.felix.ipojo.composite;resolution:=optional,
+              *
+            </Import-Package>
+            <Export-Package>
+              org.apache.felix.ipojo.api,
+              org.apache.felix.ipojo.api.composite,
+              org.apache.felix.ipojo.manipulation,
+              org.apache.felix.ipojo.manipulation.annotations,
+              org.objectweb.asm.commons, org.objectweb.asm
+            </Export-Package>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
+            </Include-Resource>
 
-					</instructions>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-						<param>.fbprefs</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<enableRulesSummary>false</enableRulesSummary>
-					<violationSeverity>warning</violationSeverity>
-					<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
-				</configuration>
-			</plugin>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+            <param>.fbprefs</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <violationSeverity>warning</violationSeverity>
+          <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
 
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo.composite</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>asm</groupId>
-			<artifactId>asm-all</artifactId>
-			<version>3.0</version>
-			<exclusions>
-				<exclusion>
-					<groupId>asm</groupId>
-					<artifactId>asm-tree</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-	</dependencies>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.composite</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>asm</groupId>
+      <artifactId>asm-all</artifactId>
+      <version>3.0</version>
+      <exclusions>
+        <exclusion>
+          <groupId>asm</groupId>
+          <artifactId>asm-tree</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+  </dependencies>
 </project>

Modified: felix/trunk/ipojo/arch/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/doc/changelog.txt (original)
+++ felix/trunk/ipojo/arch/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,10 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Improvement
+    * Update parent pom
+    * [FELIX-996] - Arch -factory  command always prints out one component factory
+
+
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Bug
@@ -11,4 +18,4 @@
     
 Version 0.8.0
 -------------
-    * Initial release
\ No newline at end of file
+    * Initial release

Modified: felix/trunk/ipojo/arch/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/arch/pom.xml (original)
+++ felix/trunk/ipojo/arch/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,122 +1,126 @@
 <!--
-	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
+  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
+  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.
+  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>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
-	<name>Apache Felix iPOJO Arch Command</name>
-	<artifactId>org.apache.felix.ipojo.arch</artifactId>
-	<groupId>org.apache.felix</groupId>
-	<version>1.3.0-SNAPSHOT</version>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.shell</artifactId>
-			<version>1.0.2</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-Name>Apache Felix iPOJO Arch Command</Bundle-Name>
-						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-						<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
-						<Bundle-Description> iPOJO Arch command for Felix
-						</Bundle-Description>
-						<Bundle-DocURL>
-							http://felix.apache.org/site/architecture-handler.html
-						</Bundle-DocURL>
-						<Private-Package> org.apache.felix.ipojo.arch </Private-Package>
-						<Include-Resource> META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE </Include-Resource>
-					</instructions>
-				</configuration>
-			</plugin>
-	<plugin>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>maven-ipojo-plugin</artifactId>
-		<version>${pom.version}</version>
-		<executions>
-			<execution>
-				<goals>
-					<goal>ipojo-bundle</goal>
-				</goals>
-				<configuration>
-					<ignoreAnnotations>true</ignoreAnnotations>
-					<metadata>
-					<![CDATA[
-						<ipojo>
-							<component classname="org.apache.felix.ipojo.arch.ArchCommandImpl" public="false">
-								<Provides />
-								<requires field="m_archs" optional="true" />
-								<requires field="m_factories" optional="true" />
-								<requires field="m_handlers" optional="true" />
-							</component>
-							<instance component="org.apache.felix.ipojo.arch.ArchCommandImpl" name="ArchCommand" />
-						</ipojo>
-						]]>
-					</metadata>
-				</configuration>
-			</execution>
-		</executions>
-	</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<enableRulesSummary>false</enableRulesSummary>
-					<violationSeverity>warning</violationSeverity>
-					<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+ <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO Arch Command</name>
+  <artifactId>org.apache.felix.ipojo.arch</artifactId>
+  <groupId>org.apache.felix</groupId>
+  <version>1.3.0-SNAPSHOT</version>
+  
+  <description>Arch command to collect and print information about iPOJO instances.</description>
+  <url>http://felix.apache.org/site/ipojo-arch-command.html</url>
+ 
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.shell</artifactId>
+      <version>1.0.2</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>Apache Felix iPOJO Arch Command</Bundle-Name>
+            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
+            <Bundle-Description> iPOJO Arch command for Felix
+            </Bundle-Description>
+            <Bundle-DocURL>
+              http://felix.apache.org/site/ipojo-arch-command.html
+            </Bundle-DocURL>
+            <Private-Package> org.apache.felix.ipojo.arch </Private-Package>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE </Include-Resource>
+          </instructions>
+        </configuration>
+      </plugin>
+  <plugin>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>maven-ipojo-plugin</artifactId>
+    <version>${pom.version}</version>
+    <executions>
+      <execution>
+        <goals>
+          <goal>ipojo-bundle</goal>
+        </goals>
+        <configuration>
+          <ignoreAnnotations>true</ignoreAnnotations>
+          <metadata>
+          <![CDATA[
+            <ipojo>
+              <component classname="org.apache.felix.ipojo.arch.ArchCommandImpl" public="false">
+                <Provides />
+                <requires field="m_archs" optional="true" />
+                <requires field="m_factories" optional="true" />
+                <requires field="m_handlers" optional="true" />
+              </component>
+              <instance component="org.apache.felix.ipojo.arch.ArchCommandImpl" name="ArchCommand" />
+            </ipojo>
+            ]]>
+          </metadata>
+        </configuration>
+      </execution>
+    </executions>
+  </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <violationSeverity>warning</violationSeverity>
+          <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: felix/trunk/ipojo/composite/LICENSE.asm
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/LICENSE.asm?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/LICENSE.asm (original)
+++ felix/trunk/ipojo/composite/LICENSE.asm Sun Jul 19 16:25:18 2009
@@ -1,28 +1,29 @@
+Copyright (c) 2000-2005 INRIA, France Telecom
+All rights reserved.
 
- ASM: a very small and fast Java bytecode manipulation framework
- Copyright (c) 2000-2005 INRIA, France Telecom
- All rights reserved.
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
 
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- 3. Neither the name of the copyright holders nor the names of its
-    contributors may be used to endorse or promote products derived from
-    this software without specific prior written permission.
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
 
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- THE POSSIBILITY OF SUCH DAMAGE.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of the copyright holders nor the names of its
+   contributors may be used to endorse or promote products derived from
+   this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.

Modified: felix/trunk/ipojo/composite/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/NOTICE?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/NOTICE (original)
+++ felix/trunk/ipojo/composite/NOTICE Sun Jul 19 16:25:18 2009
@@ -24,4 +24,4 @@
 
 III. License Summary
 - Apache License 2.0
-- BSD Licence
+- BSD License

Modified: felix/trunk/ipojo/composite/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/doc/changelog.txt (original)
+++ felix/trunk/ipojo/composite/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,12 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+    * [FELIX-994] - ClassCastException while Architecture on a composite with a provided service
+     
+** Improvement
+    * Update parent pom
+
+ 
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Bug

Modified: felix/trunk/ipojo/composite/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/composite/pom.xml (original)
+++ felix/trunk/ipojo/composite/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,144 +1,149 @@
 <!--
-	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
+  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
+  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.
+  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>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
-	<name>Apache Felix iPOJO Composite</name>
-	<artifactId>org.apache.felix.ipojo.composite</artifactId>
-	<groupId>org.apache.felix</groupId>
-	<version>1.3.0-SNAPSHOT</version>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO Composite</name>
+  <artifactId>org.apache.felix.ipojo.composite</artifactId>
+  <groupId>org.apache.felix</groupId>
+  <version>1.3.0-SNAPSHOT</version>
 
-	<properties>
-		<ipojo.package.version>1.4.0</ipojo.package.version>
-	</properties>
+  <properties>
+    <ipojo.package.version>1.4.0</ipojo.package.version>
+  </properties>
+  
+  <description>
+  iPOJO Compoistion Model. This is an iPOJO extension to execute service composition.
+  </description>
+  <url>http://felix.apache.org/site/ipojo-composition-tutorial.html</url>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.osgi.core</artifactId>
-			<version>1.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name>
-						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-						<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
-						<Bundle-Description> iPOJO Composititon Framework
-						</Bundle-Description>
-						<Bundle-DocURL>
-							http://felix.apache.org/site/apache-felix-ipojo.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.osgi.framework;version=1.3 </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
-						</Private-Package>
-						<Export-Package>
-							org.apache.felix.ipojo.composite; version="${ipojo.package.version}" ,
-							!org.objectweb.asm.xml*,
-							org.objectweb.asm*;-split-package:=merge-first ,
-							org.apache.felix.ipojo.manipulation
-						</Export-Package>
-						<Include-Resource> META-INF/LICENSE=LICENSE,
-							META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
-						</Include-Resource>
-						<IPOJO-Extension>
-							composite:org.apache.felix.ipojo.composite.CompositeFactory
-						</IPOJO-Extension>
-						<_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy>
-					</instructions>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-ipojo-plugin</artifactId>
-				<version>${pom.version}</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>ipojo-bundle</goal>
-						</goals>
-						<configuration>
-							<metadata>metadata.xml</metadata>
-							<ignoreAnnotations>true</ignoreAnnotations>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<enableRulesSummary>false</enableRulesSummary>
-					<violationSeverity>warning</violationSeverity>
-					<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>Apache Felix iPOJO Composite</Bundle-Name>
+            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
+            <Bundle-Description> iPOJO 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.osgi.framework;version=1.3 </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
+            </Private-Package>
+            <Export-Package>
+              org.apache.felix.ipojo.composite; version="${ipojo.package.version}" ,
+              !org.objectweb.asm.xml*,
+              org.objectweb.asm*;-split-package:=merge-first ,
+              org.apache.felix.ipojo.manipulation
+            </Export-Package>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE, META-INF/LICENSE.asm=LICENSE.asm
+            </Include-Resource>
+            <IPOJO-Extension>
+              composite:org.apache.felix.ipojo.composite.CompositeFactory
+            </IPOJO-Extension>
+            <_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-ipojo-plugin</artifactId>
+        <version>${pom.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>ipojo-bundle</goal>
+            </goals>
+            <configuration>
+              <metadata>metadata.xml</metadata>
+              <ignoreAnnotations>true</ignoreAnnotations>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <violationSeverity>warning</violationSeverity>
+          <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: felix/trunk/ipojo/core/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/core/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/core/doc/changelog.txt (original)
+++ felix/trunk/ipojo/core/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,19 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+    * [FELIX-985] - iPOJO analyzes already installed bundle by holding a lock
+    * [FELIX-1002] - iPOJO Static binding policy is not compliant with the Declarative Service static binding policy.
+    * [FELIX-1318] - Case mismatch problem of iPOJO custom handler name 
+** Improvement
+    * Update parent pom
+    * [FELIX-936] - Allowing publishing class as services
+    * [FELIX-966] - iPOJO: Better error reporting when getPojoObject return null
+    * [FELIX-982] - Declare iPOJO as a singleton bundle to avoid multiple version of the runtime at the same time
+    * [FELIX-1114] - callback after configuration change needed
+    * [FELIX-1163] - Improve error message when an array cannot be created due to a classloading issue
+    * [FELIX-1182] - iPOJO - reconfiguration : get all properties with the update callback
+    
+    
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Bug
@@ -46,4 +62,4 @@
     
 Version 0.8.0
 -------------
-    * Initial release
\ No newline at end of file
+    * Initial release

Modified: felix/trunk/ipojo/core/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/core/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/core/pom.xml (original)
+++ felix/trunk/ipojo/core/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,164 +1,159 @@
 <!--
-	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
+  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
+  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.
+  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>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
-	<name>Apache Felix iPOJO</name>
-	<artifactId>org.apache.felix.ipojo</artifactId>
-	<groupId>org.apache.felix</groupId>
-	<version>1.3.0-SNAPSHOT</version>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO</name>
+  <artifactId>org.apache.felix.ipojo</artifactId>
+  <groupId>org.apache.felix</groupId>
+  <version>1.3.0-SNAPSHOT</version>
 
-	<properties>
-		<ipojo.package.version>1.4.0</ipojo.package.version>
-	</properties>
+  <properties>
+    <ipojo.package.version>1.4.0</ipojo.package.version>
+  </properties>
+  
+  <description>
+  iPOJO Core bundle
+  </description>
+  <url>
+  http://ipojo.org
+  </url>
 
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.osgi.core</artifactId>
-			<version>1.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.osgi.compendium</artifactId>
-			<version>1.2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo.metadata</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>asm</groupId>
-			<artifactId>asm-all</artifactId>
-			<version>3.0</version>
-			<exclusions>
-				<exclusion>
-					<groupId>asm</groupId>
-					<artifactId>asm-tree</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Bundle-Name>Apache Felix iPOJO</Bundle-Name>
-						<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
-						<Bundle-SymbolicName>org.apache.felix.ipojo;singleton:=true</Bundle-SymbolicName>
-						<Bundle-Description> iPOJO Core Framework </Bundle-Description>
-						<Bundle-Activator> org.apache.felix.ipojo.Extender
-						</Bundle-Activator>
-						<Bundle-DocURL>
-							http://felix.apache.org/site/apache-felix-ipojo.html
-						</Bundle-DocURL>
-						<IPOJO-Extension>
-							component:org.apache.felix.ipojo.ComponentFactory,
-							handler:org.apache.felix.ipojo.HandlerManagerFactory
-						</IPOJO-Extension>
-						<Import-Package>
-							org.osgi.framework;version=1.3, <!-- To support KF 2 -->
-							org.osgi.service.cm,
-							org.osgi.service.log,
-							!net.sourceforge.cobertura.* <!--  To support code coverage -->
-						</Import-Package>
-						<Private-Package>
-							org.apache.felix.ipojo.handlers.architecture,
-							org.apache.felix.ipojo.handlers.lifecycle.callback,
-							org.apache.felix.ipojo.handlers.lifecycle.controller,
-							org.objectweb.asm
-						</Private-Package>
-						<Export-Package>
-							org.apache.felix.ipojo; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.metadata; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.architecture; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.parser; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.util; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.handlers.dependency; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.handlers.providedservice; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.handlers.configuration; version="${ipojo.package.version}",
-							org.apache.felix.ipojo.context; version="${ipojo.package.version}",
-							org.osgi.service.cm,
-							org.osgi.service.log
-						</Export-Package>
-						<Include-Resource>
-							META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE
-						</Include-Resource>
-						<_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy>
-					</instructions>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-ipojo-plugin</artifactId>
-				<version>${pom.version}</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>ipojo-bundle</goal>
-						</goals>
-						<configuration>
-							<metadata>metadata.xml</metadata>
-							<ignoreAnnotations>true</ignoreAnnotations>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-						<param>.fbprefs</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<enableRulesSummary>false</enableRulesSummary>
-					<violationSeverity>warning</violationSeverity>
-					<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.metadata</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Bundle-Name>Apache Felix iPOJO</Bundle-Name>
+            <Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
+            <Bundle-SymbolicName>org.apache.felix.ipojo;singleton:=true</Bundle-SymbolicName>
+            <Bundle-Description> iPOJO Core Framework </Bundle-Description>
+            <Bundle-Activator> org.apache.felix.ipojo.Extender
+            </Bundle-Activator>
+            <Bundle-DocURL>
+              http://felix.apache.org/site/apache-felix-ipojo.html
+            </Bundle-DocURL>
+            <IPOJO-Extension>
+              component:org.apache.felix.ipojo.ComponentFactory,
+              handler:org.apache.felix.ipojo.HandlerManagerFactory
+            </IPOJO-Extension>
+            <Import-Package>
+              org.osgi.framework;version=1.3, <!-- To support KF 2 -->
+              org.osgi.service.cm,
+              org.osgi.service.log,
+              !net.sourceforge.cobertura.* <!--  To support code coverage -->
+            </Import-Package>
+            <Private-Package>
+              org.apache.felix.ipojo.handlers.architecture,
+              org.apache.felix.ipojo.handlers.lifecycle.callback,
+              org.apache.felix.ipojo.handlers.lifecycle.controller
+            </Private-Package>
+            <Export-Package>
+              org.apache.felix.ipojo; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.metadata; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.architecture; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.parser; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.util; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.handlers.dependency; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.handlers.providedservice; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.handlers.configuration; version="${ipojo.package.version}",
+              org.apache.felix.ipojo.context; version="${ipojo.package.version}",
+              org.osgi.service.cm,
+              org.osgi.service.log
+            </Export-Package>
+            <Include-Resource>
+              META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE
+            </Include-Resource>
+            <_donotcopy> (CVS|.svn|.+.bak|~.+|metadata.xml) </_donotcopy>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-ipojo-plugin</artifactId>
+        <version>${pom.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>ipojo-bundle</goal>
+            </goals>
+            <configuration>
+              <metadata>metadata.xml</metadata>
+              <ignoreAnnotations>true</ignoreAnnotations>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+            <param>.fbprefs</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <violationSeverity>warning</violationSeverity>
+          <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: felix/trunk/ipojo/handler/eventadmin/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/NOTICE?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/NOTICE (original)
+++ felix/trunk/ipojo/handler/eventadmin/NOTICE Sun Jul 19 16:25:18 2009
@@ -14,5 +14,9 @@
 Copyright (c) OSGi Alliance (2000, 2007).
 Licensed under the Apache License 2.0.
 
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
 III. License Summary
 - Apache License 2.0

Modified: felix/trunk/ipojo/handler/eventadmin/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/doc/changelog.txt (original)
+++ felix/trunk/ipojo/handler/eventadmin/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,4 +1,9 @@
-Changes from 1.0.0 to 1.2.0
+Changes from 1.2.0 to 1.4.0
+---------------------------     
+** Improvement
+    * Update parent pom
+
+ Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Bug
     * [FELIX-794] - Event Admin handler reject correctly formed topics
@@ -9,4 +14,4 @@
 
 Version 1.0.0
 -------------
-    * Initial release
\ No newline at end of file
+    * Initial release

Modified: felix/trunk/ipojo/handler/eventadmin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/eventadmin/pom.xml?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/eventadmin/pom.xml (original)
+++ felix/trunk/ipojo/handler/eventadmin/pom.xml Sun Jul 19 16:25:18 2009
@@ -1,114 +1,120 @@
 <!--
-	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
+  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
+  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.
+  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>
-		<groupId>org.apache.felix</groupId>
-		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
-		<relativePath>../../pom/pom.xml</relativePath>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<packaging>bundle</packaging>
-	<name>Apache Felix iPOJO Event Admin Handler</name>
-	<artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId>
-	<version>1.3.0-SNAPSHOT</version>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.apache.felix.ipojo</artifactId>
-			<version>${pom.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.osgi.core</artifactId>
-			<version>1.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.felix</groupId>
-			<artifactId>org.osgi.compendium</artifactId>
-			<version>1.2.0</version>
-		</dependency>
-	</dependencies>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<version>1.4.3</version>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Export-Package>org.apache.felix.ipojo.handlers.event.*;
-							version="1.2.0"</Export-Package>
-						<Bundle-Name>${pom.name}</Bundle-Name>
-						<Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-						<Bundle-Description> iPOJO Event Admin Handlers
-						</Bundle-Description>
-						<Bundle-DocURL>
-							http://felix.apache.org/site/event-admin-handlers.html
-						</Bundle-DocURL>
-						<Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
-						<Include-Resource> META-INF/LICENCE=LICENSE,
-							META-INF/NOTICE=NOTICE </Include-Resource>
-					</instructions>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-ipojo-plugin</artifactId>
-				<version>${pom.version}</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>ipojo-bundle</goal>
-						</goals>
-						<configuration>
-							<metadata>metadata.xml</metadata>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>rat-maven-plugin</artifactId>
-				<configuration>
-					<excludeSubProjects>false</excludeSubProjects>
-					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
-					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
-					<excludes>
-						<param>doc/**/*</param>
-						<param>maven-eclipse.xml</param>
-						<param>.checkstyle</param>
-						<param>.externalToolBuilders/*</param>
-						<param>LICENSE.asm</param>
-					</excludes>
-				</configuration>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-checkstyle-plugin</artifactId>
-				<configuration>
-					<enableRulesSummary>false</enableRulesSummary>
-					<violationSeverity>warning</violationSeverity>
-					<configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix-parent</artifactId>
+    <version>1.2.0</version>
+    <relativePath>../../pom/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>bundle</packaging>
+  <name>Apache Felix iPOJO Event Admin Handler</name>
+  <artifactId>org.apache.felix.ipojo.handler.eventadmin</artifactId>
+  <version>1.3.0-SNAPSHOT</version>
+  
+  <description>
+  iPOJO extension to easily interact with the OSGi Event Admin.
+  </description>
+  <url>http://felix.apache.org/site/event-admin-handlers.html</url>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+      <version>1.2.0</version>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>1.4.3</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>org.apache.felix.ipojo.handlers.event.*;
+              version="1.2.0"</Export-Package>
+            <Bundle-Name>${pom.name}</Bundle-Name>
+            <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+            <Bundle-Description> iPOJO Event Admin Handlers
+            </Bundle-Description>
+            <Bundle-DocURL>
+             http://felix.apache.org/site/event-admin-handlers.html
+            </Bundle-DocURL>
+            <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+            <Include-Resource> META-INF/LICENSE=LICENSE,
+              META-INF/NOTICE=NOTICE </Include-Resource>
+          </instructions>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-ipojo-plugin</artifactId>
+        <version>${pom.version}</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>ipojo-bundle</goal>
+            </goals>
+            <configuration>
+              <metadata>metadata.xml</metadata>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <configuration>
+          <excludeSubProjects>false</excludeSubProjects>
+          <useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+          <useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+          <excludes>
+            <param>doc/**/*</param>
+            <param>maven-eclipse.xml</param>
+            <param>.checkstyle</param>
+            <param>.externalToolBuilders/*</param>
+            <param>LICENSE.asm</param>
+          </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <enableRulesSummary>false</enableRulesSummary>
+          <violationSeverity>warning</violationSeverity>
+          <configLocation>http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml</configLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Modified: felix/trunk/ipojo/handler/extender/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/extender/NOTICE?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/extender/NOTICE (original)
+++ felix/trunk/ipojo/handler/extender/NOTICE Sun Jul 19 16:25:18 2009
@@ -14,5 +14,9 @@
 Copyright (c) OSGi Alliance (2000, 2007).
 Licensed under the Apache License 2.0.
 
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
 III. License Summary
 - Apache License 2.0

Modified: felix/trunk/ipojo/handler/extender/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/extender/doc/changelog.txt?rev=795564&r1=795563&r2=795564&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/extender/doc/changelog.txt (original)
+++ felix/trunk/ipojo/handler/extender/doc/changelog.txt Sun Jul 19 16:25:18 2009
@@ -1,3 +1,12 @@
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+    * [FELIX-1025] - iPOJO Extender Handler hold a lock during its initialization
+         
+** Improvement
+    * Update parent pom
+
+
 Changes from 1.0.0 to 1.2.0
 ---------------------------
 ** Improvement
@@ -14,4 +23,4 @@
     
 Version 0.8.0
 -------------
-    * Initial release 
\ No newline at end of file
+    * Initial release