Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#81] Fix missing codemirror.css file #82

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>