Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set EXIST_HOME=%CD%

:gotExistHome
set ANT_HOME=%EXIST_HOME%\tools\ant
set _LIBJARS=%CLASSPATH%;%ANT_HOME%\lib\ant-launcher.jar
set _LIBJARS=%CLASSPATH%;%ANT_HOME%\lib\ant-launcher-1.9.4.jar

set JAVA_ENDORSED_DIRS=%EXIST_HOME%\lib\endorsed

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

ANT_HOME="$EXIST_HOME/tools/ant"

LOCALCLASSPATH="$ANT_HOME/lib/ant-launcher.jar"
LOCALCLASSPATH="$ANT_HOME/lib/ant-launcher-1.9.4.jar"

JAVA_ENDORSED_DIRS="$EXIST_HOME"/lib/endorsed

Expand Down
2 changes: 1 addition & 1 deletion build/scripts/build-impl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<classpath refid="classpath.core"/>
</taskdef>

<taskdef classpath="${tools.aspectj}/lib/aspectjtools-1.8.2.jar" resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties"/>
<taskdef classpath="${tools.aspectj}/lib/aspectjtools-1.8.4.jar" resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties"/>
<path id="classpath.aspectj">
<fileset dir="${tools.aspectj}/lib">
<include name="*.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions build/scripts/quality.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
<!-- import default properties from file -->
<property file="build.properties"/>

<!-- You must put tools/ant/lib/jdepend-2.9.jar in the classpath,
<!-- You must put tools/ant/lib/jdepend-2.9.1.jar in the classpath,
sorry this an Ant problem. -->
<target name="jdepend" description="Run jdepend" depends="compile">

<taskdef name="jdepend" loaderref="ant.classpath"
classname="org.apache.tools.ant.taskdefs.optional.jdepend.JDependTask">
<classpath>
<pathelement path="$(tools.ant)/lib/jdepend-2.9.jar" />
<pathelement path="$(tools.ant)/lib/jdepend-2.9.1.jar" />
</classpath>
</taskdef>

Expand All @@ -41,7 +41,7 @@
</classespath>
</jdepend>

<style destdir="test/jdepend/html"
<xslt destdir="test/jdepend/html"
includes="test/jdepend/data/jdepend.xml"
style="${tools.ant}/etc/jdepend-frames.xsl" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
import com.siemens.ct.exi.GrammarFactory;
import com.siemens.ct.exi.api.sax.SAXDecoder;
import com.siemens.ct.exi.exceptions.EXIException;
import com.siemens.ct.exi.grammar.Grammar;
import com.siemens.ct.exi.grammars.Grammars;
import com.siemens.ct.exi.helpers.DefaultEXIFactory;

