Skip to content

Commit

Permalink
Rename configs -> configuration per standards for content packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Dec 19, 2024
1 parent 04c071f commit 6a9ad00
Show file tree
Hide file tree
Showing 27 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3
http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>assemble-content</id>
<formats>
Expand All @@ -14,7 +14,7 @@
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.basedir}/configs</directory>
<directory>${project.basedir}/configuration</directory>
<includes>
<include>**/*</include>
</includes>
Expand Down
File renamed without changes.

0 comments on commit 6a9ad00

Please sign in to comment.