~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ant/grammar/src/org/netbeans/modules/ant/grammar/package.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
 
 
3
<HTML>
 
4
  <HEAD>
 
5
    <TITLE>Ant-XML Bridge Module</TITLE>
 
6
  </HEAD>
 
7
  <BODY>
 
8
<h2>Ant Grammar Prototype</H2>
 
9
It is XML grammar plugin. Unfortunately the XML grammar
 
10
framework is not finalized so soft implementation
 
11
dependency is required (it's only a bridge).
 
12
 
 
13
<h3>Dependencies</h3>
 
14
XML dependencies are little bit hairy because:
 
15
<ul>
 
16
<li>it needs an unfinalized API of XML Core module,
 
17
<li>at least one editor using the API must be enabled and
 
18
<li>such a editor does not require any grammar provider.
 
19
</ul>
 
20
 
 
21
so it:
 
22
 
 
23
<ul>
 
24
<li>depends on XML core module,
 
25
<li>still requires versioned token specifing explicit API version and
 
26
<li>requires unversioned API client token to avoid loading if no client enabled.
 
27
</ul>
 
28
 
 
29
</BODY>
 
30
</HTML>