Skip to content

Commit

Permalink
Update some notes.
Browse files Browse the repository at this point in the history
Issue: COCOON-2333


git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X@1422177 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
David Crossley committed Dec 15, 2012
1 parent be72664 commit 8367589
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
18 changes: 9 additions & 9 deletions lib/jars.xml
Expand Up @@ -55,7 +55,7 @@
</description>
<used-by>Cocoon</used-by>
<lib>core/commons-cli-1.0.jar</lib>
<homepage>http://jakarta.apache.org/commons/cli/</homepage>
<homepage>http://commons.apache.org/cli/</homepage>
</file>

<file>
Expand Down Expand Up @@ -250,7 +250,7 @@
<description>Common implementations of collection classes.</description>
<used-by>Cocoon, OJB</used-by>
<lib>core/commons-collections-3.2.jar</lib>
<homepage>http://jakarta.apache.org/commons/collections/</homepage>
<homepage>http://commons.apache.org/collections/</homepage>
</file>

<file>
Expand Down Expand Up @@ -392,7 +392,7 @@
</description>
<used-by>Cocoon</used-by>
<lib>core/commons-io-1.3.1.jar</lib>
<homepage>http://jakarta.apache.org/commons/io/</homepage>
<homepage>http://commons.apache.org/io/</homepage>
</file>

<file>
Expand All @@ -417,7 +417,7 @@
</description>
<used-by>Jakarta Commons HttpClient, Chaperon</used-by>
<lib>core/commons-logging-1.0.4.jar</lib>
<homepage>http://jakarta.apache.org/commons/logging/</homepage>
<homepage>http://commons.apache.org/logging/</homepage>
</file>

<file>
Expand Down Expand Up @@ -678,15 +678,15 @@
<description>XPath interpreter. Work with JavaBeans and DOM nodes</description>
<used-by>Flow, JXPath logicsheet</used-by>
<lib>core/commons-jxpath-1.2.jar</lib>
<homepage>http://jakarta.apache.org/commons/jxpath/</homepage>
<homepage>http://commons.apache.org/jxpath/</homepage>
</file>

<file>
<title>Jakarta Commons Jexl</title>
<description>JSTL Expression Language</description>
<used-by>JXTemplateGenerator</used-by>
<lib>core/commons-jexl-1.0.jar</lib>
<homepage>http://jakarta.apache.org/commons/jexl/</homepage>
<homepage>http://commons.apache.org/jexl/</homepage>
</file>

<file>
Expand Down Expand Up @@ -818,7 +818,7 @@
<description>Implementations of common encoders and decoders</description>
<used-by>WebDAV block</used-by>
<lib>optional/commons-codec-1.3.jar</lib>
<homepage>http://jakarta.apache.org/commons/codec/</homepage>
<homepage>http://commons.apache.org/codec/</homepage>
</file>

<file>
Expand Down Expand Up @@ -907,7 +907,7 @@
</description>
<used-by>Cocoon, OJB</used-by>
<lib>core/commons-lang-2.4.jar</lib>
<homepage>http://jakarta.apache.org/commons/lang/</homepage>
<homepage>http://commons.apache.org/lang/</homepage>
</file>

<file>
Expand Down Expand Up @@ -1000,7 +1000,7 @@
</description>
<used-by>OJB</used-by>
<lib>optional/commons-dbcp-1.2.1.jar</lib>
<homepage>http://jakarta.apache.org/commons/dbcp/</homepage>
<homepage>http://commons.apache.org/dbcp/</homepage>
</file>

<file>
Expand Down
11 changes: 8 additions & 3 deletions misc/notes/review-jars.txt
Expand Up @@ -63,14 +63,17 @@ http://commons.apache.org/jexl/
L: lib/core/commons-jxpath-1.2.jar
F: N: commons-jxpath-1.3
R: commons-jxpath-1.3
http://commons.apache.org/jxpath/

L: lib/core/commons-lang-2.4.jar
F: N: commons-lang-2.5
R: commons-lang-2.6
R: commons-lang-2.6 (J: 4)
http://commons.apache.org/lang/

L: lib/core/commons-logging-1.0.4.jar
F: N: commons-logging-1.1.1
R: commons-logging-1.1.1
http://commons.apache.org/logging/

L: lib/core/concurrent-1.3.4.jar
F: C:
Expand All @@ -80,6 +83,7 @@ L: lib/core/ehcache-1.2.3.jar
F: N: ehcache-core-2.2.0
R: ?
http://ehcache.org/
U: Needs investigation.

L: lib/core/javacApi-0.9.jar
L: lib/core/javacImpl-0.9.jar
Expand Down Expand Up @@ -115,7 +119,7 @@ L: lib/core/xml-commons-resolver-1.1.jar
F: N: xml-commons-resolver-1.2-dev-r395116
R: xml-commons-resolver-1.2
http://xerces.apache.org/xml-commons/
U: To be done.
U: Done

L: lib/endorsed/jakarta-bcel-20040329.jar
F: C:
Expand Down Expand Up @@ -187,7 +191,8 @@ http://commons.apache.org/codec/

L: lib/optional/commons-dbcp-1.2.1.jar
F: C:
R:
R: commons-dbcp-1.3 (J: 4)
http://commons.apache.org/dbcp/

L: lib/optional/commons-digester-1.7.jar
F: X:
Expand Down

0 comments on commit 8367589

Please sign in to comment.