Skip to content

Commit 4070c19

Browse files
Merge pull request #28 from exadel-inc/tech/folder-names
[Tech] Rearranged project files
2 parents 31e376c + 9a48921 commit 4070c19

File tree

11 files changed

+6
-5
lines changed

11 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The tool can be installed using the package or via building the project.
2727
1. Get the latest package version from https://github.com/exadel-inc/etoolbox-rollout-manager/releases
2828
2. Install the package _**etoolbox-rollout-manager.all-XX.zip**_ using the _Package Manager_
2929
3. Ensure that the bundle **_EToolbox Rollout Manager - Core (etoolbox-rollout-manager.core)_** is in _Active_ state.
30-
4. Ensure the nodes **_/content/etoolbox-rollout-manager/servlet_** and **_/apps/wcm/core/content/sites/jcr:content/actions/selection/rollout_** are present.
30+
4. Ensure the nodes **_/content/etoolbox/rollout-manager/servlet_** and **_/apps/wcm/core/content/sites/jcr:content/actions/selection/rollout_** are present.
3131

3232
### How to build
3333

ui.apps/src/main/content/jcr_root/apps/etoolbox-rollout-manager/clientlibs/rollout-manager-ui/js/console-ui.actions.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
(function (window, document, $, ns, Granite) {
2020
'use strict';
2121

22-
const COLLECT_LIVE_COPIES_COMMAND = '/content/etoolbox-rollout-manager/servlet/collect-live-copies';
22+
const COLLECT_LIVE_COPIES_COMMAND = '/content/etoolbox/rollout-manager/servlet/collect-live-copies';
2323

2424
/**
2525
* Retrieves data related to eligible for synchronization live copies as a json array. The data is
@@ -38,7 +38,7 @@
3838
});
3939
}
4040

41-
const BLUEPRINT_CHECK_COMMAND = '/content/etoolbox-rollout-manager/servlet/blueprint-check';
41+
const BLUEPRINT_CHECK_COMMAND = '/content/etoolbox/rollout-manager/servlet/blueprint-check';
4242

4343
/**
4444
* Checks if selected page has live relationships eligible for synchronization and thus can be rolled out.
@@ -82,7 +82,7 @@
8282
});
8383
}
8484

85-
const ROLLOUT_COMMAND = '/content/etoolbox-rollout-manager/servlet/rollout';
85+
const ROLLOUT_COMMAND = '/content/etoolbox/rollout-manager/servlet/rollout';
8686
const PROCESSING_ERROR_MSG = Granite.I18n.get('Rollout failed');
8787
const PROCESSING_ERROR_FAILED_PATHS_MSG = Granite.I18n.get('Rollout failed for the following paths:');
8888
const SUCCESS_MSG = Granite.I18n.get('Completed');

ui.content/src/main/content/META-INF/vault/filter.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
~ limitations under the License.
1414
-->
1515
<workspaceFilter version="1.0">
16-
<filter root="/content/etoolbox-rollout-manager"/>
16+
<filter root="/content/etoolbox/rollout-manager"/>
17+
<filter root="/content/etoolbox-rollout-manager"/> <!-- Removes the obsolete path -->
1718
</workspaceFilter>

0 commit comments

Comments
 (0)