Skip to content

MTA-4746: tidy up attributes to remove MTR attributes #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
34 changes: 3 additions & 31 deletions docs/topics/templates/document-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
// *****************
// * Product names *
// *****************
ifdef::mta[]
:ProductName: Migration Toolkit for Applications
:DocInfoProductName: Migration Toolkit for Applications
:DocInfoProductNumber: 7.2
Expand All @@ -30,40 +29,14 @@ ifdef::mta[]
:ProductDistributionVersion: 7.2.1.GA-redhat
:ProductDistribution: mta-7.2.1.GA-cli-offline.zip
:DevDownloadPageURL: https://developers.redhat.com/products/mta/download
:IDEPluginFilename: migrationtoolkit-mta-eclipse-plugin-repository
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All changes in this PR LGTM except for removed lines 33, 35 - I am not sure what these are

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@istein1 - these look like they were used in MTR, not MTA

I double-checked and removed everything with 0 occurrences

:JiraWindupURL: https://issues.redhat.com/projects/MTA/issues
:CodeReadyStudioDownloadPageURL: http://download.jboss.org/jbosstools/photon/stable/updates/mta/
// OpenShift
:ocp-first: {ocp-full} ({OCP-short})
:ocp-full: OpenShift Container Platform
:ocp-short: OpenShift
:ocp: OCP
:ocp-version: 4.17
:ocp-supported: 4.17, 4.16, 4.15
endif::[]

ifdef::mtr[]
:ProductName: Migration Toolkit for Runtimes
:DocInfoProductName: Migration Toolkit for Runtimes
:DocInfoProductNumber: 1.2
:ProductShortName: MTR
:ProductFullName: Migration Toolkit for Runtimes (MTR)
:LC_PSN: mtr
:mta-cli: windup-cli
:DocInfoProductNameURL: migration_toolkit_for_runtimes
:WebName: web console
:WebNameTitle: Web Console
:WebNameURL: web_console_guide
:WebConsoleBookName: {WebNameTitle} Guide
:ProductVersion: 1.2.7
:PluginName: MTR plugin
:ProductDistributionVersion: 1.2.7.GA-redhat-00001
:ProductDistribution: mtr-1.2.7.GA-offline
:DevDownloadPageURL: https://developers.redhat.com/products/mtr/download
:IDEPluginFilename: migrationtoolkit-mtr-eclipse-plugin-repository
:JiraWindupURL: https://issues.redhat.com/projects/WINDUP
:CodeReadyStudioDownloadPageURL: http://download.jboss.org/jbosstools/photon/stable/updates/mtr/
endif::[]
:ocp-version: 4.18
:ocp-supported: 4.18, 4.17, 4.16

// *******************
// * Component names *
Expand All @@ -78,14 +51,13 @@ endif::[]
// * Doc metadata *
// ****************

:OpenShiftProductNumber: 4.11
:OpenShiftProductNumber: 4.18

:UserCLIBookName: CLI Guide
:RulesDevBookName: Rule Development Guide
:EclipseCrsGuideTitle: Eclipse Plugin Guide
:MavenBookName: Maven Plugin Guide
:IntelliJBookName: IntelliJ IDEA Plugin Guide

:ocp-full: Red Hat OpenShift Container Platform
:ocp-short: OpenShift Container Platform
:ocp-first: {ocp-full} (RHOCP)
Expand Down