File: build.properties

package info (click to toggle)
umlet 15.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,640 kB
  • sloc: javascript: 58,367; java: 45,636; xml: 2,049; sh: 9; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Build Properties are only used for Eclipse Plugin export (during pde.exportPlugins ant call)
output.. = target/classes
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               img/,\
               palettes/,\
               lib/*.jar,\
               custom_elements/,\
               lib/
project.website.marketplace=http\://marketplace.eclipse.org/content/umlet-uml-tool-fast-uml-diagrams
source.. = src/main/java,\
           ELEMENTS,\
           ELEMENTS_GEN,\
           SWING,\
           SWING_RES