Author: niallp
Date: Wed Jan 16 02:31:53 2008
New Revision: 612412

URL: http://svn.apache.org/viewvc?rev=612412&view=rev
Log:
Change javax.portlet to be "dynamic" import - thanks to Felix Meschberger and 
Carsten Ziegeler on the Felix team for reviewing and advising on this - see 
http://mail-archives.apache.org/mod_mbox/felix-dev/200801.mbox/[EMAIL PROTECTED]

Modified:
    commons/proper/fileupload/branches/b_1_2_1/pom.xml

Modified: commons/proper/fileupload/branches/b_1_2_1/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b_1_2_1/pom.xml?rev=612412&r1=612411&r2=612412&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b_1_2_1/pom.xml (original)
+++ commons/proper/fileupload/branches/b_1_2_1/pom.xml Wed Jan 16 02:31:53 2008
@@ -176,10 +176,10 @@
 org.apache.commons.fileupload.util;version=${project.version},
 org.apache.commons.io,
 org.apache.commons.io.output,
-javax.portlet,
 javax.servlet,
 javax.servlet.http
               </Import-Package>
+              <DynamicImport-Package>javax.portlet</DynamicImport-Package>
             </manifestEntries>
           </archive>
         </configuration>


Reply via email to