Commit 72e03353 authored by Stuart Sides's avatar Stuart Sides
Browse files

PROG several doc build errors

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5653 41f8697f-d340-4b68-9986-7bafba869bb8
parent b3c929e7
Loading
Loading
Loading
Loading
+0 −4
Changes for isis/src/base/apps/maptrim/maptrim.xml: 0 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -134,14 +134,10 @@
      tests to test getting the lat/lon range from the cube labels and the
      processing of level 1 images.
    </change>
<<<<<<< .mine
    <change name="Kimberly Oyama" date="2013-01-14">
=======
    <change name="Debbie A. Cook" date="2012-12-06">
      Changed to use TProjection instead of Projection.  References #775
    </change>
    <change name="Kimberly Oyama" date="2013-01-14">
>>>>>>> .r5646
      Changed the temporary file name to be unique between executions so there
      are no conflicts when multiple instances of the program are running. Added
      an app test to exercise this change. Fixes #1216.
+1 −1
Changes for isis/src/base/objs/CubeDataThread/unitTest.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <group name="GRP">
      <parameter name="CUBE">
        <type>cube</type>
        <filemode>output</filemode>
        <fileMode>output</fileMode>
        <internalDefault>Default</internalDefault>
        <brief>Brief for parameter CUBE</brief>
        <description>
+1 −1
Changes for isis/src/base/objs/GroundGrid/unitTest.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <group name="GRP">
      <parameter name="CUBE">
        <type>cube</type>
        <filemode>output</filemode>
        <fileMode>output</fileMode>
        <internalDefault>Default</internalDefault>
        <brief>Brief for parameter CUBE</brief>
        <description>
+5 −0
Changes for isis/src/base/objs/Pipeline/unitTest.xml: 5 added lines, 0 removed lines.
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<application name="unitTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://isis.astrogeology.usgs.gov/Schemas/Application/application.xsd">
  <brief>

  </brief>

  <description>
  
  </description>

  <category>
    <categoryItem>Utility</categoryItem>
  </category>

  <history>
    <change name="Steven Lambright" date="2008-08-04">
      Original version
+1 −1
Changes for isis/src/base/objs/ProcessExport/unitTest.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
  </history>

  <category>
    <categoryItem>UnitTest</categoryItem>
    <categoryItem>Utility</categoryItem>
  </category>

  <groups>
Loading