Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pax/prepare-workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ cp -r webClient "${PAX_WORKSPACE_DIR}/content"

# clone zss and copy to dataService (zss cannot be built on Unix)
echo "[${SCRIPT_NAME}] clone zss and copy to dataService"
git clone --recursive https://github.com/zowe/zss/ # this line also downloads zowe-common-c
git clone --recursive https://github.com/zowe/zss/ -b v2.x/staging # this line also downloads zowe-common-c
rm -rf zss/.git*
cp -r zss dataService/build

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to the IP Explorer app will be documented in this file.

## 1.0.2
- Bugfix: In prepare-workspace.sh, corrected the clone step to point to the correct branch of zss repository.(#49)

## 1.0.1

- Bugfix: Schema file was not included, preventing installation as a component
Expand Down
Loading