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

Commit d6d843a

Browse files
author
zhangzhx
committed
AWS Toolkit for Eclipse: v201709081818 Release.
1 parent c54da2a commit d6d843a

File tree

35 files changed

+182
-636
lines changed

35 files changed

+182
-636
lines changed

CHANGELOG.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"current": [
3+
"* Merge Pull Request: #81",
4+
"* Resolving Issues: #80",
5+
"* Move the bug report to the ErrorReport platform."
6+
],
7+
"v201708161930 ": [
38
"* Merge Pull Request: #78",
49
"* Resolving Issues: #25, #61, #71, and #77",
510
"* Adding more metrics for AWS Overview Editor, Amazon EC2 Explorer, and Create a new AWS Java Project."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The Eclipse plugins included in the AWS Toolkit for Eclipse.
3535

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

38-
1. Java 7+
39-
2. [git](https://git-scm.com/), [maven](https://maven.apache.org/)
38+
1. Java 8+
39+
2. [git](https://git-scm.com/), [maven 3.3+](https://maven.apache.org/)
4040
3. Eclipse IDE 4.4.2 (Luna) or newer
4141
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)
4242

bundles/com.amazonaws.eclipse.cloudformation/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui,
2323
org.eclipse.ui.views;bundle-version="3.5.1",
2424
org.eclipse.ui.ide;bundle-version="3.6.0",
2525
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
26-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
26+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2727
Bundle-ActivationPolicy: lazy
2828
Export-Package: com.amazonaws.eclipse.cloudformation,
2929
com.amazonaws.eclipse.cloudformation.model,

bundles/com.amazonaws.eclipse.codecommit/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.ui,
2020
org.eclipse.core.databinding;bundle-version="1.4.2",
2121
org.eclipse.ui.ide;bundle-version="3.10.2",
2222
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
23-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
23+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2424
Bundle-ActivationPolicy: lazy
2525
Import-Package: org.eclipse.core.databinding.beans,
2626
org.eclipse.core.resources,

bundles/com.amazonaws.eclipse.codedeploy/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Require-Bundle: org.eclipse.ui,
2222
org.eclipse.wst.common.frameworks;bundle-version="1.1.0",
2323
org.eclipse.wst.common.project.facet.core;bundle-version="1.3.0",
2424
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
25-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
25+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
2626
Bundle-ActivationPolicy: lazy

bundles/com.amazonaws.eclipse.codestar/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Require-Bundle: org.eclipse.ui,
3636
org.eclipse.m2e.core;bundle-version="1.5.1",
3737
com.amazonaws.eclipse.codecommit;bundle-version="1.0.0",
3838
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
39-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
39+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
4040
Import-Package: com.amazonaws.eclipse.codecommit.credentials,
4141
com.amazonaws.eclipse.codecommit.widgets
4242
Bundle-ActivationPolicy: lazy
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry exported="true" kind="lib" path="lib/aws-java-sdk-opensdk-1.11.130.jar"/>
4+
<classpathentry exported="true" kind="lib" path="lib/errorreport-1.0.0.jar"/>
35
<classpathentry exported="true" kind="lib" path="lib/jsoup-1.7.3.jar"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
56
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
67
<classpathentry exported="true" kind="lib" path="etc" sourcepath="etc"/>
78
<classpathentry exported="true" kind="lib" path="icons" sourcepath="icons"/>
89
<classpathentry kind="src" path="src"/>
910
<classpathentry exported="true" kind="lib" path="lib/aws-java-sdk-mobile-analytics-1.11.21.jar"/>
11+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
1012
<classpathentry kind="output" path="target/classes"/>
1113
</classpath>

bundles/com.amazonaws.eclipse.core/META-INF/MANIFEST.MF

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Bundle-ClassPath: etc/,
77
icons/,
88
.,
99
lib/aws-java-sdk-mobile-analytics-1.11.21.jar,
10-
lib/jsoup-1.7.3.jar
10+
lib/jsoup-1.7.3.jar,
11+
lib/errorreport-1.0.0.jar,
12+
lib/aws-java-sdk-opensdk-1.11.130.jar
1113
Bundle-Activator: com.amazonaws.eclipse.core.AwsToolkitCore
1214
Bundle-Vendor: Amazon Web Services
1315
Export-Package: com.amazonaws.eclipse.core,
@@ -67,6 +69,6 @@ Require-Bundle: org.eclipse.swt,
6769
org.eclipse.equinox.security;bundle-version="1.2.0",
6870
org.eclipse.core.databinding.property,
6971
com.amazonaws.eclipse.javasdk;bundle-version="1.11.130"
70-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
72+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
7173
Bundle-ActivationPolicy: lazy
7274
Import-Package: org.eclipse.jdt.launching

bundles/com.amazonaws.eclipse.core/build.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ bin.includes = META-INF/,\
88
lib/ApacheLicense.txt,\
99
lib/MIT_LICENSE.txt,\
1010
lib/aws-java-sdk-mobile-analytics-1.11.21.jar,\
11-
lib/jsoup-1.7.3.jar
11+
lib/jsoup-1.7.3.jar,\
12+
lib/errorreport-1.0.0.jar,\
13+
lib/aws-java-sdk-opensdk-1.11.130.jar
1214
src.includes = src/,\
1315
plugin.xml,\
1416
META-INF/,\
Binary file not shown.

0 commit comments

Comments
 (0)