Skip to content

Commit

Permalink
Updated READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Mathison committed Sep 29, 2016
1 parent e3f05ad commit 657664e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
# IBM UrbanCode Deploy Resource Utilities Plug-in
---
Note: This is not the plugin distributable! This is the source code. To find the installable plugin, please head over to the [Resource Utilities plug-in page](https://developer.ibm.com/urbancode/plugin/resource-utilities/) on the IBM UrbanCode Deploy website.
Note: This is not the plugin distributable! This is the source code. To find the installable plug-in, please head over to the [Resource Utilities plug-in page](https://developer.ibm.com/urbancode/plugin/resource-utilities/) on the IBM UrbanCode website.

This IBM UrbanCode Deploy Resource Utilities plug-in supplements the existing UrbanCode Deploy Resources plug-in with additional steps to help manage large resource trees and the properties on resources in large trees.

### License
This plug-in is protected under the [Eclipse Public 1.0 License](http://www.eclipse.org/legal/epl-v10.html)

### The Resource Utilities plug-in includes the following steps:

Find Resource Properties Without Values
Find Specific Properties
List Resources
- Find Resource Properties Without Values
- Find Specific Properties
- List Resources

### Compatibility
This plug-in requires version 6.0.1.0 or later of IBM UrbanCode Deploy.

### Installation
The packaged zip is located in the dist folder. No special steps are required for installation.
See Installing plug-ins in UrbanCode Deploy. Download this zip file if you wish to skip the
manual build step. Otherwise, download the entire uDeploy-Resource-Utilities-Plugin and
run the "gradle" command in the top level folder. This should compile the code and create
a new distributable zip within the dist folder. Use this command if you wish to make
your own changes to the plugin.
gradle
The packaged zip is hosted on the [Resource Utilities plug-in page](https://developer.ibm.com/urbancode/plugin/resource-utilities/) on the IBM UrbanCode website.
No special steps are required for installation. See Installing plug-ins in IBM UrbanCode Deploy.
Download this zip file if you wish to skip the manual build step. Otherwise, download the entire
Resource-Utilities-UCD repository and follow the "Build" direction below.

### Build
gradle
Expand Down
6 changes: 5 additions & 1 deletion libs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Required Compilation Jars
The HttpComponents-Util.jar and uDeployRestClient.jar libraries are required to build this plugin. We are actively working on putting these libraries on Maven Repo to enable easier dependency management. For the time being, these two libraries must be built or referenced locally. To build the Resource Utilities plug-in locally, find these two jars within your local IBM UrbanCode Deploy instance and place them in the "libs" directory. Run the "gradle" command.
The HttpComponents-Util.jar and uDeployRestClient.jar libraries are required to build this
plugin. We are actively working on putting these libraries on Maven Repo to enable easier
dependency management. For the time being, these two libraries must be built or referenced
locally. To build the Resource Utilities plug-in locally, find these two jars within your local
IBM UrbanCode Deploy instance and place them in the "libs" directory. Run the "gradle" command.

0 comments on commit 657664e

Please sign in to comment.