Skip to content

Commit

Permalink
[highsource#375] Rename jaxb2-basics-testing -> jaxb-plugins-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav authored and Matt Pavlovich committed Feb 5, 2024
1 parent 7663aa6 commit 2aabaef
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<packaging>jar</packaging>
<name>JAXB Tools :: JAXB Basics :: Testing</name>
<name>JAXB Tools :: JAXB Plugins :: Testing</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<module>ant</module>
<module>runtime</module>
<module>tools</module>
<module>testing</module>
<module>jaxb-plugins-testing</module>
<module>basic</module>
<module>jaxb-plugins-shaded</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/basic/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="codemodel-*.jar"/>
<include name="commons-io-*.jar"/>
Expand All @@ -50,7 +50,7 @@
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="codemodel-*.jar"/>
<include name="commons-io-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
10 changes: 5 additions & 5 deletions basics/samples/po-simple/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<property name="artifactId" value="jaxb2-basics-sample-po-ant"/>
<path id="compile.path">
<fileset dir="${basedir}/lib">
<!--include name="commons-lang3-*.jar"/-->
<!--include name="commons-lang3-*.jar"/-->
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
Expand All @@ -28,9 +28,9 @@
<include name="rngom-*.jar"/>
<include name="txw2-*.jar"/>
<include name="xsom-*.jar"/>
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="commons-io-*.jar"/>
<include name="commons-lang3-*.jar"/>
Expand All @@ -48,9 +48,9 @@
<include name="jaxb-core-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jsr173_api-*.jar"/>
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<!--include name="jaxb2-basics-runtime-*.jar"/-->
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="commons-io-*.jar"/>
<include name="commons-lang3-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po-simple/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/po/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="codemodel-*.jar"/>
<include name="commons-io-*.jar"/>
Expand All @@ -49,7 +49,7 @@
<include name="jsr173_api-*.jar"/>
<include name="jaxb2-basics-runtime-*.jar"/>
<include name="junit-*.jar"/>
<include name="jaxb2-basics-testing-*.jar"/>
<include name="jaxb-plugins-testing-*.jar"/>
<include name="xmlunit-*.jar"/>
<include name="codemodel-*.jar"/>
<include name="commons-io-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/po/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion basics/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jaxb-annotate-parent/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-testing</artifactId>
<artifactId>jaxb-plugins-testing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 2aabaef

Please sign in to comment.