Author: ivol
Date: Mon Oct 11 09:53:01 2010
New Revision: 147
Log:
[AMDATU-91]
Re-added fileinstall, removing it currently breaks applications already built
on Amdatu.
It can be removed when the solution is complete (so when there is an
alternative for deploying bundles using a deploy directory)
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Mon Oct 11 09:53:01 2010
@@ -173,7 +173,15 @@
<artifactId>org.apache.felix.log</artifactId>
<version>${org.apache.felix.log.version}</version>
<scope>runtime</scope>
- </dependency>
+ </dependency>
+
+ <!-- File install bundle -->
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.fileinstall</artifactId>
+ <version>${org.apache.felix.file.install.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Use Pax Web as HTTP service implementation -->
<dependency>