/[Apache-SVN]
ViewVC logotype

Revision 1808546


Jump to revision: Previous Next
Author: oheger
Date: Sat Sep 16 14:51:18 2017 UTC (6 years, 7 months ago)
Changed paths: 44
Log Message:
Added xmlunit tag lib to multi-module build.

Changed paths

Path Details
Directorycommons/proper/jelly/trunk/jelly-tags/pom.xml modified , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/build.xml deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/maven.xml deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/pom.xml
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/project.properties deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/project.xml deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/ActualTag.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/ExpectedTag.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagLibrary.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/package.html deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/ActualTag.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/ActualTag.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/AssertDocumentsEqualTag.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/ExpectedTag.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/ExpectedTag.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagLibrary.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagLibrary.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/XMLUnitTagSupport.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/main/java/org/apache/commons/jelly/tags/xmlunit/package.html
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/java/org/apache/commons/jelly/tags/xmlunit/package.html, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/commons/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/commons/jelly/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/commons/jelly/tags/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/commons/jelly/tags/xmlunit/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/java/org/apache/commons/jelly/tags/xmlunit/TestJelly.java
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/TestJelly.java, r1808545)
added , text changed
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/TestJelly.java deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly deleted
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/commons/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/commons/jelly/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/commons/jelly/tags/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/commons/jelly/tags/xmlunit/ added
Directorycommons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/resources/org/apache/commons/jelly/tags/xmlunit/suite.jelly
(Copied from commons/proper/jelly/trunk/jelly-tags/xmlunit/src/test/org/apache/commons/jelly/tags/xmlunit/suite.jelly, r1808545)
added , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26