Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: cf9282badfb9c47c152e05f46ced7ffe99264a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
#Mon Sep 12 09:29:40 CEST 2011
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               schema/,\
               plugin.properties,\
               about.html,\
               src/org/eclipse/papyrus/infra/services/resourceloading/messages.properties
output.. = bin/
src.includes = about.html
source.. = src/

Back to the top