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
|
# 1. execute 'mvn install' to build the sample
|
||||||
# 2. invoke the jar, passing your aws credentials and the bucket you wish to create
|
# 2. invoke the jar, passing your aws credentials and the bucket you wish to create
|
||||||
# ex.
|
# 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>
|
<artifactId>jclouds-aws-sample-createandlistbuckets</artifactId>
|
||||||
<name>jclouds S3 sample that creates a bucket then lists all owned buckets</name>
|
<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>
|
<description>jclouds S3 sample that creates a bucket then lists all owned buckets</description>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -42,7 +41,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>org.jclouds.aws.s3.demos.MainApp</mainClass>
|
<mainClass>org.jclouds.aws.s3.samples.MainApp</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@ -56,7 +55,7 @@
|
||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>org.jclouds.aws.s3.demos.MainApp</mainClass>
|
<mainClass>org.jclouds.aws.s3.samples.MainApp</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue