Skip to content

Commit

Permalink
adding cd folder (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas authored Oct 2, 2024
1 parent a5eda20 commit 6cd2eeb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions client/wfprev-war/src/cd/assemblies/configure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
http://maven.apache.org/xsd/assembly-1.1.2.xsd" >
<id>configure</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>${basedir}/src/cd/config</directory>
<outputDirectory></outputDirectory>
<includes>
<include>configure.*.lst</include>
</includes>
</fileSet>
</fileSets>
</assembly>
2 changes: 2 additions & 0 deletions client/wfprev-war/src/cd/config/configure.includes.lst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
WEB-INF/classes/tomcat/conf/context.xml
WEB-INF/classes/tomcat/conf/server.xml

0 comments on commit 6cd2eeb

Please sign in to comment.