Skip to content

Commit

Permalink
Fix missing codemirror.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Oct 30, 2024
1 parent c17dad3 commit fbd70c0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions openidm-ui/openidm-ui-admin/src/main/assembly/dir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
~ with the fields enclosed by brackets [] replaced by
~ your own identifying information:
~ "Portions Copyrighted [year] [name of copyright owner]"
~
~ Portions Copyrighted 2024 3A Systems LLC.
-->
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
Expand Down Expand Up @@ -72,18 +74,27 @@
<directory>${project.build.directory}/codemirror5-4.10/lib</directory>
<outputDirectory>/css/codemirror</outputDirectory>
<includes>
<include>codemirror.css</include>
<include>codemirror.css</include>
</includes>
<fileMode>0640</fileMode>
</fileSet>
<fileSet>
<directory>${project.build.directory}/codemirror5-4.10.0/lib</directory>
<outputDirectory>/css/codemirror</outputDirectory>
<includes>
<include>codemirror.css</include>
</includes>
<fileMode>0640</fileMode>
</fileSet>
<fileSet>
<fileSet>
<directory>${project.build.directory}/CodeMirror5-4.10.0/lib</directory>
<outputDirectory>/css/codemirror</outputDirectory>
<includes>
<include>codemirror.css</include>
<include>codemirror.css</include>
</includes>
<fileMode>0640</fileMode>
</fileSet>

</fileSets>
<dependencySets>
<dependencySet>
Expand All @@ -104,4 +115,4 @@
<outputDirectory>/css</outputDirectory>
</dependencySet>
</dependencySets>
</assembly>
</assembly>

0 comments on commit fbd70c0

Please sign in to comment.