Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 1, 2022
1 parent 4302502 commit 9bf23df
Show file tree
Hide file tree
Showing 2,024 changed files with 6,141 additions and 5,732 deletions.
37 changes: 31 additions & 6 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#10111-unreleased" class="md-nav__link">
10.11.1 (unreleased)
<a href="#10121-unreleased" class="md-nav__link">
10.12.1 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#10120-2022-11-01" class="md-nav__link">
10.12.0 (2022-11-01)
</a>

</li>
Expand Down Expand Up @@ -2484,8 +2491,15 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#10111-unreleased" class="md-nav__link">
10.11.1 (unreleased)
<a href="#10121-unreleased" class="md-nav__link">
10.12.1 (unreleased)
</a>

</li>

<li class="md-nav__item">
<a href="#10120-2022-11-01" class="md-nav__link">
10.12.0 (2022-11-01)
</a>

</li>
Expand Down Expand Up @@ -3906,7 +3920,18 @@


<h1 id="changelog">Changelog</h1>
<h2 id="10111-unreleased">10.11.1 (unreleased)</h2>
<h2 id="10121-unreleased">10.12.1 (unreleased)</h2>
<h2 id="10120-2022-11-01">10.12.0 (2022-11-01)</h2>
<ul>
<li>Added the Resource Assignment attribute Calculate Costs From Units, and added read and write support for Primavera schedules.</li>
<li>Added the Resource attribute Calculate Costs From Units, and added read and write support for Primavera schedules.</li>
<li>Added the Resource and Role attribute Sequence Number, and added read and write support for Primavera schedules.</li>
<li>Added the WBS attribute Sequence Number, and added read and write support for Primavera schedules.</li>
<li>Ensure activity type is read from Phoenix schedules. (Contributed by Christopher John)</li>
<li>Deprecate the <code>CostAccount</code> method <code>getSequence</code> and replace with <code>getSequenceNumber</code> to improve naming consistency.</li>
<li>Deprecate the <code>ExpenseCategory</code> method <code>getSequence</code> and replace with <code>getSequenceNumber</code> to improve naming consistency.</li>
<li>Avoid possible ArrayIndexOutOfBoundsException when reading GUID values from MPP files (Contributed by Rohit Sinha).</li>
</ul>
<h2 id="10110-2022-09-27">10.11.0 (2022-09-27)</h2>
<ul>
<li>Deprecated the <code>Resource</code> methods <code>getParentID</code> and <code>setParentID</code>. Replaced with <code>getParentResourceUniqueID</code> and <code>setParentResourceUniqueID</code> for clarity and consistency.</li>
Expand All @@ -3926,7 +3951,7 @@ <h2 id="10110-2022-09-27">10.11.0 (2022-09-27)</h2>
</ul>
<h2 id="10100-2022-09-13">10.10.0 (2022-09-13)</h2>
<ul>
<li>Add an option to import Phoenix schedules as a flat set of tasks with separate activity codes, rather than creating a hierarchy of tasks from the activity codes. Note the default is to disable this behavior so existing functionality is unchanged. (Contributed by Christopher Johns)</li>
<li>Add an option to import Phoenix schedules as a flat set of tasks with separate activity codes, rather than creating a hierarchy of tasks from the activity codes. Note the default is to disable this behavior so existing functionality is unchanged. (Contributed by Christopher John)</li>
<li>Add a <code>setProperties</code> method to reader classes to allow configuration to be supplied via a <code>Properties</code> instance rather than having to call setter methods. Properties passed to the <code>UniversalProjectReader</code> version of this method will be forwarded to the reader class <code>UniversalProjectReader</code> chooses to reader the supplied file. Properties for multiple reader classes can be included in the <code>Properties</code> instance, each reader class will ignore irrelevant properties.</li>
<li>Added the <code>get</code> method to <code>Task</code>, <code>Resource</code>, <code>ResourceAssignment</code> and <code>ProjectProperties</code> as a replacement for the <code>getCurrentValue</code> method. The new <code>get</code> method is paired with the existing <code>set</code> method to provide read and write access to attributes of these classes. This change is intended to improve the interfaces to these classes by making them more consistent, and thus easier to understand.</li>
<li>Deprecated the <code>getCurrentValue</code> method on the <code>Task</code>, <code>Resource</code>, <code>ResourceAssignment</code> and <code>ProjectProperties</code> classes. Use the new <code>get</code> method instead.</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 10.11.0 API)</title>
<title>All Classes (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 10.11.0 API)</title>
<title>All Classes (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (MPXJ 10.11.0 API)</title>
<title>Constant Field Values (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MPXJ 10.11.0 API)";
parent.document.title="Constant Field Values (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
14 changes: 12 additions & 2 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (MPXJ 10.11.0 API)</title>
<title>Deprecated List (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MPXJ 10.11.0 API)";
parent.document.title="Deprecated List (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -270,6 +270,16 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/CostAccount.html#getSequence--">net.sf.mpxj.CostAccount.getSequence()</a>
<div class="block"><span class="deprecationComment">use getSequenceNumber</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/ExpenseCategory.html#getSequence--">net.sf.mpxj.ExpenseCategory.getSequence()</a>
<div class="block"><span class="deprecationComment">use getSequenceNumber</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Task.html#getSplitCompleteDuration--">net.sf.mpxj.Task.getSplitCompleteDuration()</a>
<div class="block"><span class="deprecationComment">use getCompleteThrough()</span></div>
</td>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (MPXJ 10.11.0 API)</title>
<title>API Help (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MPXJ 10.11.0 API)";
parent.document.title="API Help (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
54 changes: 49 additions & 5 deletions docs/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (MPXJ 10.11.0 API)</title>
<title>Index (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (MPXJ 10.11.0 API)";
parent.document.title="Index (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -612,7 +612,7 @@ <h2 class="title">A</h2>
<dd>&nbsp;</dd>
<dt><a href="net/sf/mpxj/ActivityType.html" title="enum in net.sf.mpxj"><span class="typeNameLink">ActivityType</span></a> - Enum in <a href="net/sf/mpxj/package-summary.html">net.sf.mpxj</a></dt>
<dd>
<div class="block">P6 Activity type.</div>
<div class="block">P6/PPX Activity type.</div>
</dd>
<dt><a href="net/sf/mpxj/primavera/schema/ActivityType.html" title="class in net.sf.mpxj.primavera.schema"><span class="typeNameLink">ActivityType</span></a> - Class in <a href="net/sf/mpxj/primavera/schema/package-summary.html">net.sf.mpxj.primavera.schema</a></dt>
<dd>
Expand Down Expand Up @@ -11638,6 +11638,14 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the cal property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Resource.html#getCalculateCostsFromUnits--">getCalculateCostsFromUnits()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Resource.html" title="class in net.sf.mpxj">Resource</a></dt>
<dd>
<div class="block">Retrieve the calculate costs from units flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ResourceAssignment.html#getCalculateCostsFromUnits--">getCalculateCostsFromUnits()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ResourceAssignment.html" title="class in net.sf.mpxj">ResourceAssignment</a></dt>
<dd>
<div class="block">Retrieve the calculate costs from units flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/RecurringData.html#getCalculatedFirstDate--">getCalculatedFirstDate()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/RecurringData.html" title="class in net.sf.mpxj">RecurringData</a></dt>
<dd>
<div class="block">Retrieve the first calculated date on which an exception
Expand Down Expand Up @@ -28750,11 +28758,15 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/CostAccount.html#getSequence--">getSequence()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/CostAccount.html" title="class in net.sf.mpxj">CostAccount</a></dt>
<dd>
<div class="block">Retrieve the sequence.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getSequenceNumber</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ExpenseCategory.html#getSequence--">getSequence()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ExpenseCategory.html" title="class in net.sf.mpxj">ExpenseCategory</a></dt>
<dd>
<div class="block">Retrieve the sequence number.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getSequenceNumber</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ActivityCode.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ActivityCode.html" title="class in net.sf.mpxj">ActivityCode</a></dt>
<dd>
Expand All @@ -28764,6 +28776,14 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Retrieves the sequence number for this value.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/CostAccount.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/CostAccount.html" title="class in net.sf.mpxj">CostAccount</a></dt>
<dd>
<div class="block">Retrieve the sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ExpenseCategory.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ExpenseCategory.html" title="class in net.sf.mpxj">ExpenseCategory</a></dt>
<dd>
<div class="block">Retrieve the sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/ActivityCodeType.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/ActivityCodeType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeType</a></dt>
<dd>
<div class="block">Gets the value of the sequenceNumber property.</div>
Expand Down Expand Up @@ -28904,6 +28924,14 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the sequenceNumber property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Resource.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Resource.html" title="class in net.sf.mpxj">Resource</a></dt>
<dd>
<div class="block">Retrieve this resource's sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Task.html" title="class in net.sf.mpxj">Task</a></dt>
<dd>
<div class="block">Retrieve this task's sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RiskMatrixScoreType.html#getSeverity1--">getSeverity1()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RiskMatrixScoreType.html" title="class in net.sf.mpxj.primavera.schema">RiskMatrixScoreType</a></dt>
<dd>
<div class="block">Gets the value of the severity1 property.</div>
Expand Down Expand Up @@ -49413,6 +49441,14 @@ <h2 class="title">S</h2>
<dd>
<div class="block">Sets the value of the calculateCostFromUnits property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Resource.html#setCalculateCostsFromUnits-boolean-">setCalculateCostsFromUnits(boolean)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Resource.html" title="class in net.sf.mpxj">Resource</a></dt>
<dd>
<div class="block">Set the calculate costs from units flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ResourceAssignment.html#setCalculateCostsFromUnits-boolean-">setCalculateCostsFromUnits(boolean)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ResourceAssignment.html" title="class in net.sf.mpxj">ResourceAssignment</a></dt>
<dd>
<div class="block">Set the calculate costs from units flag.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/ProjectType.html#setCalculateFloatBasedOnFinishDate-java.lang.Boolean-">setCalculateFloatBasedOnFinishDate(Boolean)</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/ProjectType.html" title="class in net.sf.mpxj.primavera.schema">ProjectType</a></dt>
<dd>
<div class="block">Sets the value of the calculateFloatBasedOnFinishDate property.</div>
Expand Down Expand Up @@ -65461,6 +65497,14 @@ <h2 class="title">S</h2>
<dd>
<div class="block">Sets the value of the sequenceNumber property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Resource.html#setSequenceNumber-java.lang.Integer-">setSequenceNumber(Integer)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Resource.html" title="class in net.sf.mpxj">Resource</a></dt>
<dd>
<div class="block">Set this resource's sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#setSequenceNumber-java.lang.Integer-">setSequenceNumber(Integer)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Task.html" title="class in net.sf.mpxj">Task</a></dt>
<dd>
<div class="block">Set this task's sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RiskMatrixScoreType.html#setSeverity1-java.lang.Integer-">setSeverity1(Integer)</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RiskMatrixScoreType.html" title="class in net.sf.mpxj.primavera.schema">RiskMatrixScoreType</a></dt>
<dd>
<div class="block">Sets the value of the severity1 property.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MPXJ 10.11.0 API</title>
<title>MPXJ 10.12.0 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/AccrueType.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AccrueType (MPXJ 10.11.0 API)</title>
<title>AccrueType (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AccrueType (MPXJ 10.11.0 API)";
parent.document.title="AccrueType (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCode.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCode (MPXJ 10.11.0 API)</title>
<title>ActivityCode (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCode (MPXJ 10.11.0 API)";
parent.document.title="ActivityCode (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeContainer (MPXJ 10.11.0 API)</title>
<title>ActivityCodeContainer (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeContainer (MPXJ 10.11.0 API)";
parent.document.title="ActivityCodeContainer (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeScope (MPXJ 10.11.0 API)</title>
<title>ActivityCodeScope (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeScope (MPXJ 10.11.0 API)";
parent.document.title="ActivityCodeScope (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCodeValue.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ActivityCodeValue (MPXJ 10.11.0 API)</title>
<title>ActivityCodeValue (MPXJ 10.12.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ActivityCodeValue (MPXJ 10.11.0 API)";
parent.document.title="ActivityCodeValue (MPXJ 10.12.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 9bf23df

Please sign in to comment.