Author: fmeschbe
Date: Thu Nov 26 16:25:46 2009
New Revision: 884629

URL: http://svn.apache.org/viewvc?rev=884629&view=rev
Log:
SLING-1206 with including the ISO8601 class we also have to include the Text
class from jackrabbit-jcr-commons, otherwise this class will not be imported and
thus be missing when required.

Modified:
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=884629&r1=884628&r2=884629&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Thu Nov 26 16:25:46 2009
@@ -64,7 +64,7 @@
                             /system/sling.js
                         </Sling-Bundle-Resources>
                         <Embed-Dependency>
-                            
jackrabbit-jcr-commons;inline=org/apache/jackrabbit/util/ISO8601.class
+                            
jackrabbit-jcr-commons;inline=org/apache/jackrabbit/util/ISO8601.class|org/apache/jackrabbit/util/Text.class
                         </Embed-Dependency>
                     </instructions>
                 </configuration>


Reply via email to