Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README_Feature.md | 2023-07-04 | 2.1 kB | |
Totals: 1 Item | 2.1 kB | 0 |
sf.eclipse.javacc.feature project description
History
Created 04-06/2021. 1.6.0.
This feature plug-in relates to the JavaCC Eclipse Plug-in (Core & UI, for head and headless builds).
It holds:
- the license data (in feature.xml)
- the developer documentation
- the ant common sub-script
- the category.xml category definition file to categorize the features in the update site
- the keystore for signing the jars
Source folders structure
.externalToolBuilders
: the launch configuration created by Eclipse when adding an Ant builder to the project, for automatically generating the html and xml files on saving the markdown source file (see inside the Ant script how to configure the project builder).settings
: standard project settings filessite
: folder for update site related stuffdoc
:Admin_guide
: administrator guide md fileDev_guide
: developer guide md files, under different foldersRelease_notes
: release notes md file\
: licence filereleases
: folder for releases (new <= 1.6.0 and old <= 1.5.nn format):/
:<ver>
:features
,plugins
,artifacts.jar
andcontent.jar
: standard generated jars for new site format, updatesite zip for old format- standard category xml file
.SEJPkeystore
: keystore for signing the jars.htaccess
&index.md
/index.html
: standard apache files for the update site web server
/
:- standard feature xml & project files
- ant build files for building html files
- README file
Plug-in feature
Refers to the UI plug-in (which requires the Core plug-in, included as a dependency), and to the Help feature.
How to build
Build the html documents manually with the ant script build_feature_html.xml or automatically with the corresponding Builder.
Build the project for the update site though Admin_Guide.