Skip to content

Commit

Permalink
Merge pull request #1407 from eclipse/CHE-1260
Browse files Browse the repository at this point in the history
CHE-1260 Enable svg files license checking
  • Loading branch information
Michail Kuznetsov committed Jun 1, 2016
2 parents 08f81e5 + e4f8fe9 commit 7dd08e5
Show file tree
Hide file tree
Showing 56 changed files with 393 additions and 47 deletions.
1 change: 0 additions & 1 deletion core/commons/che-core-commons-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
<exclude>**/org/eclipse/che/ide/public/ZeroClipboard.min.js</exclude>
<exclude>**/org/eclipse/che/ide/public/ZeroClipboard.min.map</exclude>
<exclude>**/org/eclipse/che/ide/public/ZeroClipboard.swf</exclude>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
</excludes>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion core/commons/che-core-commons-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/org/eclipse/che/commons/lang/FlushingStreamWriter.java</exclude>
</excludes>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion core/ide/che-core-ide-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.jpg</exclude>
Expand Down
1 change: 0 additions & 1 deletion core/ide/che-core-ide-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.jpg</exclude>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
<exclude>**/*.ico</exclude>
<exclude>**/*.ttf</exclude>
<exclude>**/*.eot</exclude>
<exclude>**/*.svg</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.woff</exclude>
</excludes>
Expand Down
12 changes: 12 additions & 0 deletions dashboard/src/assets/fonts/che.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions dashboard/src/assets/fonts/material-design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion plugins/plugin-debugger/che-plugin-debugger-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
</excludes>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion plugins/plugin-gdb/che-plugin-gdb-ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
</excludes>
</configuration>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
</excludes>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.rscjson</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.rscjson</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.rscjson</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.rscjson</exclude>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*.svg</exclude>
<exclude>**/*.png</exclude>
<exclude>**/*.gif</exclude>
<exclude>**/*.rscjson</exclude>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7dd08e5

Please sign in to comment.