Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 25, 2024
1 parent e1b6cd8 commit c791462
Show file tree
Hide file tree
Showing 2,163 changed files with 8,124 additions and 7,842 deletions.
37 changes: 32 additions & 5 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1361-unreleased" class="md-nav__link">
<a href="#1371-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.6.1 (unreleased)
13.7.1 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1370-2024-11-25" class="md-nav__link">
<span class="md-ellipsis">
13.7.0 (2024-11-25)
</span>
</a>

Expand Down Expand Up @@ -3993,9 +4002,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1361-unreleased" class="md-nav__link">
<a href="#1371-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.7.1 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1370-2024-11-25" class="md-nav__link">
<span class="md-ellipsis">
13.6.1 (unreleased)
13.7.0 (2024-11-25)
</span>
</a>

Expand Down Expand Up @@ -6339,9 +6357,18 @@


<h1 id="changelog">Changelog</h1>
<h2 id="1361-unreleased">13.6.1 (unreleased)</h2>
<h2 id="1371-unreleased">13.7.1 (unreleased)</h2>
<h2 id="1370-2024-11-25">13.7.0 (2024-11-25)</h2>
<ul>
<li>Update the MPXJ ruby gem to allow access to calendar data.</li>
<li>Mark the <code>ActivityCodeValue.getType()</code> method as deprecated. For clarity this method has been replaced by the new <code>ActivityCodeValue.getActivityCode()</code> method.</li>
<li>Mark the <code>ActivityCodeValue.Builder.type()</code> method as deprecated. For clarity this method has been replaced by the new <code>ActivityCodeValue.Builder.activityCode()</code> method.</li>
<li>Added the <code>Task.getActivityCodeValues()</code> method, which returns a <code>Map</code> of <code>ActivityCodeValue</code> instances, keyed by <code>ActivityCode</code>.</li>
<li>Marked the <code>Task.getActivityCodes()</code> method as deprecated. Replaced with the <code>Task.getActivityCodeValues()</code> method which is more clearly named, and presents the activity code values in a more flexible form.</li>
<li>Added the <code>Task.addActivityCodeValue()</code> method.</li>
<li>Marked the <code>Task.addActivityCode()</code> method as deprecated. Replaced with the <code>Task.addActivityCodeValue()</code> method which is more clearly named.</li>
<li>Further improvements to retrieval of custom field values read from MPP files.</li>
<li>Ensure that missing resource assignment and task start and finish dates are handled gracefully when working with calendars for manually scheduled tasks.</li>
</ul>
<h2 id="1360-2024-11-06">13.6.0 (2024-11-06)</h2>
<ul>
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 13.6.0 API)</title>
<title>All Classes (MPXJ 13.7.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 13.6.0 API)</title>
<title>All Classes (MPXJ 13.7.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
6 changes: 3 additions & 3 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 13.6.0 API)</title>
<title>Constant Field Values (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="Constant Field Values (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2 title="net.sf">net.sf.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="net/sf/mpxj/MPXJ.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"13.6.0"</code></td>
<td class="colLast"><code>"13.7.0"</code></td>
</tr>
</tbody>
</table>
Expand Down
30 changes: 25 additions & 5 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 13.6.0 API)</title>
<title>Deprecated List (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="Deprecated List (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -96,6 +96,16 @@ <h2 title="Contents">Contents</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Task.html#addActivityCode-net.sf.mpxj.ActivityCodeValue-">net.sf.mpxj.Task.addActivityCode(ActivityCodeValue)</a>
<div class="block"><span class="deprecationComment">use addActivityCodeValue()</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/Task.html#getActivityCodes--">net.sf.mpxj.Task.getActivityCodes()</a>
<div class="block"><span class="deprecationComment">use getActivityCodeValues()</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.html#getSourceTask--">net.sf.mpxj.Relation.getSourceTask()</a>
<div class="block"><span class="deprecationComment">use getPredecessorTask() and getSuccessorTask()</span></div>
</td>
Expand All @@ -106,25 +116,35 @@ <h2 title="Contents">Contents</h2>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/ActivityCodeValue.html#getType--">net.sf.mpxj.ActivityCodeValue.getType()</a>
<div class="block"><span class="deprecationComment">use getActivityCode instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/Task.html#isSucessor-net.sf.mpxj.Task-">net.sf.mpxj.Task.isSucessor(Task)</a>
<div class="block"><span class="deprecationComment">use isSuccessor</span></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/UserDefinedField.html#setDataType-net.sf.mpxj.DataType-">net.sf.mpxj.UserDefinedField.setDataType(DataType)</a>
<div class="block"><span class="deprecationComment">use the Builder class</span></div>
</td>
</tr>
<tr class="altColor">
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.Builder.html#sourceTask-net.sf.mpxj.Task-">net.sf.mpxj.Relation.Builder.sourceTask(Task)</a>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</td>
</tr>
<tr class="rowColor">
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.Builder.html#targetTask-net.sf.mpxj.Task-">net.sf.mpxj.Relation.Builder.targetTask(Task)</a>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/ActivityCodeValue.Builder.html#type-net.sf.mpxj.ActivityCode-">net.sf.mpxj.ActivityCodeValue.Builder.type(ActivityCode)</a>
<div class="block"><span class="deprecationComment">use activityCode instead</span></div>
</td>
</tr>
</tbody>
</table>
</li>
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 13.6.0 API)</title>
<title>API Help (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="API Help (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down
36 changes: 30 additions & 6 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 13.6.0 API)</title>
<title>Index (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="Index (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -240,6 +240,10 @@ <h2 class="title">A</h2>
<div class="block">Activity code type definition, contains a list of the valid
values for this activity code.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ActivityCodeValue.Builder.html#activityCode-net.sf.mpxj.ActivityCode-">activityCode(ActivityCode)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ActivityCodeValue.Builder.html" title="class in net.sf.mpxj">ActivityCodeValue.Builder</a></dt>
<dd>
<div class="block">Add parent activity code.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html#activityCode">activityCode</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html" title="class in net.sf.mpxj.primavera.schema">APIBusinessObjects</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/BaselineProjectType.html#activityCode">activityCode</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/BaselineProjectType.html" title="class in net.sf.mpxj.primavera.schema">BaselineProjectType</a></dt>
Expand Down Expand Up @@ -1166,7 +1170,13 @@ <h2 class="title">A</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#addActivityCode-net.sf.mpxj.ActivityCodeValue-">addActivityCode(ActivityCodeValue)</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">Assign an activity code to this task.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use addActivityCodeValue()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#addActivityCodeValue-net.sf.mpxj.ActivityCodeValue-">addActivityCodeValue(ActivityCodeValue)</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">Assign an activity code value to this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/BaselineProjectType.html#addActualToRemaining">addActualToRemaining</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/BaselineProjectType.html" title="class in net.sf.mpxj.primavera.schema">BaselineProjectType</a></dt>
<dd>&nbsp;</dd>
Expand Down Expand Up @@ -9433,6 +9443,10 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the activityActualFinish property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ActivityCodeValue.html#getActivityCode--">getActivityCode()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ActivityCodeValue.html" title="class in net.sf.mpxj">ActivityCodeValue</a></dt>
<dd>
<div class="block">Retrieves the parent activity code.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html#getActivityCode--">getActivityCode()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html" title="class in net.sf.mpxj.primavera.schema">APIBusinessObjects</a></dt>
<dd>
<div class="block">Gets the value of the activityCode property.</div>
Expand Down Expand Up @@ -9467,7 +9481,9 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#getActivityCodes--">getActivityCodes()</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 the activity codes associated with this task.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getActivityCodeValues()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/ActivityCodeUpdateType.html#getActivityCodeType--">getActivityCodeType()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/ActivityCodeUpdateType.html" title="class in net.sf.mpxj.primavera.schema">ActivityCodeUpdateType</a></dt>
<dd>
Expand Down Expand Up @@ -9509,6 +9525,10 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the activityCodeValue property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#getActivityCodeValues--">getActivityCodeValues()</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 the activity code values associated with this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html#getActivityComment--">getActivityComment()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html" title="class in net.sf.mpxj.primavera.schema">APIBusinessObjects</a></dt>
<dd>
<div class="block">Gets the value of the activityComment property.</div>
Expand Down Expand Up @@ -34710,7 +34730,9 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ActivityCodeValue.html#getType--">getType()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ActivityCodeValue.html" title="class in net.sf.mpxj">ActivityCodeValue</a></dt>
<dd>
<div class="block">Retrieves the parent activity code type.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getActivityCode instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/common/Tokenizer.html#getType--">getType()</a></span> - Method in class net.sf.mpxj.common.<a href="net/sf/mpxj/common/Tokenizer.html" title="class in net.sf.mpxj.common">Tokenizer</a></dt>
<dd>
Expand Down Expand Up @@ -76717,7 +76739,9 @@ <h2 class="title">T</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/ActivityCodeValue.Builder.html#type-net.sf.mpxj.ActivityCode-">type(ActivityCode)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/ActivityCodeValue.Builder.html" title="class in net.sf.mpxj">ActivityCodeValue.Builder</a></dt>
<dd>
<div class="block">Add parent activity code.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use activityCode instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html#type">type</a></span> - Variable in class net.sf.mpxj.conceptdraw.schema.<a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html" title="class in net.sf.mpxj.conceptdraw.schema">Document.Links.Link</a></dt>
<dd>&nbsp;</dd>
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 13.6.0 API</title>
<title>MPXJ 13.7.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/AbstractFieldContainer.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>AbstractFieldContainer (MPXJ 13.6.0 API)</title>
<title>AbstractFieldContainer (MPXJ 13.7.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="AbstractFieldContainer (MPXJ 13.6.0 API)";
parent.document.title="AbstractFieldContainer (MPXJ 13.7.0 API)";
}
}
catch(err) {
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 13.6.0 API)</title>
<title>AccrueType (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="AccrueType (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/ActivityCode.Builder.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.Builder (MPXJ 13.6.0 API)</title>
<title>ActivityCode.Builder (MPXJ 13.7.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.Builder (MPXJ 13.6.0 API)";
parent.document.title="ActivityCode.Builder (MPXJ 13.7.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 13.6.0 API)</title>
<title>ActivityCode (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="ActivityCode (MPXJ 13.7.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 13.6.0 API)</title>
<title>ActivityCodeContainer (MPXJ 13.7.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 13.6.0 API)";
parent.document.title="ActivityCodeContainer (MPXJ 13.7.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit c791462

Please sign in to comment.