You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/04/14 21:57:07 UTC

svn commit: r647974 - /incubator/sling/trunk/pom.xml

Author: bdelacretaz
Date: Mon Apr 14 12:56:56 2008
New Revision: 647974

URL: http://svn.apache.org/viewvc?rev=647974&view=rev
Log:
fix dojo module names

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=647974&r1=647973&r2=647974&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Mon Apr 14 12:56:56 2008
@@ -121,8 +121,8 @@
         <!-- Extensions -->
         <module>extensions/apt/parser</module>
         <module>extensions/apt/servlet</module>
-        <module>extensions/apt/dojo</module>
-        <module>extensions/apt/dojo-sling</module>
+        <module>extensions/dojo</module>
+        <module>extensions/dojo-sling</module>
 
         <!-- Samples -->
         <module>samples/webloader/service</module>