You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cz...@apache.org on 2008/04/18 14:47:26 UTC

svn commit: r649499 - in /portals/pluto/branches/2.0-spi-refactoring: pom.xml portlet2-api/pom.xml

Author: cziegeler
Date: Fri Apr 18 05:47:22 2008
New Revision: 649499

URL: http://svn.apache.org/viewvc?rev=649499&view=rev
Log:
Sync refactoring branch with changes from trunk.

Modified:
    portals/pluto/branches/2.0-spi-refactoring/pom.xml
    portals/pluto/branches/2.0-spi-refactoring/portlet2-api/pom.xml

Modified: portals/pluto/branches/2.0-spi-refactoring/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pom.xml?rev=649499&r1=649498&r2=649499&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pom.xml (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pom.xml Fri Apr 18 05:47:22 2008
@@ -228,7 +228,7 @@
         <taglibs.standard.version>1.0.6</taglibs.standard.version>
 	    <xerces.version>2.6.2</xerces.version>
 	    <jaxb.version>2.1</jaxb.version>
-	    <jaxb-impl.version>2.1.2</jaxb-impl.version>
+	    <jaxb-impl.version>2.1.3</jaxb-impl.version>
 	    <stax.api.version>1.0.1</stax.api.version>
 	    <stax.impl.version>1.2.0</stax.impl.version>
 	    <xalan.version>2.7.0</xalan.version>
@@ -318,7 +318,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-7-SNAPSHOT</version>
+                    <version>2.0-beta-6</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Modified: portals/pluto/branches/2.0-spi-refactoring/portlet2-api/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/portlet2-api/pom.xml?rev=649499&r1=649498&r2=649499&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/portlet2-api/pom.xml (original)
+++ portals/pluto/branches/2.0-spi-refactoring/portlet2-api/pom.xml Fri Apr 18 05:47:22 2008
@@ -58,7 +58,30 @@
 				<source>1.5</source>
 				<target>1.5</target>
 			</configuration>
-		</plugin>  
+		</plugin>
+		<plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jar-plugin</artifactId>
+            <configuration>
+                <archive>
+                    <manifestEntries>
+                        <Bundle-ManifestVersion>2</Bundle-ManifestVersion>
+                        <Bundle-SymbolicName>javax.portlet</Bundle-SymbolicName>
+                        <Bundle-Name>JSR 286</Bundle-Name>
+                        <Bundle-DocURL>http://www.jcp.org/en/jsr/detail?id=286</Bundle-DocURL>
+                        <Export-Package>
+                            javax.portlet;version="2.0.0",
+                            javax.portlet.filter;version="2.0.0"
+                        </Export-Package>
+                        <Import-Package>
+                            org.w3c.dom,
+                            javax.xml.namespace,
+                            javax.servlet.http; version="2.4.0"
+                        </Import-Package>
+                    </manifestEntries>
+                </archive>
+            </configuration>
+        </plugin>
 	</plugins>
   </build>
 </project>