Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stenioaraujo/dwarchtest
https://github.com/stenioaraujo/dwarchtest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenioaraujo/dwarchtest
- Owner: stenioaraujo
- License: other
- Created: 2014-08-17T19:24:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T19:57:22.000Z (over 10 years ago)
- Last Synced: 2023-08-09T22:42:49.228Z (over 1 year ago)
- Language: Java
- Size: 9.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Design Wizard
=============Visit http://www.designwizard.org to get information
about the usage of Design Wizard.Contributing
------------Want to contribute to this project? Awesome! Just remember to fork and add
an upstream remote pointing to the official repository. Doing this you can keep
track of the official repository and keep your code updated.### Instructions to Eclipse users
This project is not deployed as an Eclipse project. In order to import
*DesignWizard* properly, consider the following steps:1. Clone the project from the official GitHub repository
2. On *Eclipse*, create a Java project **with the same name** as the cloned
folder. *Eclipse* will understand that you are configuring an existing project.
**Click NEXT** instead of Finish.
3. Select `src` and `src_tests` and select *Add to Java build path*
4. In *Default output folder*, replace `bin` by `classes`
5. On the *Libraries* tab, click on *Add JARs...*
6. Select **all** jars in the *lib* folder and press *OK*
7. Finish the *New Project Wizard*