Skip to content

Commit

Permalink
docs(aws-cdk): Remove leftover reference to app.sh (#2642)
Browse files Browse the repository at this point in the history
This script was removed as part of 24f521a, but the README still referenced it.
  • Loading branch information
ivoanjo authored and Elad Ben-Israel committed May 26, 2019
1 parent ce39b12 commit 56f544e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/aws-cdk/lib/init-templates/app/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ and you should be able to build and run tests from your IDE.
You should explore the contents of this template. It demonstrates a CDK app with two instances of
a stack (`HelloStack`) which also uses a user-defined construct (`HelloConstruct`).

The `cdk.json` file tells the CDK Toolkit how to execute your app. It uses a script called `app.sh`
to do that. Note that this script expects a local file called `.classpath.txt` to exist. This file
is automatically created by `mvn package`.
The `cdk.json` file tells the CDK Toolkit how to execute your app. This example relies on maven
to do that.

# Useful commands

Expand All @@ -21,4 +20,3 @@ is automatically created by `mvn package`.
* `cdk docs` open CDK documentation

Enjoy!

0 comments on commit 56f544e

Please sign in to comment.