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/08 22:45:31 UTC

svn commit: r1520923 - /clerezza/trunk/pom.xml

Author: reto
Date: Sun Sep  8 20:45:31 2013
New Revision: 1520923

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

Modified:
    clerezza/trunk/pom.xml

Modified: clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1520923&r1=1520922&r2=1520923&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/pom.xml Sun Sep  8 20:45:31 2013
@@ -98,7 +98,8 @@
                 <module>platform.security.conditions</module>
                 <module>platform.shellcustomizer</module>
                 <module>platform.typehandlerspace</module>
-                <module>platform.typehandlerspace.impl</module>
+                <module>platform.typehandlerspace.wink</module>
+                <module>platform.typehandlerspace.jaxrs2</module>
                 <module>platform.typerendering</module>
                 <module>platform.typerendering.gui</module>
                 <module>platform.typerendering.scala</module>