sounds good. committed.
On Wed, May 14, 2008 at 7:06 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: > On Wed, May 14, 2008 at 5:24 AM, <[EMAIL PROTECTED]> wrote: > >> Author: doll >> Date: Wed May 14 05:24:34 2008 >> New Revision: 656248 >> >> URL: http://svn.apache.org/viewvc?rev=656248&view=rev >> Log: >> SHINDIG-217 >> Changes the names and descriptions in the java pom files to make more >> sense. >> >> >> Modified: >> incubator/shindig/trunk/java/gadgets/pom.xml >> incubator/shindig/trunk/java/server/pom.xml >> incubator/shindig/trunk/java/social-api/pom.xml >> >> Modified: incubator/shindig/trunk/java/gadgets/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=656248&r1=656247&r2=656248&view=diff >> >> ============================================================================== >> --- incubator/shindig/trunk/java/gadgets/pom.xml (original) >> +++ incubator/shindig/trunk/java/gadgets/pom.xml Wed May 14 05:24:34 2008 >> @@ -31,7 +31,7 @@ >> <packaging>jar</packaging> >> >> <name>Apache Shindig Gadget Renderer</name> >> - <description>OpenSocial gadget rendering component.</description> >> + <description>Renders gadgets and serves both gadgets and opensocial >> javascript files.</description> > > > We should also add that it provides the metadata service. We can probably > make this clearer by replacing "both gadgets and opensocial javascript > files" with simply "all javascript required by OpenSocial specification". > > >> >> >> <scm> >> <connection>scm:svn: >> http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets >> </connection> >> >> Modified: incubator/shindig/trunk/java/server/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server/pom.xml?rev=656248&r1=656247&r2=656248&view=diff >> >> ============================================================================== >> --- incubator/shindig/trunk/java/server/pom.xml (original) >> +++ incubator/shindig/trunk/java/server/pom.xml Wed May 14 05:24:34 2008 >> @@ -30,8 +30,8 @@ >> <artifactId>shindig-server</artifactId> >> <packaging>war</packaging> >> >> - <name>Apache Shindig Server</name> >> - <description>Default server war containing both the Gadget Rendering and >> the Social API servers.</description> >> + <name>Apache Shindig Web App</name> >> + <description>Default server war containing both the gadget rendering >> code and the social api code.</description> >> >> <scm> >> <connection> scm:svn: >> http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server >> </connection> >> >> Modified: incubator/shindig/trunk/java/social-api/pom.xml >> URL: >> http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=656248&r1=656247&r2=656248&view=diff >> >> ============================================================================== >> --- incubator/shindig/trunk/java/social-api/pom.xml (original) >> +++ incubator/shindig/trunk/java/social-api/pom.xml Wed May 14 05:24:34 >> 2008 >> @@ -30,8 +30,8 @@ >> <artifactId>shindig-social-api</artifactId> >> <packaging>jar</packaging> >> >> - <name>Apache Shindig REST API Server</name> >> - <description>Server part of Shindig for hosting OpenSocial Data >> APIs.</description> >> + <name>Apache Shindig Social API</name> >> + <description>Serves OpenSocial Data and the RESTful APIs.</description> > > > > > >> >> >> <scm> >> <connection>scm:svn: >> http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api >> </connection> >> >> >> >

