Author: ate
Date: Mon May 11 22:47:27 2009
New Revision: 773717
URL: http://svn.apache.org/viewvc?rev=773717&view=rev
Log:
PORTALS-14: minor fix for the ASF organization name glitch in portals-pom-1.1
Modified:
portals/portlet-spec/trunk/portlet-api-1.0/pom.xml
portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
Modified: portals/portlet-spec/trunk/portlet-api-1.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-1.0/pom.xml?rev=773717&r1=773716&r2=773717&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-1.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-1.0/pom.xml Mon May 11 22:47:27 2009
@@ -60,6 +60,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <!-- minor fix for the organization name glitch in
portals-pom-1.1 -->
+ <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Export-Package>javax.portlet;version=1.0.0</Export-Package>
<Private-Package/>
<Implementation-Title>${project.name}</Implementation-Title>
Modified: portals/portlet-spec/trunk/portlet-api-2.0/pom.xml
URL:
http://svn.apache.org/viewvc/portals/portlet-spec/trunk/portlet-api-2.0/pom.xml?rev=773717&r1=773716&r2=773717&view=diff
==============================================================================
--- portals/portlet-spec/trunk/portlet-api-2.0/pom.xml (original)
+++ portals/portlet-spec/trunk/portlet-api-2.0/pom.xml Mon May 11 22:47:27 2009
@@ -68,6 +68,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
+ <!-- minor fix for the organization name glitch in
portals-pom-1.1 -->
+ <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Export-Package>javax.portlet.filter;version=2.0.0,
javax.portlet;version=2.0.0
</Export-Package>