Skip to content

Commit 5ddf249

Browse files
committed
Updated documentation.
1 parent 36742f7 commit 5ddf249

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

maven/src/site/xdoc/index.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ a range of data formats: Microsoft Project Exchange (MPX), Microsoft
1717
Project (MPP, MPT), Microsoft Project Data Interchange (MSPDI XML), Microsoft
1818
Project Database (MPD), Planner (XML), Primavera (PM XML, XER, and database),
1919
Asta Powerproject and Easyplan (PP, MDB), Phoenix Project Manager (PPX),
20-
FastTrack Schedule (FTS), GanttProject (GAN), and the Standard Data Exchange Format (SDEF).</p>
20+
FastTrack Schedule (FTS), GanttProject (GAN), TurboProject (PEP),
21+
and the Standard Data Exchange Format (SDEF).</p>
2122

2223
<p>The library is currently based around a set of structures
2324
modelled on the data described by the MPP file format. All
@@ -86,6 +87,9 @@ which MPXJ can read.</li>
8687
<li><b>GANTTPROJECT:</b> GanttProject is an open source general purpose planning tool. GanttProject writes GAN files
8788
which MPXJ can read.</li>
8889

90+
<li><b>TURBOPROJECT:</b> TurboProject is general purpose planning tool. TurboProject writes PEP files
91+
which MPXJ can read.</li>
92+
8993
<li><b>SDEF:</b> SDEF is the Standard Data Exchange Format, as defined by the USACE (United States
9094
Army Corps of Engineers). SDEF is a fixed column format text file, used to import
9195
a project schedule up into the QCS (Quality Control System) software from USACE.</li>

nuget/mpxj-for-csharp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<licenseUrl>https://sourceforge.net/p/mpxj/mpxj/ci/master/tree/legal/licence.txt</licenseUrl>
99
<projectUrl>http://mpxj.sf.net</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016. This version provides properties and C#-style method names, rather than Java style getters, setters, and method names.</description>
11+
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, TurboProject PEP files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016. This version provides properties and C#-style method names, rather than Java style getters, setters, and method names.</description>
1212
<summary>MPXJ reads and writes schedule data in a variety of formats.</summary>
1313
<dependencies>
1414
<dependency id="net.sf.mpxj-common" version="0.0.0" />

nuget/mpxj-for-vb.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<licenseUrl>https://sourceforge.net/p/mpxj/mpxj/ci/master/tree/legal/licence.txt</licenseUrl>
99
<projectUrl>http://mpxj.sf.net</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016. This version provides properties, rather than Java style getters, setters.</description>
11+
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, TurboProject PEP files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016. This version provides properties, rather than Java style getters, setters.</description>
1212
<summary>MPXJ reads and writes schedule data in a variety of formats.</summary>
1313
<dependencies>
1414
<dependency id="net.sf.mpxj-common" version="0.0.0" />

nuget/mpxj.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<licenseUrl>https://sourceforge.net/p/mpxj/mpxj/ci/master/tree/legal/licence.txt</licenseUrl>
99
<projectUrl>http://mpxj.sf.net</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11-
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016.</description>
11+
<description>MPXJ is an open source file handling library for Java and .Net to read and write Microsoft Project MPX and MSPDI XML files, Planner files, Primavera XER files and databases, Asta Powerproject files, Asta Easyplan files, Phoenix Project Manager files, FastTrack Schedule FTS files, GanttProject GAN files, TurboProject PEP files, and MPP, MPT, and MPD files for Project 98, 2000, 2002, 2003, 2007, 2010, 2013 and 2016.</description>
1212
<summary>MPXJ reads and writes schedule data in a variety of formats.</summary>
1313
<dependencies>
1414
<dependency id="net.sf.mpxj-common" version="0.0.0" />

0 commit comments

Comments
 (0)