You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/03/31 18:38:14 UTC

svn commit: r643051 - in /incubator/sling/trunk: pom.xml sling/servlets-post/pom.xml

Author: cziegeler
Date: Mon Mar 31 09:38:06 2008
New Revision: 643051

URL: http://svn.apache.org/viewvc?rev=643051&view=rev
Log:
SLING-326: Rename ujax module to sling servlets post.

Modified:
    incubator/sling/trunk/pom.xml
    incubator/sling/trunk/sling/servlets-post/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=643051&r1=643050&r2=643051&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Mon Mar 31 09:38:06 2008
@@ -104,9 +104,9 @@
         <module>sling/scheduler</module>
         <module>sling/sample</module>
         <module>sling/servlets-default</module>
+        <module>sling/servlets-post</module>
         <module>sling/servlets-standard</module>
         <module>sling/threads</module>
-        <module>sling/ujax</module>
 
         <!-- Scripting Support -->
         <module>scripting/api</module>

Modified: incubator/sling/trunk/sling/servlets-post/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets-post/pom.xml?rev=643051&r1=643050&r2=643051&view=diff
==============================================================================
--- incubator/sling/trunk/sling/servlets-post/pom.xml (original)
+++ incubator/sling/trunk/sling/servlets-post/pom.xml Mon Mar 31 09:38:06 2008
@@ -26,25 +26,24 @@
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.sling.ujax</artifactId>
+    <artifactId>org.apache.sling.servlets.post</artifactId>
     <packaging>bundle</packaging>
     <version>2.0.0-incubator-SNAPSHOT</version>
 
-    <name>Sling microjax (ujax)</name>
+    <name>Sling Default POST Servlets</name>
     <description>
-        Microjax aka ujax is a simple client side API to access the
-        repository and consists of a Servlet to update JCR content
+        Provides default POST servlets.
     </description>
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/ujax
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-post
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/ujax
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/servlets-post
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/ujax
+            http://svn.apache.org/viewvc/incubator/sling/trunk/sling/servlets-post
         </url>
     </scm>