/**
Expand Down Expand Up @@ -102,8 +102,8 @@ public Sequence eval(Sequence[] args, Sequence contextSequence)
Item xsdItem = args[1].itemAt(0);
InputStream xsdInputStream = EXIUtils.getInputStream(xsdItem, context);
GrammarFactory grammarFactory = GrammarFactory.newInstance();
Grammar grammar = grammarFactory.createGrammar(xsdInputStream);
exiFactory.setGrammar(grammar);
Grammars grammar = grammarFactory.createGrammars(xsdInputStream);
exiFactory.setGrammars(grammar);
}
}
SAXDecoder decoder = new SAXDecoder(exiFactory);
Expand All @@ -125,4 +125,4 @@ public Sequence eval(Sequence[] args, Sequence contextSequence)
}
}

}
}
Binary file not shown.
Binary file added lib/core/commons-codec-1.10.jar
Binary file not shown.
Binary file removed lib/core/commons-codec-1.7.jar
Binary file not shown.
Binary file removed lib/core/commons-logging-1.1.1.jar
Binary file not shown.
Binary file added lib/core/commons-logging-1.2.jar
Binary file not shown.
Binary file added lib/core/slf4j-api-1.7.10.jar
Binary file not shown.
Binary file removed lib/core/slf4j-api-1.7.2.jar
Binary file not shown.
Binary file added lib/core/slf4j-log4j12-1.7.10.jar
Binary file not shown.
Binary file removed lib/core/slf4j-log4j12-1.7.2.jar
Binary file not shown.
Binary file removed lib/endorsed/serializer-2.7.1.jar
Binary file not shown.
Binary file added lib/endorsed/serializer-2.7.2.jar
Binary file not shown.
Binary file removed lib/endorsed/xalan-2.7.1.jar
Binary file not shown.
Binary file added lib/endorsed/xalan-2.7.2.jar
Binary file not shown.
Binary file removed lib/optional/commons-compress-1.4.1.jar
Binary file not shown.
Binary file added lib/optional/commons-compress-1.9.jar
Binary file not shown.
Binary file added lib/optional/commons-fileupload-1.3.1.jar
Binary file not shown.
Binary file removed lib/optional/commons-fileupload-1.3.jar
Binary file not shown.
Binary file removed lib/optional/commons-net-2.2.jar
Binary file not shown.
Binary file added lib/optional/commons-net-3.3.jar
Binary file not shown.
Binary file removed lib/optional/fluent-hc-4.2.3.jar
Binary file not shown.
Binary file added lib/optional/fluent-hc-4.3.6.jar
Binary file not shown.
Binary file removed lib/optional/httpclient-4.2.3.jar
Binary file not shown.
Binary file added lib/optional/httpclient-4.3.6.jar
Binary file not shown.
Binary file removed lib/optional/httpclient-cache-4.2.3.jar
Binary file not shown.
Binary file added lib/optional/httpclient-cache-4.3.6.jar
Binary file not shown.
Binary file removed lib/optional/httpcore-4.2.2.jar
Binary file not shown.
Binary file added lib/optional/httpcore-4.3.3.jar
Binary file not shown.
Binary file removed lib/optional/httpmime-4.2.3.jar
Binary file not shown.
Binary file added lib/optional/httpmime-4.3.6.jar
Binary file not shown.
Binary file removed lib/test/junit-4.11.jar
Binary file not shown.
Binary file added lib/test/junit-4.12.jar
Binary file not shown.
Binary file removed lib/user/exificient-0.8.jar
Binary file not shown.
Binary file added lib/user/exificient-0.9.3.jar
Binary file not shown.
Binary file removed lib/user/mail-1.4.4.jar
Binary file not shown.
Binary file added lib/user/mail-1.4.7.jar
Binary file not shown.
Binary file removed lib/user/nekohtml-1.9.15.jar
Binary file not shown.
Binary file added lib/user/nekohtml-1.9.21.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions src/org/exist/util/serializer/EXISerializer.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import com.siemens.ct.exi.GrammarFactory;
import com.siemens.ct.exi.api.sax.SAXEncoder;
import com.siemens.ct.exi.exceptions.EXIException;
import com.siemens.ct.exi.grammar.Grammar;
import com.siemens.ct.exi.grammars.Grammars;
import com.siemens.ct.exi.helpers.DefaultEXIFactory;

public class EXISerializer implements ContentHandler, Receiver {
Expand All @@ -54,8 +54,8 @@ public EXISerializer(OutputStream exiOutputStream) throws EXIException, IOExcept
public EXISerializer(OutputStream exiOutputStream, InputStream xsdInputStream) throws EXIException, IOException {
final EXIFactory exiFactory = DefaultEXIFactory.newInstance();
final GrammarFactory grammarFactory = GrammarFactory.newInstance();
final Grammar g = grammarFactory.createGrammar(xsdInputStream);
exiFactory.setGrammar(g);
final Grammars g = grammarFactory.createGrammars(xsdInputStream);
exiFactory.setGrammars(g);
encoder = new SAXEncoder(exiFactory);
encoder.setOutputStream(exiOutputStream);
}
Expand Down Expand Up @@ -200,4 +200,4 @@ void setEncoder(SAXEncoder encoder) {
this.encoder = encoder;
}

}
}
2 changes: 1 addition & 1 deletion tools/ant/etc/jdepend-frames.xsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:redirect="org.apache.xalan.lib.Redirect"
xmlns:redirect="http://xml.apache.org/xalan/redirect"
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<!--
Expand Down
Binary file removed tools/ant/lib/UmlGraph-5.2.jar
Binary file not shown.
27 changes: 0 additions & 27 deletions tools/ant/lib/UmlGraph-LICENSE.txt

This file was deleted.

22 changes: 0 additions & 22 deletions tools/ant/lib/UmlGraph-NOTICE.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed tools/ant/lib/ant-antunit-1.1.jar
Binary file not shown.
Binary file added tools/ant/lib/ant-antunit-1.3.jar
Binary file not shown.
Binary file removed tools/ant/lib/ant-apache-xalan2-1.9.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tools/ant/lib/antlr3.jar
Binary file not shown.
File renamed without changes.
Binary file removed tools/ant/lib/ivy-2.3.0.jar
Binary file not shown.
Binary file added tools/ant/lib/ivy-2.4.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.