Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 4a0d0b8da37f3479f61cf1723b02de4835da4a14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               modeling32.png,\
               OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.OrConditionService.xml,\
               OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.LeafConditionService.xml,\
               OSGI-INF/org.eclipse.emf.ecp.view.internal.rule.AndConditionService.xml,\
               OSGI-INF/
src.includes = about.html
source.. = src/

Back to the top