You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/12/05 20:21:24 UTC

svn commit: r1042419 - /tiles/framework/trunk/tiles-el/pom.xml

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>