Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4bcd4d87aaa209383c28fa9df918184b066e1a19 (plain) (blame)
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
ignored.message.verbs = update,\
                        adjust,\
                        fix
               
ignored.message.nouns = copyright,\
                        legal header

ignored.paths = target,\
                resourcemanager.java,\
                menucardtemplate.java,\
                org.eclipse.net4j.jms.api/src,\
                org/eclipse/net4j/util/ui/proposals,\
                org.eclipse.emf.cdo.examples.installer/examples,\
                org.eclipse.net4j.examples.installer/examples

check.files = *.java,\
              *.ant,\
              *.exsd,\
              build.xml,\
              plugin.xml,\
              fragment.xml,\
              feature.xml,\
              plugin.properties,\
              fragment.properties,\
              feature.properties,\
              about.properties,\
              build.properties,\
              messages.properties,\
              pom.xml,\
              copyright.txt,\
              org.eclipse.jdt.ui.prefs

update.files = *.properties,\
               *.xml,\
               *.css,\
               *.ecore,\
               *.genmodel,\
               *.mwe,\
               *.xpt,\
               *.ext

copyright.pattern = (.*?)Copyright \\(c\\) ([0-9 ,-]+) (.*?) and others\\.(.*)

Back to the top