mirror of https://github.com/apache/jclouds.git
fixed demo
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2426 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
8f012d65be
commit
6e74a573df
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue