Skip to content

Commit 70ce323

Browse files
eharris369GitHub Enterprise
authored andcommitted
Merge pull request #241 from eharris/240-moreLicenseWork
Issue #240: More license work
2 parents e75cf9e + 771824b commit 70ce323

File tree

6 files changed

+86
-87
lines changed

6 files changed

+86
-87
lines changed

CONTRIBUTING.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Contributing
2+
3+
Anyone can contribute to the Microclimate Tools for VSCode project, and we welcome your contributions!
4+
5+
## Raising issues
6+
7+
Please raise any bug reports on the project's (put a link here). Be sure to search the list to see if your issue has already been raised.
8+
9+
A good bug report is one that make it easy for everyone to understand what you were trying to do and what went wrong. Provide as much context as possible so we can try to recreate the issue.
10+
11+
## Developer Certificate of Origin
12+
13+
If you are contributing changes via a pull request, you must sign-off those changes against the *Developer Certificate of Origin*
14+
15+
```
16+
Developer's Certificate of Origin 1.1
17+
18+
By making a contribution to this project, I certify that:
19+
20+
(a) The contribution was created in whole or in part by me and I
21+
have the right to submit it under the open source license
22+
indicated in the file; or
23+
24+
(b) The contribution is based upon previous work that, to the best
25+
of my knowledge, is covered under an appropriate open source
26+
license and I have the right under that license to submit that
27+
work with modifications, whether created in whole or in part
28+
by me, under the same open source license (unless I am
29+
permitted to submit under a different license), as indicated
30+
in the file; or
31+
32+
(c) The contribution was provided directly to me by some other
33+
person who certified (a), (b) or (c) and I have not modified
34+
it.
35+
36+
(d) I understand and agree that this project and the contribution
37+
are public and that a record of the contribution (including all
38+
personal information I submit with it, including my sign-off) is
39+
maintained indefinitely and may be redistributed consistent with
40+
this project or the open source license(s) involved.
41+
```
42+
To sign off and indicate you have agreed to the DCO, include a message in the following format on each commit in the pull request
43+
44+
```DCO 1.1 Signed-off-by: Random J Developer <[email protected]>```

README.md

Lines changed: 39 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,44 @@
1-
# microclimate-eclipse-plugin
1+
# Microclimate Developer Tools for Eclipse
2+
3+
## How to install
4+
5+
Complete the following steps to install Microclimate Developer Tools for Eclipse:
6+
7+
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 Microclimate Developer Tools for Eclipse is 4.8 (Photon).
8+
2. Install the [Microclimate Developer Tools from Eclipse Marketplace](https://marketplace.eclipse.org/content/microclimate-developer-tools-beta).
9+
10+
## How to use
11+
12+
- Create a new connection to Microclimate:
13+
- From the **File** menu select **New** > **Other** > **Microclimate** > **New Microclimate Connection**
14+
- Fill in the host (only **localhost** is supported) and port (usually **9090**)
15+
- Click the **Test Connection** and then click **Finish**
16+
- This should open the **Microclimate Explorer** view with the connection expanded to show your projects. If it does not open the view then open it manually:
17+
- From the **Window** menu select **Show View** > **Other** > **Microclimate** > **Microclimate Explorer**
18+
- Click **Open**
19+
- Right click on the connection to see the available actions for connections
20+
- Right click on a project to see the available actions for projects
21+
22+
## Features
23+
24+
- View all Microclimate projects for a connection including the application and build status
25+
- Import your Microclimate project into the Eclipse workspace
26+
- Debug **Microprofile/Java EE** and **Spring** applications
27+
- View application and build logs in the **Console** view
28+
- Open your application in the default Eclipse browser
29+
- Integrate Microclimate validation errors into the **Markers** view
30+
- Open a shell session into a Microclimate application container
31+
- Open the application monitor page
32+
- Toggle the project auto build setting
33+
- Manually initiate project builds
34+
35+
(Add documentation link)
36+
37+
## Contributing
38+
39+
We welcome issues (make this a link) and contributions from the public! See [CONTRIBUTING.md](https://github.ibm.com/dev-ex/microclimate-vscode/tree/master/CONTRIBUTING.md)
240

3-
# Summary
4-
Tools for working with Microclimate applications in Eclipse
541

6-
## Contribute to Microclimate Developer Tools
7-
1. Clone the repository to your system.
842

9-
```git clone https://github.ibm.com/dev-ex/microclimate-eclipse-plugin```
1043

11-
2. [Optional] Copy 'microclimate-eclipse-plugin' folder to 'microclimate-eclipse-plugin_build' to get a test build. This will keep your source folder intact.
12-
3. Run a gradle build.
1344

14-
```cd microclimate-eclipse-plugin_build/dev```
15-
16-
```./gradlew```
17-
18-
4. Test the driver built from Step. 3
19-
20-
```microclimate-eclipse-plugin_build/dev/ant_build/artifacts/microclimate-eclipse-plugin-[Version].vYYYYMMDD_hhmm.zip```

dev/com.ibm.microclimate.base/build.properties

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,42 +11,8 @@
1111

1212
bin.includes = feature.xml,\
1313
feature.properties,\
14-
feature_cs.properties,\
15-
feature_de.properties,\
16-
feature_el.properties,\
17-
feature_fr.properties,\
18-
feature_es.properties,\
19-
feature_in.properties,\
20-
feature_it.properties,\
21-
feature_ja.properties,\
22-
feature_ko.properties,\
23-
feature_lt.properties,\
24-
feature_pl.properties,\
25-
feature_pt.properties,\
26-
feature_ru.properties,\
27-
feature_sl.properties,\
28-
feature_tr.properties,\
29-
feature_zh.properties,\
30-
feature_zh_TW.properties,\
3114
notices.html,\
32-
license.html,\
33-
license_cs.html,\
34-
license_de.html,\
35-
license_el.html,\
36-
license_fr.html,\
37-
license_es.html,\
38-
license_in.html,\
39-
license_it.html,\
40-
license_ja.html,\
41-
license_ko.html,\
42-
license_lt.html,\
43-
license_pl.html,\
44-
license_pt.html,\
45-
license_ru.html,\
46-
license_sl.html,\
47-
license_tr.html,\
48-
license_zh.html,\
49-
license_zh_TW.html
15+
license.html
5016

5117

5218

dev/com.ibm.microclimate.core/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ bin.includes = META-INF/,\
1616
about.ini,\
1717
microclimate.png,\
1818
about.properties,\
19-
about.mappings,\
2019
icons/,\
2120
plugin.properties,\
2221
plugin.xml,\

dev/com.ibm.microclimate.ui/src/com/ibm/microclimate/ui/internal/messages/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ StartBuildAction_AlreadyBuildingMsg=The project {0} is already building. Wait fo
4444
MicroclimateConnectionLabel=MicroclimateConnection:
4545
MicroclimateDisconnected=Disconnected. Check that Microclimate is running.
4646
MicroclimateProjectDisabled=Disabled
47-
MicroclimateConnectionNoProjects=No projects. Use Microclimate to create projects.
47+
MicroclimateConnectionNoProjects=No projects. Right click and select Create New Project.
4848

4949
RestartInDebugMode=&Restart in Debug Mode
5050
RestartInRunMode=&Restart in Run Mode

dev/com.ibm.microclimate/build.properties

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,41 +11,7 @@
1111

1212
bin.includes = feature.xml,\
1313
feature.properties,\
14-
feature_cs.properties,\
15-
feature_de.properties,\
16-
feature_el.properties,\
17-
feature_fr.properties,\
18-
feature_es.properties,\
19-
feature_in.properties,\
20-
feature_it.properties,\
21-
feature_ja.properties,\
22-
feature_ko.properties,\
23-
feature_lt.properties,\
24-
feature_pl.properties,\
25-
feature_pt.properties,\
26-
feature_ru.properties,\
27-
feature_sl.properties,\
28-
feature_tr.properties,\
29-
feature_zh.properties,\
30-
feature_zh_TW.properties,\
3114
notices.html,\
32-
license.html,\
33-
license_cs.html,\
34-
license_de.html,\
35-
license_el.html,\
36-
license_fr.html,\
37-
license_es.html,\
38-
license_in.html,\
39-
license_it.html,\
40-
license_ja.html,\
41-
license_ko.html,\
42-
license_lt.html,\
43-
license_pl.html,\
44-
license_pt.html,\
45-
license_ru.html,\
46-
license_sl.html,\
47-
license_tr.html,\
48-
license_zh.html,\
49-
license_zh_TW.html
15+
license.html
5016

5117

0 commit comments

Comments
 (0)