Author: apetrelli
Date: Sun Dec 5 19:21:24 2010
New Revision: 1042419
URL: http://svn.apache.org/viewvc?rev=1042419&view=rev
Log:
TILES-518
Applied patch by David Hay.
Modified:
tiles/framework/trunk/tiles-el/pom.xml
Modified: tiles/framework/trunk/tiles-el/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-el/pom.xml?rev=1042419&r1=1042418&r2=1042419&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-el/pom.xml (original)
+++ tiles/framework/trunk/tiles-el/pom.xml Sun Dec 5 19:21:24 2010
@@ -70,6 +70,18 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <configuration>
+ <instructions>
+ <Import-Package>
+ org.apache.el; resolution:=optional,
+ *
+ </Import-Package>
+ </instructions>
+ </configuration>
+ </plugin>
</plugins>
</build>