Author: reto
Date: Mon Feb 18 13:20:07 2013
New Revision: 1447242

URL: http://svn.apache.org/r1447242
Log:
STANBOL-910: renamed bundle to reflect its intention of being the bundle 
proving writers for RDFViewable without being intensionaly tight to ldpath

Added:
    stanbol/trunk/commons/web/rdfviewable-writer/
      - copied from r1446109, stanbol/trunk/commons/web/viewable-ldpath/
Removed:
    stanbol/trunk/commons/web/viewable-ldpath/
Modified:
    stanbol/trunk/commons/pom.xml
    stanbol/trunk/commons/web/rdfviewable-writer/pom.xml
    stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml

Modified: stanbol/trunk/commons/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/pom.xml?rev=1447242&r1=1447241&r2=1447242&view=diff
==============================================================================
--- stanbol/trunk/commons/pom.xml (original)
+++ stanbol/trunk/commons/pom.xml Mon Feb 18 13:20:07 2013
@@ -64,7 +64,7 @@
     <module>web/base.jersey</module>
     <module>web/home</module>
     <module>web/viewable</module>
-    <module>web/viewable-ldpath</module>
+    <module>web/rdfviewable-writer</module>
     <module>web/viewable-writer</module>
     <module>web/resources</module>
     <module>web/sparql</module>

Modified: stanbol/trunk/commons/web/rdfviewable-writer/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/commons/web/rdfviewable-writer/pom.xml?rev=1447242&r1=1446109&r2=1447242&view=diff
==============================================================================
--- stanbol/trunk/commons/web/rdfviewable-writer/pom.xml (original)
+++ stanbol/trunk/commons/web/rdfviewable-writer/pom.xml Mon Feb 18 13:20:07 
2013
@@ -26,21 +26,20 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.commons.web.viewable.ldpath</artifactId>
+  <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
   <version>0.12.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Commons Web Viewable for LDpath</name>
+  <name>Apache Stanbol Commons Web Message Body Writers for RDFViewable</name>
   <description>
-    A service providing classes and message body writer for response rendering 
-    allowing to use LDpath based templates over RDF resources.
+    A bundle proving JAX-RS MessageBodyWriter-Service to render RDFViewableS.
   </description>
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable-ldpath
+      
scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/rdfviewable-writer
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable-ldpath
+      
scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/commons/web/rdfviewable-writer
     </developerConnection>
     <url>http://stanbol.apache.org/</url>
   </scm>

Modified: 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml?rev=1447242&r1=1447241&r2=1447242&view=diff
==============================================================================
--- 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
(original)
+++ 
stanbol/trunk/launchers/bundlelists/stanbolcommons/src/main/bundles/list.xml 
Mon Feb 18 13:20:07 2013
@@ -510,7 +510,7 @@
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.commons.web.viewable.ldpath</artifactId>
+      
<artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
       <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
@@ -521,4 +521,4 @@
   </startLevel>
 
   
-</bundles>
\ No newline at end of file
+</bundles>


Reply via email to