root/org.axdt.axdoc.model/META-INF/MANIFEST.MF @ 87f02d16be3ad1849f47a8a1e5c588a5924d4677

Revision 87f02d16be3ad1849f47a8a1e5c588a5924d4677, 489 bytes (checked in by mb0 <mb0@…>, 15 months ago)

parser controller: addded content hash to skip parsing same input.
content proposer: recalculated basic info. simple package name proposal.
as3 grammar: added comment to explain difference with the specifications.

  • type expression as return type conflicts with void statement

template proposal can reuse prefix.
moved axdoc parser and tagsoup dependency to org.axdt.axdoc
added debugging option.
axdt now starts to utilize axdoc

  • Property mode set to 100644
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.axdt.axdoc.model;singleton:=true
5Bundle-Version: 0.0.6.0
6Bundle-ClassPath: .
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Bundle-RequiredExecutionEnvironment: J2SE-1.5
10Require-Bundle: org.eclipse.core.runtime,
11 org.eclipse.emf.ecore;visibility:=reexport,
12 org.eclipse.emf.ecore.xmi
13Bundle-ActivationPolicy: lazy
14Export-Package:
15 org.axdt.axdoc.model,
16 org.axdt.axdoc.model.util
Note: See TracBrowser for help on using the browser.