Skip to content

Commit 64fbcf6

Browse files
committed
enabling checkstyle to verify IP header
1 parent 3edf4d9 commit 64fbcf6

File tree

59 files changed

+560
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+560
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="GEMOC IP" location="/fr.obeo.dsl.dev/codestyle/GemocCheckstyle6Configuration-Light.xml" type="project" description="">
5+
<additional-data name="protect-config-file" value="false"/>
6+
</local-check-config>
7+
<fileset name="all" enabled="true" check-config-name="GEMOC IP" local="true">
8+
<file-match-pattern match-pattern="." include-pattern="true"/>
9+
</fileset>
10+
<filter name="FilesFromPackage" enabled="true">
11+
<filter-data value="xtend-gen"/>
12+
</filter>
13+
</fileset-config>

framework/execution_framework/plugins/org.gemoc.executionframework.engine.ui/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
33+
<buildCommand>
34+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
3338
</buildSpec>
3439
<natures>
3540
<nature>org.eclipse.pde.PluginNature</nature>
3641
<nature>org.eclipse.jdt.core.javanature</nature>
3742
<nature>net.sourceforge.metrics.nature</nature>
3843
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
44+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
3945
</natures>
4046
</projectDescription>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="GEMOC SiriusAnimator - IP and comments" location="https://raw.githubusercontent.com/SiriusLab/ModelDebugging/master/dev/fr.obeo.dsl.dev/codestyle/GemocCheckstyle6Configuration-Light.xml" type="remote" description="">
5+
<additional-data name="cache-props-file-location" value="null_1485188702813_cache.properties"/>
6+
<additional-data name="cache-file-location" value="null_1485188702813_cache.xml"/>
7+
<additional-data name="cache-file" value="false"/>
8+
</local-check-config>
9+
<fileset name="all" enabled="true" check-config-name="GEMOC SiriusAnimator - IP and comments" local="true">
10+
<file-match-pattern match-pattern="." include-pattern="true"/>
11+
</fileset>
12+
<filter name="FilesFromPackage" enabled="true">
13+
<filter-data value="xtend-gen"/>
14+
</filter>
15+
</fileset-config>

framework/execution_framework/plugins/org.gemoc.executionframework.engine/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
33+
<buildCommand>
34+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
35+
<arguments>
36+
</arguments>
37+
</buildCommand>
3338
</buildSpec>
3439
<natures>
3540
<nature>org.eclipse.pde.PluginNature</nature>
3641
<nature>org.eclipse.jdt.core.javanature</nature>
3742
<nature>net.sourceforge.metrics.nature</nature>
3843
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
44+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
3945
</natures>
4046
</projectDescription>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="GEMOC SiriusAnimator - IP and comments" location="https://raw.githubusercontent.com/SiriusLab/ModelDebugging/master/dev/fr.obeo.dsl.dev/codestyle/GemocCheckstyle6Configuration-Light.xml" type="remote" description="">
5+
<additional-data name="cache-props-file-location" value="null_1485188702813_cache.properties"/>
6+
<additional-data name="cache-file-location" value="null_1485188702813_cache.xml"/>
7+
<additional-data name="cache-file" value="false"/>
8+
</local-check-config>
9+
<fileset name="all" enabled="true" check-config-name="GEMOC SiriusAnimator - IP and comments" local="true">
10+
<file-match-pattern match-pattern="." include-pattern="true"/>
11+
</fileset>
12+
<filter name="FilesFromPackage" enabled="true">
13+
<filter-data value="xtend-gen"/>
14+
</filter>
15+
</fileset-config>

framework/execution_framework/plugins/org.gemoc.executionframework.eventmanager/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
2530
<nature>org.eclipse.pde.PluginNature</nature>
2631
<nature>org.eclipse.jdt.core.javanature</nature>
32+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
2733
</natures>
2834
</projectDescription>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="GEMOC SiriusAnimator - IP and comments" location="https://raw.githubusercontent.com/SiriusLab/ModelDebugging/master/dev/fr.obeo.dsl.dev/codestyle/GemocCheckstyle6Configuration-Light.xml" type="remote" description="">
5+
<additional-data name="cache-props-file-location" value="null_1485188702813_cache.properties"/>
6+
<additional-data name="cache-file-location" value="null_1485188702813_cache.xml"/>
7+
<additional-data name="cache-file" value="false"/>
8+
</local-check-config>
9+
<fileset name="all" enabled="true" check-config-name="GEMOC SiriusAnimator - IP and comments" local="true">
10+
<file-match-pattern match-pattern="." include-pattern="true"/>
11+
</fileset>
12+
<filter name="FilesFromPackage" enabled="true">
13+
<filter-data value="xtend-gen"/>
14+
</filter>
15+
</fileset-config>

framework/execution_framework/plugins/org.gemoc.executionframework.extensions.sirius/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
2530
<nature>org.eclipse.pde.PluginNature</nature>
2631
<nature>org.eclipse.jdt.core.javanature</nature>
32+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
2733
</natures>
2834
</projectDescription>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
4+
<local-check-config name="GEMOC SiriusAnimator - IP and comments" location="https://raw.githubusercontent.com/SiriusLab/ModelDebugging/master/dev/fr.obeo.dsl.dev/codestyle/GemocCheckstyle6Configuration-Light.xml" type="remote" description="">
5+
<additional-data name="cache-props-file-location" value="null_1485188702813_cache.properties"/>
6+
<additional-data name="cache-file-location" value="null_1485188702813_cache.xml"/>
7+
<additional-data name="cache-file" value="false"/>
8+
</local-check-config>
9+
<fileset name="all" enabled="true" check-config-name="GEMOC SiriusAnimator - IP and comments" local="true">
10+
<file-match-pattern match-pattern="." include-pattern="true"/>
11+
</fileset>
12+
<filter name="FilesFromPackage" enabled="true">
13+
<filter-data value="xtend-gen"/>
14+
</filter>
15+
</fileset-config>

framework/execution_framework/plugins/org.gemoc.executionframework.ui/.project

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23+
<buildCommand>
24+
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
2328
</buildSpec>
2429
<natures>
2530
<nature>org.eclipse.pde.PluginNature</nature>
2631
<nature>org.eclipse.jdt.core.javanature</nature>
32+
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
2733
</natures>
2834
</projectDescription>

0 commit comments

Comments
 (0)