Skip to content

Commit

Permalink
Small v29 and 2018 revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Mathison committed Jan 10, 2018
1 parent f1eaf81 commit 4ecc5fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The UCD Informatica Plugin is an automation plugin that connects to specific rep
your own changes to the plugin.

### History
Vesrion 29
PR #37 - The Import Objects step runs commands one at a time in a bash script. This solves an issue around running large pmrep command files.
Vesrion 28
PR #34 - Added Deploy Multiple Deployment Groups step.
Version 27
Expand Down
4 changes: 2 additions & 2 deletions plugin/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
/**
* © Copyright IBM Corporation 2015, 2017.
* © Copyright IBM Corporation 2015, 2018.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Expand Down Expand Up @@ -240,7 +240,7 @@ Added Folder Migration and Validate Folder Migration steps.
Added a new step - "Deploy Multiple Deployment Groups"
</release-note>
<release-note plugin-version="29">
Modified import_objects.groovy to run pmrep commands one at a time in a bash script, instead of passing pmrep a command file.
The Import Objects step now runs commands one at a time in a bash script. This solves an issue around running large pmrep command files.
</release-note>
</release-notes>
</pluginInfo>
4 changes: 2 additions & 2 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
/**
* © Copyright IBM Corporation 2015, 2017.
* © Copyright IBM Corporation 2015, 2018.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Expand Down Expand Up @@ -985,7 +985,7 @@
</property>
<property name="groupnameInputFile" required="false">
<property-ui type="textBox" label="Informatica Group Input File" description="An input file containing multiple Deployment Groups separated by new line character."/>
</property>
</property>
<property name="folder" >
<property-ui type="textAreaBox" label="Source Informatica Folder(s)" description="The source folder(s) of the deployment group objects. Separate each folder with a comma or new line."/>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/main/scripts/import_objects.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* © Copyright IBM Corporation 2015, 2017.
* © Copyright IBM Corporation 2015, 2018.
* This is licensed under the following license.
* The Eclipse Public 1.0 License (http://www.eclipse.org/legal/epl-v10.html)
* U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
Expand Down

0 comments on commit 4ecc5fb

Please sign in to comment.