Author: al
Date: Tue May 28 19:05:06 2013
New Revision: 1487043

URL: http://svn.apache.org/r1487043
Log:
Change vendor to Apache

Modified:
    incubator/wave/trunk/build.xml

Modified: incubator/wave/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/wave/trunk/build.xml?rev=1487043&r1=1487042&r2=1487043&view=diff
==============================================================================
--- incubator/wave/trunk/build.xml (original)
+++ incubator/wave/trunk/build.xml Tue May 28 19:05:06 2013
@@ -580,8 +580,8 @@
         <exclude name="org/waveprotocol/box/server/waveserver/**/*" />
       </fileset>
       <manifest>
-        <attribute name="Implementation-Vendor" value="Google, Inc."/>
-        <attribute name="Implementation-Title" value="Google Wave Reference 
Impl API"/>
+        <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
+        <attribute name="Implementation-Title" value="Apache Wave Reference 
Impl API"/>
         <attribute name="Implementation-Version" 
value="${waveinabox.version}"/>
       </manifest>
     </jar>
@@ -667,8 +667,8 @@
         <!-- Application entry point -->
         <attribute name="Main-Class"
           value="org.waveprotocol.box.server.ServerMain"/>
-        <attribute name="Implementation-Vendor" value="Google, Inc."/>
-        <attribute name="Implementation-Title" value="Wave in a Box Server"/>
+        <attribute name="Implementation-Vendor" value="Apache Software 
Foundation"/>
+        <attribute name="Implementation-Title" value="Apache Wave Server"/>
         <attribute name="Implementation-Version" 
value="${waveinabox.version}"/>
       </manifest>
     </jar>


Reply via email to