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 2007/12/28 10:32:43 UTC

svn commit: r607197 - /incubator/sling/trunk/sling/core/pom.xml

Author: cziegeler
Date: Fri Dec 28 01:32:43 2007
New Revision: 607197

URL: http://svn.apache.org/viewvc?rev=607197&view=rev
Log:
Fix node type definition list.

Modified:
    incubator/sling/trunk/sling/core/pom.xml

Modified: incubator/sling/trunk/sling/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/core/pom.xml?rev=607197&r1=607196&r2=607197&view=diff
==============================================================================
--- incubator/sling/trunk/sling/core/pom.xml (original)
+++ incubator/sling/trunk/sling/core/pom.xml Fri Dec 28 01:32:43 2007
@@ -85,7 +85,7 @@
                             org.apache.sling.core.impl.*
                         </Private-Package>
                         <Sling-Nodetypes>
-                            SLING-INF/nodetypes/command.cnd,SLING-INF/nodetypes/component.cnd,SLING-INF/nodetypes/selection.cnd,SLING-INF/nodetypes/references.cnd
+                            SLING-INF/nodetypes/selection.cnd,SLING-INF/nodetypes/references.cnd
                         </Sling-Nodetypes>
                     </instructions>
                 </configuration>