-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c46a464
commit f8f3547
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |