Skip to content

Commit

Permalink
Added OSGi Manifest and Eclipse project files
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed Nov 16, 2011
1 parent 9fe20ee commit cb4c4fb
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
28 changes: 28 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>aws-sdk-for-java</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
71 changes: 71 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
#Wed Jul 13 07:53:18 CEST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
org.eclipse.jdt.core.compiler.problem.autoboxing=ignore
org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning
org.eclipse.jdt.core.compiler.problem.deadCode=warning
org.eclipse.jdt.core.compiler.problem.deprecation=warning
org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=ignore
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning
org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning
org.eclipse.jdt.core.compiler.problem.forbiddenReference=error
org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning
org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning
org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=ignore
org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
org.eclipse.jdt.core.compiler.problem.localVariableHiding=ignore
org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning
org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=ignore
org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=enabled
org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning
org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=ignore
org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning
org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning
org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
org.eclipse.jdt.core.compiler.problem.nullReference=warning
org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=ignore
org.eclipse.jdt.core.compiler.problem.potentialNullReference=ignore
org.eclipse.jdt.core.compiler.problem.rawTypeReference=ignore
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=ignore
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled
org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning
org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled
org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning
org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=ignore
org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning
org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
org.eclipse.jdt.core.compiler.problem.unusedImport=ignore
org.eclipse.jdt.core.compiler.problem.unusedLabel=warning
org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore
org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=ignore
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
81 changes: 81 additions & 0 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AWS SDK for Java
Bundle-SymbolicName: com.amazonaws.sdk;singleton:=true
Bundle-Version: 1.2.12
Bundle-Vendor: Amazon Technologies, Inc
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.apache.commons.codec;bundle-version="1.3.0",
org.apache.commons.logging;bundle-version="1.1.1";visibility:=reexport,
org.codehaus.jackson.core;bundle-version="1.6.0",
javax.mail;bundle-version="1.4.0",
org.apache.httpcomponents.httpcore;bundle-version="4.1.0",
org.apache.httpcomponents.httpclient;bundle-version="4.1.0"
Export-Package: com.amazonaws,
com.amazonaws.auth,
com.amazonaws.auth.policy,
com.amazonaws.auth.policy.actions,
com.amazonaws.auth.policy.conditions,
com.amazonaws.auth.policy.internal,
com.amazonaws.auth.policy.resources,
com.amazonaws.handlers,
com.amazonaws.http,
com.amazonaws.sdk,
com.amazonaws.services.autoscaling,
com.amazonaws.services.autoscaling.model,
com.amazonaws.services.autoscaling.model.transform,
com.amazonaws.services.cloudformation,
com.amazonaws.services.cloudformation.model,
com.amazonaws.services.cloudformation.model.transform,
com.amazonaws.services.cloudwatch,
com.amazonaws.services.cloudwatch.model,
com.amazonaws.services.cloudwatch.model.transform,
com.amazonaws.services.ec2,
com.amazonaws.services.ec2.model,
com.amazonaws.services.ec2.model.transform,
com.amazonaws.services.ec2.util,
com.amazonaws.services.elasticbeanstalk,
com.amazonaws.services.elasticbeanstalk.model,
com.amazonaws.services.elasticbeanstalk.model.transform,
com.amazonaws.services.elasticloadbalancing,
com.amazonaws.services.elasticloadbalancing.model,
com.amazonaws.services.elasticloadbalancing.model.transform,
com.amazonaws.services.elasticmapreduce,
com.amazonaws.services.elasticmapreduce.model,
com.amazonaws.services.elasticmapreduce.model.transform,
com.amazonaws.services.elasticmapreduce.util,
com.amazonaws.services.identitymanagement,
com.amazonaws.services.identitymanagement.model,
com.amazonaws.services.identitymanagement.model.transform,
com.amazonaws.services.importexport,
com.amazonaws.services.importexport.model,
com.amazonaws.services.importexport.model.transform,
com.amazonaws.services.rds,
com.amazonaws.services.rds.model,
com.amazonaws.services.rds.model.transform,
com.amazonaws.services.s3,
com.amazonaws.services.s3.internal,
com.amazonaws.services.s3.internal.crypto,
com.amazonaws.services.s3.model,
com.amazonaws.services.s3.model.transform,
com.amazonaws.services.s3.transfer,
com.amazonaws.services.s3.transfer.internal,
com.amazonaws.services.s3.transfer.model,
com.amazonaws.services.simpledb,
com.amazonaws.services.simpledb.internal,
com.amazonaws.services.simpledb.model,
com.amazonaws.services.simpledb.model.transform,
com.amazonaws.services.simpledb.util,
com.amazonaws.services.simpleemail,
com.amazonaws.services.simpleemail.model,
com.amazonaws.services.simpleemail.model.transform,
com.amazonaws.services.sns,
com.amazonaws.services.sns.model,
com.amazonaws.services.sns.model.transform,
com.amazonaws.services.sns.util,
com.amazonaws.services.sqs,
com.amazonaws.services.sqs.model,
com.amazonaws.services.sqs.model.transform,
com.amazonaws.transform,
com.amazonaws.util,
com.amazonaws.util.json
10 changes: 10 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source.. = src/main/java,\
src/main/resources
output.. = bin/

bin.includes = LICENSE.txt,\
NOTICE.txt,\
META-INF/,\
.

jre.compilation.profile = JavaSE-1.6

0 comments on commit cb4c4fb

Please sign in to comment.