Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
AWS Toolkit for Eclipse: v201709081818 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhx committed Sep 8, 2017
1 parent c54da2a commit d6d843a
Show file tree
Hide file tree
Showing 35 changed files with 182 additions and 636 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"current": [
"* Merge Pull Request: #81",
"* Resolving Issues: #80",
"* Move the bug report to the ErrorReport platform."
],
"v201708161930 ": [
"* Merge Pull Request: #78",
"* Resolving Issues: #25, #61, #71, and #77",
"* Adding more metrics for AWS Overview Editor, Amazon EC2 Explorer, and Create a new AWS Java Project."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ The Eclipse plugins included in the AWS Toolkit for Eclipse.

To contribute to the AWS Toolkit for Eclipse, you need to have at least these requirements met.

1. Java 7+
2. [git](https://git-scm.com/), [maven](https://maven.apache.org/)
1. Java 8+
2. [git](https://git-scm.com/), [maven 3.3+](https://maven.apache.org/)
3. Eclipse IDE 4.4.2 (Luna) or newer
4. [EGit](https://www.eclipse.org/egit/) 3.4.2+, [M2Eclipse](https://www.eclipse.org/m2e/) 1.5.1+ (Note: these two plugins are part of the standard Eclipse distribution since Luna)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.views;bundle-version="3.5.1",
org.eclipse.ui.ide;bundle-version="3.6.0",
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: com.amazonaws.eclipse.cloudformation,
com.amazonaws.eclipse.cloudformation.model,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.core.databinding;bundle-version="1.4.2",
org.eclipse.ui.ide;bundle-version="3.10.2",
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.databinding.beans,
org.eclipse.core.resources,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.wst.common.frameworks;bundle-version="1.1.0",
org.eclipse.wst.common.project.facet.core;bundle-version="1.3.0",
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.m2e.core;bundle-version="1.5.1",
com.amazonaws.eclipse.codecommit;bundle-version="1.0.0",
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.amazonaws.eclipse.codecommit.credentials,
com.amazonaws.eclipse.codecommit.widgets
Bundle-ActivationPolicy: lazy
4 changes: 3 additions & 1 deletion bundles/com.amazonaws.eclipse.core/.classpath
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/aws-java-sdk-opensdk-1.11.130.jar"/>
<classpathentry exported="true" kind="lib" path="lib/errorreport-1.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jsoup-1.7.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="etc" sourcepath="etc"/>
<classpathentry exported="true" kind="lib" path="icons" sourcepath="icons"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/aws-java-sdk-mobile-analytics-1.11.21.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
6 changes: 4 additions & 2 deletions bundles/com.amazonaws.eclipse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Bundle-ClassPath: etc/,
icons/,
.,
lib/aws-java-sdk-mobile-analytics-1.11.21.jar,
lib/jsoup-1.7.3.jar
lib/jsoup-1.7.3.jar,
lib/errorreport-1.0.0.jar,
lib/aws-java-sdk-opensdk-1.11.130.jar
Bundle-Activator: com.amazonaws.eclipse.core.AwsToolkitCore
Bundle-Vendor: Amazon Web Services
Export-Package: com.amazonaws.eclipse.core,
Expand Down Expand Up @@ -67,6 +69,6 @@ Require-Bundle: org.eclipse.swt,
org.eclipse.equinox.security;bundle-version="1.2.0",
org.eclipse.core.databinding.property,
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.jdt.launching
4 changes: 3 additions & 1 deletion bundles/com.amazonaws.eclipse.core/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ bin.includes = META-INF/,\
lib/ApacheLicense.txt,\
lib/MIT_LICENSE.txt,\
lib/aws-java-sdk-mobile-analytics-1.11.21.jar,\
lib/jsoup-1.7.3.jar
lib/jsoup-1.7.3.jar,\
lib/errorreport-1.0.0.jar,\
lib/aws-java-sdk-opensdk-1.11.130.jar
src.includes = src/,\
plugin.xml,\
META-INF/,\
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ private static void registerCustomErrorSupport() {
}

// TODO: any better way to check debug mode?
private static final boolean DEBUG_MODE = false;
public static final boolean DEBUG_MODE = false;

private ToolkitAnalyticsManager initializeToolkitAnalyticsManager() {

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d6d843a

Please sign in to comment.