Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5a63396c5ba7056fc8182935af3984db85f89aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
bin.includes = plugin.xml,\
               META-INF/,\
               icons/,\
               about.html,\
               examplecollabeditor.jar
src.includes = about.html,\
               META-INF/,\
               icons/,\
               plugin.xml
jars.compile.order = collabeditor.jar
source.examplecollabeditor.jar = src/

Back to the top