Basically extracted doc.zip and made it available in the eclipse help system.
46 lines
1.3 KiB
Properties
46 lines
1.3 KiB
Properties
bin.includes = META-INF/,\
|
|
plugin.xml,\
|
|
messages.properties,\
|
|
nl/,\
|
|
icons/,\
|
|
plugin.properties,\
|
|
plugin_bg.properties,\
|
|
plugin_fr.properties,\
|
|
plugin_it.properties,\
|
|
plugin_ru.properties,\
|
|
plugin_tr.properties,\
|
|
schema/,\
|
|
about.ini,\
|
|
toc.xml,\
|
|
welcome.xml,\
|
|
doc/,\
|
|
target/lib/,\
|
|
target/classes/
|
|
src.includes = icons/,\
|
|
META-INF/,\
|
|
plugin.xml,\
|
|
messages.properties,\
|
|
target/lib/,\
|
|
nl/,\
|
|
plugin.properties,\
|
|
plugin_bg.properties,\
|
|
plugin_fr.properties,\
|
|
plugin_it.properties,\
|
|
plugin_ru.properties,\
|
|
plugin_tr.properties,\
|
|
CHANGELOG.txt,\
|
|
CREDITS.txt,\
|
|
LICENSE.txt,\
|
|
PATTERNS LIBRARY LICENSE.txt,\
|
|
RELNOTES.txt,\
|
|
TODO.txt,\
|
|
about.ini,\
|
|
toc.xml,\
|
|
welcome.xml,\
|
|
schema/,\
|
|
doc/,\
|
|
src/,\
|
|
pom.xml
|
|
source.. = src/main/java/,src/main/resources
|
|
output.. = target/classes/
|