Skip to content

Commit

Permalink
tck dist update (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <david.k.kral@oracle.com>
  • Loading branch information
Verdent committed Feb 28, 2022
1 parent 29a2568 commit 7340b84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 74 deletions.
4 changes: 1 addition & 3 deletions tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@
<properties>
<license>EFTL</license>
<bundle-name>jakarta-jsonb-tck</bundle-name>
<assembly-descriptor>src/main/assembly/assembly-eftl.xml</assembly-descriptor>
</properties>
</profile>
<profile>
<id>EPL</id>
<properties>
<license>EPL</license>
<bundle-name>jsonb-tck</bundle-name>
<assembly-descriptor>src/main/assembly/assembly.xml</assembly-descriptor>
</properties>
<activation>
<activeByDefault>true</activeByDefault>
Expand All @@ -97,7 +95,7 @@
</goals>
<configuration>
<descriptors>
<descriptor>${assembly-descriptor}</descriptor>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
<escapeString>\</escapeString>
<appendAssemblyId>false</appendAssemblyId>
Expand Down
71 changes: 0 additions & 71 deletions tck-dist/src/main/assembly/assembly-eftl.xml

This file was deleted.

8 changes: 8 additions & 0 deletions tck-dist/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<include>**/*.sh</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
<include>**/*.xml</include>
</includes>
<filtered>true</filtered>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
Expand Down

0 comments on commit 7340b84

Please sign in to comment.