build.properties 1.36 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
source.veditor.jar = src/,\
                     _generated/
output.veditor.jar = bin/
bin.includes = icons/,\
               veditor.jar,\
               plugin.xml,\
               about_veditor.html,\
               META-INF/,\
               templates/,\
               plugin.properties,\
               tools/,\
               README,\
               about.html,\
               LICENSE,\
               INSTALL,\
               CONTRIBUTORS_VEDITOR.txt,\
               parsers/

#
# Set the following to override the environment
# variable settings for JAVACC_HOME and ECLIPSE_HOME
#
#javacc_dir=/home/ali/javacc-4.0
#eclipse_plugin_dir=/home/ali/eclipse/plugins
src.includes = .classpath,\
               .cvsignore,\
               .externalToolBuilders/,\
               .project,\
               .settings/,\
               CONTRIBUTORS_VEDITOR.txt,\
               ChangeLogVeditor.txt,\
               META-INF/,\
               _generated/,\
               about_veditor.html,\
               bin/,\
               build.properties,\
               buildjavacc.xml,\
               icons/,\
               plugin.properties,\
               plugin.xml,\
               plugins/,\
               src/,\
               templates/,\
               tools/,\
               parsers/,\
               INSTALL,\
               LICENSE,\
               about.html,\
               README