Skip to content

Commit

Permalink
change com.sun.activation:jakarta.activation to org.eclipse.angus:ang…
Browse files Browse the repository at this point in the history
…us-activation
  • Loading branch information
laurentschoelens authored and mattrpav committed Oct 5, 2023
1 parent 827991b commit fa10fbe
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
3 changes: 3 additions & 0 deletions jaxb-annotate-parent/samples/annotate/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<path id="test-compile.path">
<fileset dir="${basedir}/lib">
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand All @@ -56,6 +57,7 @@
<path id="test.path">
<fileset dir="${basedir}/lib">
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand All @@ -82,6 +84,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down
3 changes: 3 additions & 0 deletions jaxb-annox-parent/samples/po/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<include name="istack-commons-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="junit-*.jar"/>
<include name="relaxng-datatype-*.jar"/>
<include name="rngom-*.jar"/>
Expand All @@ -23,6 +24,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down Expand Up @@ -50,6 +52,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down
3 changes: 3 additions & 0 deletions jaxb-plugins-parent/samples/basic/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand All @@ -43,6 +44,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down Expand Up @@ -76,6 +78,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions jaxb-plugins-parent/samples/basic/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jaxb-plugins-parent/samples/cxf/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions jaxb-plugins-parent/samples/po-simple/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand All @@ -43,6 +44,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down Expand Up @@ -75,6 +77,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions jaxb-plugins-parent/samples/po-simple/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions jaxb-plugins-parent/samples/po/project-build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand All @@ -42,6 +43,7 @@
<fileset dir="${basedir}/lib">
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down Expand Up @@ -75,6 +77,7 @@
<include name="codemodel-*.jar"/>
<include name="istack-commons-*.jar"/>
<include name="jakarta.activation-*.jar"/>
<include name="angus-activation-*.jar"/>
<include name="jakarta.xml.bind-api-*.jar"/>
<include name="jaxb-runtime-*.jar"/>
<include name="jaxb-core-*.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions jaxb-plugins-parent/samples/po/project-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-activation</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fa10fbe

Please sign in to comment.