You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2013/09/30 11:41:21 UTC

svn commit: r1527499 - /sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml

Author: rombert
Date: Mon Sep 30 09:41:20 2013
New Revision: 1527499

URL: http://svn.apache.org/r1527499
Log:
Include .artifacts plug-in in the base feature.

Modified:
    sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml

Modified: sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml
URL: http://svn.apache.org/viewvc/sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml?rev=1527499&r1=1527498&r2=1527499&view=diff
==============================================================================
--- sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml (original)
+++ sling/branches/tooling-ide-vlt/tooling/ide/feature/feature.xml Mon Sep 30 09:41:20 2013
@@ -286,4 +286,11 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.apache.sling.ide.artifacts"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>