From f8f3547341cdd65c0a09b60acd1ac45cfb52e908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thom=C3=A1s=20Sousa=20Silva?= Date: Mon, 4 Jun 2018 00:48:03 -0300 Subject: [PATCH] Create README.md --- README.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6c50c8 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +[![Infinity Refactoring](https://goo.gl/8YUdB6)](https://infinityrefactoring.com) + +# Java Eclipse Workspace + +[![GitHub issues](https://img.shields.io/github/issues/InfinityRefactoring/java-eclipse-workspace.svg)](https://github.com/InfinityRefactoring/java-eclipse-workspace) +[![GitHub stars](https://img.shields.io/github/stars/InfinityRefactoring/java-eclipse-workspace.svg)](https://github.com/InfinityRefactoring/java-eclipse-workspace) + +![Java Eclipse Workspace](https://goo.gl/d48Pv9) + +## What is it? + +An Eclipse Workspace configuration for java developers. + +### What configurations? + +- Window + - Perspective + - Customize perspective + - Java EE + - Preferences + - General + - Keys + - Workspace + - Java + - Appearance + - Members Sort Order + - Code Style + - Clean Up + - Code Templates + - Formatter + - Compiler + - Building + - Erros/Warnings + - Javadoc + - Editor + - Content Assist + - Advanced + - Favorites + - Save Actions + - Templates + - Run/Debug + - Console + - Perspectives +- Run + - Run Configurations + - Maven Build + +*Note: All configurations was made with a clean Eclipse version, without none additional plugins.* + +## Using Java Eclipse Workspace + +1. [Download](https://www.eclipse.org/downloads/) and install the **Eclipse Java EE IDE for Web Developers** +1. Open the Eclipse IDE in a new workspace to that the Eclipse build a workspace, after fully open, close the IDE +1. [Download](https://github.com/InfinityRefactoring/java-eclipse-workspace/archive/master.zip) this repository and copy the directory `.metadata` and paste inner the workspace directory, that was previously created replacing all files +1. Your workspace is configured! Now you can open the IDE normally. + +## Tested on + +``` +Eclipse Java EE IDE for Web Developers. +Version: Oxygen.3a Release (4.7.3a) +Build id: 20180405-1200 +``` + +## Licensing + +**InfinityRefactoring/java-eclipse-workspace** is provided and distributed under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0). + +Refer to *LICENSE* for more information.