Skip to content

Commit

Permalink
[#375] Rename jaxb2-basics-ant to jaxb-plugins-ant
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrpav committed Sep 20, 2023
1 parent 6abc1ad commit c259a0b
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 22 deletions.
4 changes: 2 additions & 2 deletions basics/ant/pom.xml → basics/jaxb-plugins-ant/pom.xml
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-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
<packaging>jar</packaging>
<name>JAXB Tools :: JAXB Basics :: Ant Task</name>
<name>JAXB Tools :: Plugins :: Ant Task</name>
<parent>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-basics-project</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>JAXB Tools :: JAXB Basics :: Project</name>
<description>JAXB Basics is a part of JAXB Tools project which implements plugins and tools for JAXB implementation.</description>
<modules>
<module>ant</module>
<module>jaxb-plugins-ant</module>
<module>runtime</module>
<module>tools</module>
<module>jaxb-plugins-testing</module>
Expand Down Expand Up @@ -40,7 +40,6 @@
</profile>
</profiles>
<dependencies>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion basics/samples/basic/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<include name="junit-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jaxb-xjc-*.jar"/>
<include name="jaxb2-basics-ant-*.jar"/>
<include name="jaxb-plugins-ant-*.jar"/>
<include name="jcl-over-slf4j-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
4 changes: 2 additions & 2 deletions basics/samples/po-simple/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</target>
<target name="generate-sources">
<taskdef name="xjc" classname="org.jvnet.jaxb2_commons.xjc.XJCTask">
<!-- XJC Task classpath -->
<!-- XJC Task classpath -->
<classpath>
<fileset dir="${basedir}/lib">
<include name="codemodel-*.jar"/>
Expand All @@ -81,7 +81,7 @@
<include name="jsr173_api-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jaxb-xjc-*.jar"/>
<include name="jaxb2-basics-ant-*.jar"/>
<include name="jaxb-plugins-ant-*.jar"/>
<include name="jcl-over-slf4j-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
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 @@ -25,7 +25,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.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 @@ -69,7 +69,7 @@
</target>
<target name="generate-sources">
<taskdef name="xjc" classname="org.jvnet.jaxb2_commons.xjc.XJCTask">
<!-- XJC Task classpath -->
<!-- XJC Task classpath -->
<classpath>
<fileset dir="${basedir}/lib">
<include name="codemodel-*.jar"/>
Expand All @@ -82,7 +82,7 @@
<include name="junit-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jaxb-xjc-*.jar"/>
<include name="jaxb2-basics-ant-*.jar"/>
<include name="jaxb-plugins-ant-*.jar"/>
<include name="jcl-over-slf4j-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
Expand Down
4 changes: 1 addition & 3 deletions jaxb-annotate-parent/samples/annotate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
Expand All @@ -63,7 +62,6 @@
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
</dependency>

<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions jaxb-annotate-parent/samples/annotate/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</target>
<target name="generate-sources">
<taskdef name="xjc" classname="org.jvnet.jaxb2_commons.xjc.XJCTask">
<!-- XJC Task classpath -->
<!-- XJC Task classpath -->
<classpath>
<fileset dir="${basedir}/lib">
<include name="commons-text-*.jar"/>
Expand All @@ -89,7 +89,7 @@
<include name="junit-*.jar"/>
<include name="stax-api-*.jar"/>
<include name="jaxb-xjc-*.jar"/>
<include name="jaxb2-basics-ant-*.jar"/>
<include name="jaxb-plugins-ant-*.jar"/>
<include name="jcl-over-slf4j-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
Expand All @@ -107,14 +107,14 @@
<schema dir="${basedir}/src/main/resources">
<include name="**/*.xsd"/>
</schema>
<!-- Plugins -->
<!-- Plugins -->
<classpath>
<fileset dir="${basedir}/lib">
<!-- JAXB2 Basics library -->
<!-- JAXB2 Basics library -->
<include name="jaxb2-basics-*.jar"/>
<include name="jaxb-annox-*.jar"/>
<include name="jaxb-basics-annotate-*.jar"/>
<!-- JAXB2 Basics library dependencies -->
<!-- JAXB2 Basics library dependencies -->
<include name="hibernate-search-*.jar" />
<include name="javaparser-*.jar"/>
<include name="commons-beanutils-*.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
</dependency>
<dependency>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb2-basics-ant</artifactId>
<artifactId>jaxb-plugins-ant</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit c259a0b

Please sign in to comment.