From d26dc3fcab52ab731d4d319bf38ace5f2f14815c Mon Sep 17 00:00:00 2001 From: "S. Ishida" Date: Tue, 11 Jun 2019 12:52:07 -0400 Subject: [PATCH] ID edits --- README.md | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 042ce4b..74c48b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Codewind for Eclipse +Create and develop cloud-native, containerized web applications from Eclipse. [![License](https://img.shields.io/badge/License-EPL%202.0-red.svg)](https://www.eclipse.org/legal/epl-2.0/) @@ -9,39 +10,33 @@ Complete the following steps to install Codewind for Eclipse: 1. Download and install the latest [Eclipse IDE for Java EE Developers](https://www.eclipse.org/downloads/packages/release/) or use an existing installation. The earliest supported version of the Eclipse IDE for Codewind for Eclipse is 4.11.0 (2019-03). 2. Install [Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind). -## Contributing - -We welcome [issues](https://github.com/eclipse/codewind-eclipse/issues) and contributions. For more information, see [CONTRIBUTING.md](https://github.com/eclipse/codewind-eclipse/tree/master/CONTRIBUTING.md). - ### Enabling Debug Logs -1. Create a file called `.options` in your Eclipse install directory (the same directory with the `eclipse` executable) with the following content: - -`org.eclipse.codewind.core/debug/info=true` - -2. Launch eclipse with the `-debug` flag. -3. The logs are written to the Eclipse workspace directory, to `.metadata/.log`. +1. Create a file called `.options` in your Eclipse install directory, the same directory with the `eclipse` executable, with the following content: `org.eclipse.codewind.core/debug/info=true`. +2. Launch Eclipse with the `-debug` flag. +3. The logs are written to the Eclipse workspace directory to `.metadata/.log`. ## Building -1. Clone the repository to your system. - - ```git clone https://github.com/eclipse/codewind-eclipse``` - -2. [Optional] Copy 'codewind-eclipse' folder to 'build' to get a test build. This will keep your source folder intact. -3. Run a gradle build. +1. Clone the repository to your system: +``` +git clone https://github.com/eclipse/codewind-eclipse +``` +2. [Optional] Copy the `codewind-eclipse` folder to `build` to get a test build. This will keep your source folder intact. +3. Run a Gradle build: +``` +cd build/dev +./gradlew +``` +4. Test the driver built from Step 3. +``` +build/dev/ant_build/artifacts/codewind-[Version].vYYYYMMDD_hhmm.zip +``` - ```cd build/dev``` - - ```./gradlew``` - -4. Test the driver built from Step. 3 - - ```build/dev/ant_build/artifacts/codewind-[Version].vYYYYMMDD_hhmm.zip``` - -## License - -[EPL 2.0](https://github.com/eclipse/codewind-eclipse/tree/master/LICENSE) +## Contributing +Submit issues and contributions: +1. [Submitting issues](https://github.com/eclipse/codewind/issues) +2. [Contributing](CONTRIBUTING.md). ## Dependencies