fixed demo

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2426 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
adrian.f.cole 2009-12-15 00:50:29 +00:00
parent 8f012d65be
commit 6e74a573df
2 changed files with 3 additions and 4 deletions

View File

@ -26,4 +26,4 @@
# 1. execute 'mvn install' to build the sample
# 2. invoke the jar, passing your aws credentials and the bucket you wish to create
# ex.
# java -jar target/jclouds-s3-sample-createandlistbuckets-jar-with-dependencies.jar accesskey secretkey testbucketName
# java -jar target/jclouds-aws-sample-createandlistbuckets-jar-with-dependencies.jar accesskey secretkey testbucketName

View File

@ -31,7 +31,6 @@
<artifactId>jclouds-aws-sample-createandlistbuckets</artifactId>
<name>jclouds S3 sample that creates a bucket then lists all owned buckets</name>
<description>jclouds S3 sample that creates a bucket then lists all owned buckets</description>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
@ -42,7 +41,7 @@
<configuration>
<archive>
<manifest>
<mainClass>org.jclouds.aws.s3.demos.MainApp</mainClass>
<mainClass>org.jclouds.aws.s3.samples.MainApp</mainClass>
</manifest>
</archive>
</configuration>
@ -56,7 +55,7 @@
</descriptorRefs>
<archive>
<manifest>
<mainClass>org.jclouds.aws.s3.demos.MainApp</mainClass>
<mainClass>org.jclouds.aws.s3.samples.MainApp</mainClass>
</manifest>
</archive>
</configuration>