Skip to content

Commit

Permalink
upgrade to Eclipse JAXB 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed May 27, 2019
1 parent c14ba7b commit 85cabee
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 00_tools/jaxb-ri/bin/xjc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ set JAVA="%JAVA_HOME%\bin\java"
goto LAUNCHXJC

:LAUNCHXJC
%JAVA% %XJC_OPTS% -cp "%JAXB_HOME%\lib\javax.activation.jar;%JAXB_HOME%\lib\jaxb-xjc.jar" com.sun.tools.xjc.XJCFacade %*
%JAVA% %XJC_OPTS% -cp "%JAXB_HOME%\lib\*" com.sun.tools.xjc.XJCFacade %*

:END
%COMSPEC% /C exit %ERRORLEVEL%
2 changes: 1 addition & 1 deletion 00_tools/jaxb-ri/bin/xjc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ else
JAVA=java
fi

exec "$JAVA" $XJC_OPTS -cp "$JAXB_HOME/lib/javax.activation.jar:$JAXB_HOME/lib/jaxb-xjc.jar" com.sun.tools.xjc.XJCFacade "$@"
exec "$JAVA" $XJC_OPTS -cp "$JAXB_HOME/lib/*" com.sun.tools.xjc.XJCFacade "$@"
Binary file added 00_tools/jaxb-ri/lib/FastInfoset.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/codemodel.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/dtd-parser.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/istack-commons-runtime.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/istack-commons-tools.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/jakarta.activation-api.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/jakarta.xml.bind-api.jar
Binary file not shown.
Binary file removed 00_tools/jaxb-ri/lib/javax.activation.jar
Binary file not shown.
Binary file removed 00_tools/jaxb-ri/lib/jaxb-api.jar
Binary file not shown.
Binary file removed 00_tools/jaxb-ri/lib/jaxb-core.jar
Binary file not shown.
Binary file removed 00_tools/jaxb-ri/lib/jaxb-impl.jar
Binary file not shown.
Binary file removed 00_tools/jaxb-ri/lib/jaxb-jxc.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/jaxb-runtime-javadoc.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/jaxb-runtime-sources.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/jaxb-runtime.jar
Binary file not shown.
Binary file modified 00_tools/jaxb-ri/lib/jaxb-xjc.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/relaxng-datatype.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/rngom.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/stax-ex.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/txw2.jar
Binary file not shown.
Binary file added 00_tools/jaxb-ri/lib/xsom.jar
Binary file not shown.

0 comments on commit 85cabee

Please sign in to comment.