Author: gseitz
Date: Mon May 19 23:07:51 2008
New Revision: 658117

URL: http://svn.apache.org/viewvc?rev=658117&view=rev
Log:
WICKET-1645: invalid manifest due to folder yahoo-dom-event

Modified:
    wicket/trunk/wicket-datetime/pom.xml

Modified: wicket/trunk/wicket-datetime/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/pom.xml?rev=658117&r1=658116&r2=658117&view=diff
==============================================================================
--- wicket/trunk/wicket-datetime/pom.xml (original)
+++ wicket/trunk/wicket-datetime/pom.xml Mon May 19 23:07:51 2008
@@ -15,10 +15,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.apache.wicket</groupId>
@@ -26,13 +24,10 @@
                <version>1.4-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
-
        <artifactId>wicket-datetime</artifactId>
        <packaging>jar</packaging>
-
        <name>Wicket Date/Time</name>
        <description>Date/Time components and utilities for Wicket</description>
-
        <dependencies>
                <dependency>
                        <groupId>org.apache.wicket</groupId>
@@ -43,4 +38,29 @@
                        <artifactId>joda-time</artifactId>
                </dependency>
        </dependencies>
-</project>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <version>1.4.1</version>
+                               <executions>
+                                       <execution>
+                                               <id>bundle-manifest</id>
+                                               <phase>process-classes</phase>
+                                               <goals>
+                                                       <goal>manifest</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <instructions>
+                                                               <Export-Package>
+                                                                       
!org.apache.wicket.extensions.yui.yahoo-dom-event,* 
+                                                               
</Export-Package>
+                                                       </instructions>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>
\ No newline at end of file


Reply via email to