Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

release-notes.html 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vaadin Framework @version@</title>
  6. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  7. <!--[if lte IE 6]>
  8. <link rel="stylesheet" type="text/css" href="css/ie.css" />
  9. <![endif]-->
  10. <style type="text/css">
  11. .nested-list ol {
  12. counter-reset: item
  13. }
  14. .nested-list li {
  15. display: block
  16. }
  17. .nested-list li:before {
  18. content: counters(item, ".") ". ";
  19. counter-increment: item
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="header">
  25. <h1>Vaadin &ndash; thinking of U and I</h1>
  26. <div id="version">
  27. <strong>Version @version@</strong>
  28. </div>
  29. </div>
  30. <!-- /header -->
  31. <div id="content">
  32. <p>Version @version@ built on @builddate@.</p>
  33. <h2 id="tableofcontents">Release Notes for Vaadin Framework
  34. @version@</h2>
  35. <ul>
  36. <li><a href="#overview">Overview of Vaadin
  37. @version@ Release</a></li>
  38. <li><a href="#changelog">Change Log for Vaadin
  39. @version@</a></li>
  40. <li><a href="#enhancements">Enhancements in Vaadin
  41. @version-minor@</a></li>
  42. <li><a href="#incompatible">Incompatible or Behavior-altering Changes in
  43. @version-minor@</a></li>
  44. <li><a href="#knownissues">Known Issues and Limitations</a></li>
  45. <li><a href="#vaadin">Vaadin Installation</a></li>
  46. <li><a href="#package">Package Contents</a></li>
  47. <li><a href="#migrating">Migrating from Vaadin 6</a></li>
  48. <li><a href="#dependencies">Vaadin @version@
  49. dependencies</a></li>
  50. <li><a href="#upgrading">Upgrading to Vaadin
  51. @version-minor@</a></li>
  52. <li><a href="#supportedversions">Supported
  53. Technologies</a></li>
  54. <li><a href="#vaadinontheweb">Vaadin on the Web</a></li>
  55. </ul>
  56. <h2 id="overview">Overview of Vaadin @version@ Release</h2>
  57. <p>
  58. Vaadin @version@ is a
  59. <!-- feature release that includes -->
  60. pre-release for evaluating
  61. a number of new features and bug fixes, as listed in the <a
  62. href="#enhancements">list of enhancements</a> and <a
  63. href="#changelog">change log</a> below.
  64. </p>
  65. <!-- ================================================================ -->
  66. <h3 id="changelog">Change Log for Vaadin @version@</h3>
  67. <p>This release includes the following closed issues:</p>
  68. <table>
  69. @release-notes-tickets@
  70. <tr><td>&nbsp;</td><td></td></tr>
  71. <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr>
  72. <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr>
  73. </table>
  74. <br/>
  75. <p>
  76. You can also view the <a
  77. href="http://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id">list
  78. of the closed issues</a> at the Vaadin developer's site.
  79. </p>
  80. <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2>
  81. <p>Vaadin @version-minor@ includes many major and minor
  82. enhancements. Below is a list of the most notable changes:</p>
  83. <ul>
  84. <li>New configurable client-server automatic reconnect handling and warning dialogs</li>
  85. <li>Grid columns can be resized by the user</li>
  86. <li>Grid non-modal editor mode and unbuffered datasource binding</li>
  87. <li>More fluent Grid scrolling for touch devices</li>
  88. <li>Better customizability of Grid (data generators for communication, customizable selection models etc.)</li>
  89. <li>Configurable keyboard, touch and mouse navigation support for Grid editor</li>
  90. <li>Declarative HTML serialization enhancements for Vaadin Designer 1.0</li>
  91. <li>Better handling of closing a window with keyboard shortcuts</li>
  92. <li>Column collapsing events for Table</li>
  93. <li>Most Components fire a ContextClickEvent when the user tries to open a context menu.
  94. This event is specialised to contain some extra context for Grid, Table, TreeTable and Tree,
  95. and used by the <a href="https://vaadin.com/addon/vaadin-contextmenu">ContextMenu add-on</a>.</li>
  96. <li>New push transport mode WEBSOCKET_XHR (WebSockets from server to client, XHR from client to
  97. server) which allows setting of cookies, using request scopes with CDI/Spring etc.</li>
  98. <li>Navigator is more extensible and can be used with dependency injection</li>
  99. <li>It is possible to customize the push URL using PushConfiguration.setPushUrl().
  100. This enables implementing some push related add-ons such as push on portals.</li>
  101. </ul>
  102. <p>
  103. For enhancements introduced in Vaadin 7.5, see the <a
  104. href="http://vaadin.com/download/release/7.5/7.5.0/release-notes.html">Release
  105. Notes for Vaadin 7.5.0</a>.
  106. </p>
  107. <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
  108. <ul>
  109. <li>Window.setCloseShortcut() is now deprecated. ESCAPE is no longer a hard-coded default, but rather a soft one, and
  110. can be removed. If the close-shortcut attribute of the v-windowelement is present, it must list all close
  111. shortcuts, including ESCAPE, separated by whitespace. Existing, unchanged code should behave as before.
  112. See ticket <a href="https://dev.vaadin.com/ticket/17383">#17383</a> for more information on the reasoning
  113. behind the change.</li>
  114. <li>Grid SelectionModels are now Extensions. This update removes all selection related variables and API from
  115. GridConnector, GridState, GridServerRpc and GridClientRpc</li>
  116. <li>StringToEnumConverter now explicitly supports Enum types with custom toString() implementations.
  117. This may affect applications that relied on the undefined behavior in previous versions.</li>
  118. <li>The Section enumeration from client-side of the Grid has been moved to GridConstants</li>
  119. <li>The order in which AttachEvents are fired has been changed. When attaching a component with child components,
  120. events are now fired first for the children and last for the root component. The order is thus the same as
  121. the order in which custom code in overridden Component.attach methods would be executed. Please refer to
  122. ticket <a href="https://dev.vaadin.com/ticket/16348">#16348</a> for more information on this change.</li>
  123. <li>Jsoup library version 1.8.3 is incompatible with the version 1.8.1 used in early 7.6 alphas and 7.5. This might
  124. cause problems with external libraries compiled against said versions.</li>
  125. <li>Declarative format is now using "vaadin-" as a default prefix instead of the "v-" prefix used in 7.5.
  126. This default can be changed in deployment configuration.</li>
  127. </ul>
  128. <h3 id="knownissues">Known Issues and Limitations</h3>
  129. <ul>
  130. <li>Vaadin TouchKit versions prior to 4.1.0 do not work with 7.6. Please use version 4.1.0 or above.</li>
  131. <li>Context click events are not generated on iOS devices
  132. (<a href="http://dev.vaadin.com/ticket/19367">#19367</a>)</li>
  133. <li>Drag'n'drop in a Table doesn't work on touch devices running
  134. Internet Explorer (Windows Phone, Surface)
  135. (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>)
  136. </li>
  137. <li><p>It is currently not possible to specify <tt>font-size</tt>
  138. as <tt>em</tt> or <tt>%</tt>, or layout component sizes
  139. with <tt>em</tt> (<a
  140. href="http://dev.vaadin.com/ticket/10634">#10634</a>).</p><p>This
  141. does not apply to Valo, but using em sizes to size layouts is discouraged,
  142. because it results in fractional component sizes in many cases, which
  143. might cause unwanted 1px gaps between components.</p>
  144. </li>
  145. <li>Up-to-date information about configuration needed for push and compatibility issues are available in
  146. <a href="https://vaadin.com/wiki/-/wiki/Main/Configuring+push+for+your+environment">this wiki page.</a>
  147. <br />
  148. The most prominent limitations are:
  149. <ul>
  150. <li>Push is currently not supported in portals (See <a
  151. href="http://dev.vaadin.com/ticket/11493">#11493</a>)
  152. </li>
  153. <li>>Transport mode WEBSOCKET does not support invalidating the session on Tomcat 7,
  154. nor setting cookies for the session. The new transport mode WEBSOCKET_XHR can be
  155. used to bypass these limitations.
  156. <br />
  157. See tickets <a href="https://dev.vaadin.com/ticket/11808">#11808</a> and
  158. <a href="https://dev.vaadin.com/ticket/11721">#11721</a>
  159. </li>
  160. </ul>
  161. </li>
  162. <li>Google App Engine has some limitations. Please consult Vaadin Wiki:
  163. <a href="https://vaadin.com/wiki/-/wiki/Main/Vaadin+support+for+Google+App+Engine">Vaadin support for Google App Engine</a>
  164. </li>
  165. <li>Grid does not support adding components to cells. Instead light-weight Renderers can be
  166. used to present and edit data.</li>
  167. </ul>
  168. <h2 id="vaadin">Vaadin Installation</h2>
  169. <p>
  170. <b>Vaadin</b> is a Java framework for building modern web
  171. applications that look great, perform well and make you and
  172. your users happy. <b>Vaadin</b> is available under the
  173. Apache License, Version 2.0 (see the
  174. <tt>license.html</tt>
  175. in the Vaadin ZIP or JAR package).
  176. </p>
  177. <p>
  178. The easiest ways to install <b>Vaadin</b> are:
  179. </p>
  180. <ul>
  181. <li><strong>Maven dependency.</strong>If using Maven, define it as a dependency or use
  182. any of the available archetypes to create a new project. More information at
  183. <a href="https://vaadin.com/maven">https://vaadin.com/maven</a>
  184. </li>
  185. <li><strong>IDE Plugins.</strong>If using Eclipse, use the
  186. <a href="http://vaadin.com/eclipse">Vaadin Plugin for Eclipse</a>, which automatically
  187. downloads the Vaadin libraries. For NetBeans 8.0 and 7.4, use the
  188. <a href="http://plugins.netbeans.org/plugin/50531/vaadin-plug-in-for-netbeans">official Vaadin plugin</a>
  189. that provides Maven based wizards and code completion support for Vaadin development.
  190. </li>
  191. </ul>
  192. <p>
  193. Vaadin Framework is also available as a ZIP package downloadable from <a
  194. href="http://vaadin.com/download">Vaadin Download
  195. page</a>.
  196. </p>
  197. <h3 id="package">Package Contents</h3>
  198. <p>Inside the ZIP installation package you will find:</p>
  199. <ul>
  200. <li>Separate server-side (<tt>vaadin-server</tt>) and
  201. client-side (<tt>vaadin-client</tt>, <tt>vaadin-client-compiler</tt>)
  202. development libraries
  203. </li>
  204. <li>Precompiled widget set (<tt>vaadin-client-compiled</tt>)
  205. for server-side development
  206. </li>
  207. <li>Shared library (<tt>vaadin-shared</tt>) for both
  208. server- and client-side libraries
  209. </li>
  210. <li>Built-in themes (<tt>vaadin-themes</tt>)
  211. </li>
  212. <li>Dependency libraries provided under the <tt>lib/</tt>
  213. folder
  214. </li>
  215. </ul>
  216. <p>
  217. See the
  218. <tt>README.TXT</tt>
  219. in the installation package for detailed information about
  220. the package contents. <a href="http://vaadin.com/book">Book
  221. of Vaadin</a> (for Vaadin 7) gives more detailed
  222. instructions.
  223. </p>
  224. <p>
  225. For server-side development, copy the
  226. <tt>vaadin-server</tt>
  227. ,
  228. <tt>vaadin-client-compiled</tt>
  229. ,
  230. <tt>vaadin-shared</tt>
  231. , and
  232. <tt>vaadin-themes</tt>
  233. from the main folder and the dependencies from the
  234. <tt>lib</tt>
  235. folder to the
  236. <tt>WEB-INF/lib</tt>
  237. folder of your Vaadin project. (The
  238. <tt>vaadin-client-compiled</tt>
  239. is necessary if you do not wish to compile the widget set by
  240. your own, which you need to do if you use almost any add-on
  241. components.)
  242. </p>
  243. <h4 id="package.updates">Updates to the Packaging</h4>
  244. <p>
  245. Since Vaadin 7.2.0, the old vaadin-theme-compiler has been moved into
  246. a separate project and renamed to vaadin-sass-compiler. It is now included
  247. along with the other 3rd party dependencies in the ZIP package.
  248. </p>
  249. <p>
  250. For pure client-side development, you only need the
  251. <tt>vaadin-client</tt>
  252. and
  253. <tt>vaadin-client-compiler</tt>
  254. JARs, which should be put to a non-deployed project library
  255. folder, such as
  256. <tt>lib</tt>
  257. . You also need them if you compile the widget set for any
  258. reason, such as using Vaadin add-ons, or create new
  259. server-side components integrated with client-side widgets.
  260. </p>
  261. <h2 id="migrating">Migrating from Vaadin 6</h2>
  262. <p>
  263. All Vaadin 6 applications need some changes when migrating
  264. to Vaadin 7. The most obvious changes are in the
  265. application/window API and require extending either <b>UI</b>
  266. or <b>UI.LegacyApplication</b> instead of <b>Application</b>.
  267. A detailed list of migration changes are given in the <a
  268. href="https://vaadin.com/wiki/-/wiki/Main/Migrating+from+Vaadin+6+to+Vaadin+7">Vaadin
  269. 7 Migration Guide</a>.
  270. </p>
  271. <p>Any custom client-side widgets need to be ported to use
  272. the new client-server communication API, or the Vaadin 6
  273. compatibility API.</p>
  274. <p>
  275. Vaadin 6 add-ons (ones that contain widgets) do not work in
  276. Vaadin 7 - please check the add-ons in <a
  277. href="http://vaadin.com/directory/">Vaadin Directory</a>
  278. for Vaadin 7 support.
  279. </p>
  280. <h2 id="dependencies">Vaadin @version@ Dependencies</h2>
  281. <p>When using Maven, Ivy, Gradle, or other dependency
  282. management system, all Vaadin dependencies are downloaded
  283. automatically. This is also the case when using the Vaadin
  284. Plugin for Eclipse.</p>
  285. <p>
  286. The Vaadin ZIP installation package includes the
  287. dependencies in the
  288. <tt>lib</tt>
  289. subfolder. These need to be copied to the
  290. <tt>WEB-INF/lib</tt>
  291. folder of the web application that uses Vaadin.
  292. </p>
  293. <p>
  294. The dependencies are listed in the <a href="license.html">Licensing
  295. description</a>. Some are explicit dependencies packaged and
  296. distributed as separate JARs, while some are included inside
  297. other libraries.
  298. </p>
  299. <h3>Bean Validation</h3>
  300. <p>
  301. If you use the bean validation feature in Vaadin 7, you need
  302. a Bean Validation API implementation. You need to install
  303. the implementation JAR in the
  304. <tt>WEB-INF/lib</tt>
  305. directory of the web application that uses validation.
  306. </p>
  307. <h2 id="upgrading">Upgrading to Vaadin @version-minor@</h2>
  308. <p>When upgrading from an earlier Vaadin version, you must:
  309. </p>
  310. <ul>
  311. <li>Recompile your classes using the new Vaadin
  312. version. Binary compatibility is only guaranteed for
  313. maintenance releases of Vaadin.</li>
  314. <li>Unless using the precompiled widget set, recompile
  315. your widget set using the new Vaadin version.</li>
  316. </ul>
  317. <p>Remember also to refresh the project in your IDE to
  318. ensure that the new version of everything is in use.</p>
  319. <p>
  320. By using the "
  321. <tt>?debug</tt>
  322. " URL parameter, you can verify that the version of the
  323. servlet, the theme, and the widget set all match.
  324. </p>
  325. <p>
  326. <b>Eclipse</b> users should always check if there is a new
  327. version of the Eclipse Plug-in available. The Eclipse
  328. Plug-in can be used to update the Vaadin version in the
  329. project (Project properties &raquo; Vaadin).
  330. </p>
  331. <p>
  332. <b>Maven</b> users should update the Vaadin dependency
  333. version in the
  334. <tt>pom.xml</tt>
  335. unless it is defined as
  336. <tt>LATEST</tt>
  337. . You must also ensure that the GWT dependency uses the
  338. correct version and recompile your project and your widget
  339. set.
  340. </p>
  341. <p>
  342. <b>Liferay and other portal</b> users must install the
  343. Vaadin libraries in
  344. <t>ROOT/WEB-INF/lib/</b> in the portal (and remove a
  345. possibly obsolete older <tt>vaadin.jar</tt>). Additionally,
  346. the contents of the <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes</tt>
  347. must be extracted to the <tt>ROOT/html/VAADIN</tt> directory
  348. in the Liferay installation. If your portal uses custom
  349. widgets, you can use <a
  350. href="http://vaadin.com/directory#addon/liferay-control-panel-plugin-for-vaadin:vaadin">
  351. Liferay Control Panel for Vaadin</a> for easy widget set compilation.</t>
  352. </p>
  353. <h2 id="supportedversions">Supported Technologies</h2>
  354. <p>
  355. Vaadin 7 is compatible with <b>Java 6</b> and newer. Vaadin
  356. 7 is especially supported on the following <b>operating
  357. systems</b>:
  358. </p>
  359. <ul>
  360. <li>Windows</li>
  361. <li>Linux</li>
  362. <li>Mac OS X</li>
  363. </ul>
  364. <p>
  365. Vaadin 7 requires <b>Java Servlet API 2.4</b> but also
  366. supports later versions and should work with any Java
  367. application server that conforms to the standard. The
  368. following <b>application servers</b> are supported:
  369. </p>
  370. <ul>
  371. <li>Apache Tomcat 5-8</li>
  372. <li>Apache TomEE 1</li>
  373. <li>Oracle WebLogic Server 10.3-12</li>
  374. <li>IBM WebSphere Application Server 7-8</li>
  375. <li>JBoss Application Server 4-7</li>
  376. <li>Wildfly 8-9</li>
  377. <li>Jetty 5-9</li>
  378. <li>Glassfish 2-4</li>
  379. </ul>
  380. <p>
  381. Vaadin 7 supports the JSR-286 Portlet specification and all
  382. portals that implement the specification should work. The
  383. following <b>portals</b> are supported:
  384. </p>
  385. <ul>
  386. <li>Liferay Portal 5.2-6</li>
  387. <li>GateIn Portal 3</li>
  388. <li>eXo Platform 3</li>
  389. <li>IBM WebSphere Portal 8</li>
  390. </ul>
  391. <p>
  392. Vaadin also supports <b>Google App Engine</b>.
  393. </p>
  394. <p>
  395. Vaadin @version@ supports the following <b>desktop browsers</b>:
  396. </p>
  397. <ul>
  398. <li>Mozilla Firefox 18-43</li>
  399. <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR, 38 ESR</li>
  400. <li>Internet Explorer 8-11, Edge</li>
  401. <li>Safari 6-8</li>
  402. <li>Opera 16-34</li>
  403. <li>Google Chrome 23-47</li>
  404. </ul>
  405. <p>
  406. Additionally, Vaadin supports the built-in browsers in the
  407. following <b>mobile operating systems</b>:
  408. </p>
  409. <ul>
  410. <li>iOS 5-9</li>
  411. <li>Android 2.3-5</li>
  412. <li>Windows Phone 8</li>
  413. </ul>
  414. <p>Vaadin SQL Container supports the following databases:</p>
  415. <ul>
  416. <li>HSQLDB</li>
  417. <li>MySQL</li>
  418. <li>MSSQL</li>
  419. <li>Oracle</li>
  420. <li>PostgreSQL</li>
  421. </ul>
  422. <h2 id="vaadinontheweb">Vaadin on the Web</h2>
  423. <ul>
  424. <li><a href="http://vaadin.com">vaadin.com - The
  425. developer portal containing everything you need to
  426. know about Vaadin</a></li>
  427. <li><a href="http://vaadin.com/demo">vaadin.com/demo
  428. - A collection of demos for Vaadin</a></li>
  429. <li><a href="http://vaadin.com/learn">vaadin.com/learn
  430. - Getting started with Vaadin</a></li>
  431. <li><a href="http://vaadin.com/forum">vaadin.com/forum
  432. - Forums for Vaadin related discussions</a></li>
  433. <li><a href="http://vaadin.com/book">vaadin.com/book
  434. - Book of Vaadin - everything you need to know about
  435. Vaadin</a></li>
  436. <li><a href="http://vaadin.com/api">vaadin.com/api
  437. - Online javadocs</a></li>
  438. <li><a href="http://vaadin.com/directory">vaadin.com/directory
  439. - Add-ons for Vaadin</a></li>
  440. <li><a href="http://vaadin.com/pro-tools">vaadin.com/pro-tools
  441. - Commercial tools for Vaadin development</a></li>
  442. <li><a href="http://vaadin.com/support">vaadin.com/support
  443. - Commercial support for Vaadin development </a></li>
  444. <li><a href="http://vaadin.com/services">vaadin.com/services
  445. - Expert services for Vaadin</a></li>
  446. <li><a href="http://vaadin.com/company">vaadin.com/company
  447. - Information about the company behind Vaadin</a></li>
  448. <li><a href="http://dev.vaadin.com">dev.vaadin.com
  449. - Bug tracker</a></li>
  450. <li><a
  451. href="http://dev.vaadin.com/wiki/Vaadin/Development/StartingVaadin7Development">How
  452. to get the source code of Vaadin</a></li>
  453. </ul>
  454. </div>
  455. <!-- /content-->
  456. <div id="footer">
  457. <span class="slogan"><strong>vaadin <em>}></em>
  458. </strong> thinking of U and I<span> <a href="#top">&uarr; Back
  459. to top</a>
  460. </div>
  461. <!-- /footer -->
  462. </body>
  463. </html>
  464. <!-- Keep this comment at the end of the file
  465. Local variables:
  466. mode: xml
  467. sgml-omittag:nil
  468. sgml-shorttag:nil
  469. sgml-namecase-general:nil
  470. sgml-general-insert-case:lower
  471. sgml-minimize-attributes:nil
  472. sgml-always-quote-attributes:t
  473. sgml-indent-step:2
  474. sgml-indent-data:t
  475. sgml-parent-document:nil
  476. sgml-exposed-tags:nil
  477. sgml-local-catalogs:("/etc/sgml/catalog" "/usr/share/xemacs21/xemacs-packages/etc/psgml-dtds/CATALOG")
  478. sgml-local-ecat-files:("ECAT" "~/sgml/ECAT" "/usr/share/sgml/ECAT" "/usr/local/share/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
  479. End:
  480. -->