Author: gseitz
Date: Fri May 23 17:53:55 2008
New Revision: 659733
URL: http://svn.apache.org/viewvc?rev=659733&view=rev
Log:
WICKET-1649: fix misspelled header
Modified:
wicket/branches/wicket-1.3.x/pom.xml
Modified: wicket/branches/wicket-1.3.x/pom.xml
URL:
http://svn.apache.org/viewvc/wicket/branches/wicket-1.3.x/pom.xml?rev=659733&r1=659732&r2=659733&view=diff
==============================================================================
--- wicket/branches/wicket-1.3.x/pom.xml (original)
+++ wicket/branches/wicket-1.3.x/pom.xml Fri May 23 17:53:55 2008
@@ -789,7 +789,7 @@
<configuration>
<instructions>
<Import-Package>org.apache.wicket*</Import-Package>
-
<Dynamic-ImportPackage>*</Dynamic-ImportPackage>
+
<DynamicImport-Package>*</DynamicImport-Package>
<_nouses>true</_nouses>
</instructions>
</configuration>