Changeset 236ec8f


Ignore:
Timestamp:
03/31/2003 06:00:18 AM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
815fed50
Parents:
7a1a5aa
Message:

update jdk, add vim

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@788 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk/j2sdk.ent

    r7a1a5aa r236ec8f  
    88<!ENTITY j2sdk-src-buildsize "1810 MB">
    99<!ENTITY j2sdk-src-size "77 MB">
    10 <!ENTITY j2sdk-bin-version "1.4.1_01">
     10<!ENTITY j2sdk-bin-version "1.4.1_02">
    1111<!ENTITY j2sdk-src-version "1.4.1">
    1212<!ENTITY j2sdk-download-http "http://freshmeat.net/projects/sunjdk">
  • index.xml

    r7a1a5aa r236ec8f  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030328">
    6 <!ENTITY releasedate "March 28th, 2003">
     5<!ENTITY version "20030330">
     6<!ENTITY releasedate "March 30th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    r7a1a5aa r236ec8f  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>March 30th, 2003 [tushar]: j2sdk: updated jdk to
     141.4.1_02.</para></listitem>
     15
     16<listitem><para>March 30th, 2003 [tushar]: editors: added instructions for
     17recompiling vim post X.</para></listitem>
    1218
    1319<listitem><para>March 28th, 2003 [larry]: pst: updated to
  • introduction/welcome/credits.xml

    r7a1a5aa r236ec8f  
    122122Campbell</emphasis></para></listitem>
    123123
    124 <listitem><para>alsa-oss, inetutils, gdk, GLib, GTK+ and libxml: <emphasis>James
     124<listitem><para>alsa-oss, inetutils, gdk, GLib, GTK+, libxml and vim: <emphasis>James
    125125Iwanek</emphasis></para></listitem>
    126126
  • postlfs/editors/vim.xml

    r7a1a5aa r236ec8f  
    11<sect1 id="postlfs-editors-vim">
    22<?dbhtml filename="vim.html" dir="postlfs"?>
    3 <title>Recompling vim post-X</title>
     3<title>vim-&vim-version; (post-X)</title>
    44
    5 <para>TO BE DONE</para>
     5&vim-intro;
     6&vim-inst;
     7&vim-desc;
    68
    79</sect1>
  • postlfs/postlfs.ent

    r7a1a5aa r236ec8f  
    3737<!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
    3838<!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
     39<!ENTITY % vim SYSTEM "editors/vim/vim.ent">
     40%vim;
    3941<!ENTITY postlfs-editors-emacs SYSTEM "editors/emacs.xml">
    4042<!ENTITY % emacs SYSTEM "editors/emacs/emacs.ent">
Note: See TracChangeset for help on using the changeset viewer.