You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/09/09 06:42:29 UTC

svn commit: r1520960 - in /clerezza/trunk: parent/ platform.launcher.storageless.parent/ platform.typehandlerspace/ platform.typehandlerspace/src/main/java/org/apache/clerezza/platform/typehandlerspace/impl/

Author: reto
Date: Mon Sep  9 04:42:29 2013
New Revision: 1520960

URL: http://svn.apache.org/r1520960
Log:
CLEREZZA-814: renamed typehandlerspace.impl to -.wink and introduced _.jaxrs2 with JAX-RS 2.0 based implementation

Added:
    clerezza/trunk/platform.typehandlerspace/src/main/java/org/apache/clerezza/platform/typehandlerspace/impl/
    clerezza/trunk/platform.typehandlerspace/src/main/java/org/apache/clerezza/platform/typehandlerspace/impl/TypeHandlerDiscoveryImpl.java
      - copied unchanged from r1517586, clerezza/trunk/platform.typehandlerspace.impl/src/main/java/org/apache/clerezza/platform/typehandlerspace/impl/TypeHandlerDiscoveryImpl.java
Modified:
    clerezza/trunk/parent/pom.xml
    clerezza/trunk/platform.launcher.storageless.parent/pom.xml
    clerezza/trunk/platform.typehandlerspace/pom.xml

Modified: clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1520960&r1=1520959&r2=1520960&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Mon Sep  9 04:42:29 2013
@@ -75,7 +75,8 @@
                     <version>2.3.7</version>
                     <configuration>
                         <instructions>
-                            <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)", *</Import-Package>
+                            <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)",
+                                            org.apache.stanbol.commons.security.*; version="[0,3)",*</Import-Package>
                             <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
                             <_nodefaultversion />
                         </instructions>

Modified: clerezza/trunk/platform.launcher.storageless.parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.storageless.parent/pom.xml?rev=1520960&r1=1520959&r2=1520960&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.storageless.parent/pom.xml (original)
+++ clerezza/trunk/platform.launcher.storageless.parent/pom.xml Mon Sep  9 04:42:29 2013
@@ -565,7 +565,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
-            <artifactId>platform.typehandlerspace.impl</artifactId>
+            <artifactId>platform.typehandlerspace.wink</artifactId>
             <scope>runtime</scope>
             <version>0.9-SNAPSHOT</version>
         </dependency>

Modified: clerezza/trunk/platform.typehandlerspace/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typehandlerspace/pom.xml?rev=1520960&r1=1520959&r2=1520960&view=diff
==============================================================================
--- clerezza/trunk/platform.typehandlerspace/pom.xml (original)
+++ clerezza/trunk/platform.typehandlerspace/pom.xml Mon Sep  9 04:42:29 2013
@@ -54,11 +54,12 @@
             <artifactId>rdf.ontologies</artifactId>
             <version>0.12-SNAPSHOT</version>
         </dependency>
-        <!-- s        <dependency>
+        <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typepriority</artifactId>
             <version>0.2-SNAPSHOT</version>
-        </dependency> 
+        </dependency>
+        <!--  
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.graphnodeprovider</artifactId>