mirror of https://github.com/apache/jclouds.git
Cleaned up TweetStore project names
This commit is contained in:
parent
df65c91a54
commit
9336105d34
|
@ -28,7 +28,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>jclouds-demo-gae-tweetstore-spring</artifactId>
|
<artifactId>jclouds-demo-gae-tweetstore-spring</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>Spring version of JClouds TweetStore for Google App Engine</name>
|
<name>jclouds TweetStore for Google App Engine (Spring)</name>
|
||||||
<description>JClouds TweetStore for Google App Engine using Spring for Dependency Injection</description>
|
<description>JClouds TweetStore for Google App Engine using Spring for Dependency Injection</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>jclouds-demo-gae-tweetstore</artifactId>
|
<artifactId>jclouds-demo-gae-tweetstore</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>JClouds TweetStore for Google App Engine</name>
|
<name>jclouds TweetStore for Google App Engine</name>
|
||||||
<description>JClouds TweetStore for Google App Engine using Guice for Dependency Injection</description>
|
<description>jclouds TweetStore for Google App Engine using Guice for Dependency Injection</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue