Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AF981F2C9 for ; Thu, 21 Mar 2013 20:44:13 +0000 (UTC) Received: (qmail 86031 invoked by uid 500); 21 Mar 2013 20:44:13 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 85669 invoked by uid 500); 21 Mar 2013 20:44:13 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 85592 invoked by uid 99); 21 Mar 2013 20:44:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 20:44:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 20:44:08 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8FD4C2388978; Thu, 21 Mar 2013 20:43:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1459516 - in /clerezza/trunk: clerezza-jar-resource-bundle/ ext.com.hp.hpl.jena.tdb/ ext.com.hp.hpl.jena/ ext.org.apache.lucene/ ext.org.ops4j.pax.swissbox.tinybundles/ jaxrs.stanbol.fragments/ parent/ platform.xhtml2html/ uima/uima.utils/ Date: Thu, 21 Mar 2013 20:43:48 -0000 To: commits@clerezza.apache.org From: reto@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130321204348.8FD4C2388978@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reto Date: Thu Mar 21 20:43:47 2013 New Revision: 1459516 URL: http://svn.apache.org/r1459516 Log: CLEREZZA-755: update plugin versions, also taken the annotations to the global dependencies as all project should be changed to use them rather than javadoc tags Modified: clerezza/trunk/clerezza-jar-resource-bundle/pom.xml clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml clerezza/trunk/ext.com.hp.hpl.jena/pom.xml clerezza/trunk/ext.org.apache.lucene/pom.xml clerezza/trunk/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml clerezza/trunk/jaxrs.stanbol.fragments/pom.xml clerezza/trunk/parent/pom.xml clerezza/trunk/platform.xhtml2html/pom.xml clerezza/trunk/uima/uima.utils/pom.xml Modified: clerezza/trunk/clerezza-jar-resource-bundle/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/clerezza-jar-resource-bundle/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/clerezza-jar-resource-bundle/pom.xml (original) +++ clerezza/trunk/clerezza-jar-resource-bundle/pom.xml Thu Mar 21 20:43:47 2013 @@ -49,6 +49,16 @@ + + org.apache.felix + maven-scr-plugin + + + generate-scr-scrdescriptor + none + + + \ No newline at end of file Modified: clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml (original) +++ clerezza/trunk/ext.com.hp.hpl.jena.tdb/pom.xml Thu Mar 21 20:43:47 2013 @@ -81,7 +81,7 @@ ${project.artifactId} - *;scope=compile;artifactId=!slf4j-api + *;scope=compile;artifactId=!slf4j-api|org.apache.felix.scr.annotations true !com.hp.hpl.jena.*.test, !org.apache.xml.resolver.*,!sun.*, Modified: clerezza/trunk/ext.com.hp.hpl.jena/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.com.hp.hpl.jena/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/ext.com.hp.hpl.jena/pom.xml (original) +++ clerezza/trunk/ext.com.hp.hpl.jena/pom.xml Thu Mar 21 20:43:47 2013 @@ -78,7 +78,7 @@ ${project.artifactId} - *;artifactId=!commons-logging + *;artifactId=!slf4j-*|org.apache.felix.scr.annotations true !com.hp.hpl.jena.*.test, !org.apache.xml.resolver.*,!sun.*, Modified: clerezza/trunk/ext.org.apache.lucene/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.org.apache.lucene/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/ext.org.apache.lucene/pom.xml (original) +++ clerezza/trunk/ext.org.apache.lucene/pom.xml Thu Mar 21 20:43:47 2013 @@ -70,7 +70,7 @@ true - *;inline=false + *;inline=false;artifactId=!org.apache.felix.scr.annotations org.apache.lucene.* Modified: clerezza/trunk/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml (original) +++ clerezza/trunk/ext.org.ops4j.pax.swissbox.tinybundles/pom.xml Thu Mar 21 20:43:47 2013 @@ -54,7 +54,7 @@ true org.ops4j.pax.swissbox.tinybundles.core;version="1.3.0" - *;artifactId=!slf4j-api;scope=compile;inline=true + *;artifactId=!slf4j-*|org.apache.felix.scr.annotations;scope=compile;inline=true Modified: clerezza/trunk/jaxrs.stanbol.fragments/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/jaxrs.stanbol.fragments/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/jaxrs.stanbol.fragments/pom.xml (original) +++ clerezza/trunk/jaxrs.stanbol.fragments/pom.xml Thu Mar 21 20:43:47 2013 @@ -46,7 +46,6 @@ org.apache.felix org.apache.felix.scr.annotations - 1.7.0 org.apache.wink Modified: clerezza/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/parent/pom.xml (original) +++ clerezza/trunk/parent/pom.xml Thu Mar 21 20:43:47 2013 @@ -72,7 +72,7 @@ org.apache.felix maven-bundle-plugin true - 2.1.0 + 2.3.7 ${project.groupId}.${project.artifactId} @@ -82,7 +82,7 @@ org.apache.felix maven-scr-plugin - 1.7.0 + 1.7.4 generate-scr-scrdescriptor @@ -331,6 +331,10 @@ slf4j-api + org.apache.felix + org.apache.felix.scr.annotations + + org.slf4j slf4j-simple test @@ -432,7 +436,7 @@ org.apache.felix org.apache.felix.scr.annotations - 1.5.0 + 1.6.0 com.googlecode.json-simple Modified: clerezza/trunk/platform.xhtml2html/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.xhtml2html/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/platform.xhtml2html/pom.xml (original) +++ clerezza/trunk/platform.xhtml2html/pom.xml Thu Mar 21 20:43:47 2013 @@ -30,14 +30,14 @@ bundle 0.6-SNAPSHOT Clerezza - Filter for browsers that do not support XHTML - Provides a wrhapi filter that changes the content-type of the + Provides a servlet filter that changes the content-type of the response from application/xhtml+xml to text/html - org.wymiwyg - wrhapi - 0.9 + javax.servlet + servlet-api + 2.5 org.osgi Modified: clerezza/trunk/uima/uima.utils/pom.xml URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.utils/pom.xml?rev=1459516&r1=1459515&r2=1459516&view=diff ============================================================================== --- clerezza/trunk/uima/uima.utils/pom.xml (original) +++ clerezza/trunk/uima/uima.utils/pom.xml Thu Mar 21 20:43:47 2013 @@ -110,7 +110,7 @@ org.apache.clerezza.uima.utils.*;version=0.1.0,org.apache.uima.*;version=2.3.0 - *;scope=compile|runtime + *;scope=compile|runtime;artifactId=!slf4j-*|org.apache.felix.scr.annotations org.apache.clerezza.uima.utils.UIMAUtilsBundleActivator