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