Skip to content

Commit

Permalink
Fix one package-name typo, exclude jboss/CORBA from samples jarfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kubycsolutions committed Nov 3, 2023
1 parent 264d12d commit 0c8404e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<exclude>org.apache.ant:ant-launcher</exclude>
<exclude>xalan:serializer</exclude>
<exclude>de.jflex:jflex</exclude>
<exclude>org.jboss.spec.javax.rmi:jboss-rmi-api_1.0_spec</exclude>
</excludes>
</artifactSet>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/*
* $Id$
*/
package org.apache.xalan.samples.exptensions;
package org.apache.xalan.samples.extensions;
import java.util.Calendar;
import java.util.Date;

Expand Down

0 comments on commit 0c8404e

Please sign in to comment.