From 2b50b7cd587f45dd1989ae59d1ff37263d03e105 Mon Sep 17 00:00:00 2001
From: Jyoti-Prakash01 <45236642+Jyoti-Prakash01@users.noreply.github.com>
Date: Fri, 10 Jul 2020 10:16:53 +0530
Subject: [PATCH 1/5] RFE 142314 - Need ability to export more than a single
class or object.
---
src/main/zip/info.xml | 3 ++
src/main/zip/plugin.xml | 76 +++++++++++++++++++++++++++++++++++++++-
src/main/zip/upgrade.xml | 22 +++++++++++-
3 files changed, 99 insertions(+), 2 deletions(-)
diff --git a/src/main/zip/info.xml b/src/main/zip/info.xml
index a895bb7..7b75cb7 100644
--- a/src/main/zip/info.xml
+++ b/src/main/zip/info.xml
@@ -184,5 +184,8 @@
RFE 142129 - Added Deployment-Policy-variables field to the Import (Deployment Policy Object) step.
+
+ RFE 142314 - Need ability to export more than a single class or object.
+
diff --git a/src/main/zip/plugin.xml b/src/main/zip/plugin.xml
index 203c782..2ac9df0 100644
--- a/src/main/zip/plugin.xml
+++ b/src/main/zip/plugin.xml
@@ -19,7 +19,7 @@
-
+
The IBM WebSphere DataPower plugin deploys DataPower services.
Infrastructure/WebSphere DataPower
@@ -717,6 +717,80 @@
+
+
+
+
+ Export objects from a domain on a device
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ default
+ -Xmx256m
+ -Xmx512m
+ -Xmx1024m
+ -Xmx2048m
+ -Xmx4096m
+ ${p?:environment/memorySize}
+ ${p?:resource/memorySize}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/zip/upgrade.xml b/src/main/zip/upgrade.xml
index b4d8a01..fae9d20 100644
--- a/src/main/zip/upgrade.xml
+++ b/src/main/zip/upgrade.xml
@@ -579,6 +579,26 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
From 3b7c3d98f59ea556e79986a67adf82fe442e5f5b Mon Sep 17 00:00:00 2001
From: Jyoti-Prakash01 <45236642+Jyoti-Prakash01@users.noreply.github.com>
Date: Fri, 10 Jul 2020 10:52:31 +0530
Subject: [PATCH 2/5] Update upgrade.xml
---
src/main/zip/upgrade.xml | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/src/main/zip/upgrade.xml b/src/main/zip/upgrade.xml
index fae9d20..3693ee5 100644
--- a/src/main/zip/upgrade.xml
+++ b/src/main/zip/upgrade.xml
@@ -582,22 +582,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
From 0075c4f8a94691a4885d208b4e4b3ed213acb201 Mon Sep 17 00:00:00 2001
From: Jyoti-Prakash01 <45236642+Jyoti-Prakash01@users.noreply.github.com>
Date: Fri, 10 Jul 2020 13:52:00 +0530
Subject: [PATCH 3/5] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 35acd44..71f06c6 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Complete list of current DCM target commands. (* = matching plug-in step)
- __download-files__* - Download target files or all files from a filestore
- __export-object__* - export an object i.e. service
-- __export-objects__ - export objects based on a dcm:definition file
+- __export-objects__* - export objects based on a dcm:definition file
- __firmware-rollback__ - Rollback to the previous firmware (and filesystem contents!)
- __firmware-update__ - Update to a new level of firmware
From fcd952347ab36500383c60f8b46c40a12c43e2c8 Mon Sep 17 00:00:00 2001
From: Jyoti-Prakash01 <45236642+Jyoti-Prakash01@users.noreply.github.com>
Date: Fri, 10 Jul 2020 13:52:31 +0530
Subject: [PATCH 4/5] Update deploy.ant.xml
---
deploy.ant.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deploy.ant.xml b/deploy.ant.xml
index a40d75a..b08901d 100644
--- a/deploy.ant.xml
+++ b/deploy.ant.xml
@@ -46,7 +46,7 @@
download-files* - Download target files or all files from a filestore
export-object* - export an object i.e. service
- export-objects - export objects based on a dcm:definition file
+ export-objects* - export objects based on a dcm:definition file
firmware-rollback - Rollback to the previous firmware (and filesystem contents!)
firmware-update - Update to a new level of firmware
From 7a6d2430f014ddd01ce9ea0b7db54545260169c4 Mon Sep 17 00:00:00 2001
From: Jyoti-Prakash01 <45236642+Jyoti-Prakash01@users.noreply.github.com>
Date: Mon, 24 Aug 2020 19:45:18 +0530
Subject: [PATCH 5/5] Update info.xml
---
src/main/zip/info.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/zip/info.xml b/src/main/zip/info.xml
index 7b75cb7..42e0adb 100644
--- a/src/main/zip/info.xml
+++ b/src/main/zip/info.xml
@@ -185,7 +185,7 @@
RFE 142129 - Added Deployment-Policy-variables field to the Import (Deployment Policy Object) step.
- RFE 142314 - Need ability to export more than a single class or object.
+ RFE 142314 - Added new Export Objects steps that enables the export of one or more objects.