Author: reto
Date: Thu May 12 22:18:06 2011
New Revision: 1102484
URL: http://svn.apache.org/viewvc?rev=1102484&view=rev
Log:
CLEREZZA-524: starting shell after platform bundles for functioality to be
available in console shell too
Modified:
incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml
Modified:
incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml?rev=1102484&r1=1102483&r2=1102484&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml
(original)
+++
incubator/clerezza/trunk/parent/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml
Thu May 12 22:18:06 2011
@@ -51,6 +51,19 @@
<goals>
<goal>copy-dependencies</goal>
</goals>
+ <id>copy-shell</id>
+ <configuration>
+
<outputDirectory>${basedir}/target/bundles/startlevel-4</outputDirectory>
+
<useRepositoryLayout>true</useRepositoryLayout>
+
<excludeTransitive>true</excludeTransitive>
+
<includeScope>runtime</includeScope>
+
<includeArtifactIds>shell</includeArtifactIds>
+ </configuration>
+ </execution>
+ <execution>
+ <goals>
+
<goal>copy-dependencies</goal>
+ </goals>
<id>copy-rdf-core</id>
<!-- the tc-manager should be
activated after the provider -->
<configuration>
@@ -70,7 +83,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<excludeTransitive>true</excludeTransitive>
<includeScope>runtime</includeScope>
-
<excludeArtifactIds>rdf.core,slf4j-api,platform.security,platform.security.conditions</excludeArtifactIds>
+
<excludeArtifactIds>rdf.core,slf4j-api,platform.security,platform.security.conditions,shell</excludeArtifactIds>
</configuration>
</execution>
<execution>