You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by al...@apache.org on 2007/01/24 17:49:17 UTC

svn commit: r499474 - in /incubator/uima/uimaj/trunk/uima-docbooks/src: docbook/overview_and_setup/project_overview.xml olink/overview_and_setup/htmlsingle-target.db olink/overview_and_setup/pdf-target.db

Author: alally
Date: Wed Jan 24 08:49:16 2007
New Revision: 499474

URL: http://svn.apache.org/viewvc?view=rev&rev=499474
Log:
Migration documentation updated to include UIMA jar file name changes.
UIMA-223: https://issues.apache.org/jira/browse/UIMA-223

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml?view=diff&rev=499474&r1=499473&r2=499474
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml Wed Jan 24 08:49:16 2007
@@ -505,6 +505,19 @@
           necessary replacements to your code, including any JCas cover classes that are part of your codebase.
           </para>
       </section>
+      <section id="ugr.project_overview.migration_utility.jar_files">
+        <title>JAR File names Have Changed</title>
+        <para>The UIMA JAR file names have changed slightly.  Underscores have been replaced with hypens to 
+          be consistent with Apache naming conventions.  For example <literal>uima_core.jar</literal> is now 
+          <literal>uima-core.jar</literal>.  Also <literal>uima_jcas_builtin_types.jar</literal> has been 
+          renamed to <literal>uima-document-annotation.jar</literal>.  Finally, the <literal>jVinci.jar</literal> 
+          file is now in the <literal>lib</literal> directory rather than the <literal>lib/vinci</literal> 
+          directory as was previously the case.  The migration script will apply the necessary replacements,
+          for example to script files or Eclipse launch confiugrations. (See <xref
+          linkend="ugr.project_overview_running_the_migration_utility"/> for a list of file extensions that
+          the migration utility will process by default.)
+          </para>
+      </section>      
     </section>
     
     <section id="ugr.project_overview_manual_migration_necessary">

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db?view=diff&rev=499474&r1=499473&r2=499474
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db Wed Jan 24 08:49:16 2007
@@ -151,6 +151,10 @@
                <ttl>JCas Is Now an Interface</ttl>
                <xreftext>Section 1.3.2.4, “JCas Is Now an Interface”</xreftext>
             </div>
+            <div element="section" href="#ugr.project_overview.migration_utility.jar_files" number="1.3.2.5" targetptr="ugr.project_overview.migration_utility.jar_files">
+               <ttl>JAR File names Have Changed</ttl>
+               <xreftext>Section 1.3.2.5, “JAR File names Have Changed”</xreftext>
+            </div>
          </div>
          <div element="section" href="#ugr.project_overview_manual_migration_necessary" number="1.3.3" targetptr="ugr.project_overview_manual_migration_necessary">
             <ttl>Situations Where Manual Migration is Necessary</ttl>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db?view=diff&rev=499474&r1=499473&r2=499474
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db Wed Jan 24 08:49:16 2007
@@ -151,6 +151,10 @@
                <ttl>JCas Is Now an Interface</ttl>
                <xreftext>Section 1.3.2.4, “JCas Is Now an Interface”</xreftext>
             </div>
+            <div element="section" href="#ugr.project_overview.migration_utility.jar_files" number="1.3.2.5" targetptr="ugr.project_overview.migration_utility.jar_files">
+               <ttl>JAR File names Have Changed</ttl>
+               <xreftext>Section 1.3.2.5, “JAR File names Have Changed”</xreftext>
+            </div>
          </div>
          <div element="section" href="#ugr.project_overview_manual_migration_necessary" number="1.3.3" targetptr="ugr.project_overview_manual_migration_necessary">
             <ttl>Situations Where Manual Migration is Necessary</ttl>