Changeset 1598
- Timestamp:
- 02/12/10 06:39:46 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
build.xml (modified) (1 diff)
-
config/ivy.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r1596 r1598 46 46 <fileset dir="${base.dir}/lib"> 47 47 <include name="default/xalan/xalan.jar"/> 48 <include name="default/ serializer/serializer.jar"/>48 <include name="default/xalan/serializer.jar"/> 49 49 <include name="default/xercesImpl/xml-apis.jar"/> 50 50 <include name="default/xercesImpl/xercesImpl.jar"/> -
trunk/config/ivy.xml
r1595 r1598 7 7 "http://ant.apache.org/ivy/schemas/ivy.xsd"> 8 8 <info 9 organisation=" jCoderZ.org"9 organisation="org.jCoderZ" 10 10 module="fawkeZ" 11 11 status="integration"> 12 12 <license name="BSD License" 13 13 url="http://www.opensource.org/licenses/bsd-license.php"/> 14 <description homepage="http://www.jcoderz.org/"/> 14 15 </info> 15 16 <configurations> … … 63 64 </dependency> 64 65 <dependency org="xalan" name="xalan" rev="2.7.1"/> 65 <dependency org="xalan" name="serializer" rev="2.7.1"/>66 66 <dependency org="pmd" name="pmd" rev="4.2.3"/> 67 67 <dependency org="jedit" name="jedit" rev="4.3pre16"> … … 152 152 <exclude org="commons-logging"/> 153 153 </dependency> 154 <dependency org="avalon-framework" name="avalon-framework" rev="4.1.5">155 <artifact name="avalon-framework" type="jar"/>156 </dependency>157 154 158 155 <dependency org="emma" name="emma" rev="2.0.5312"/>
