소스 검색

fixed manifest classpath

PR: 17311


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_20_2-maintain@196134 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_20_5rc3
Christian Geisert 21 년 전
부모
커밋
32c1b7201f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      build.xml

+ 1
- 1
build.xml 파일 보기

@@ -285,7 +285,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
-->

<property name="main.class" value="org.apache.fop.apps.Fop"/>
<property name="runtime.classpath" value="xercesImpl-2.0.1.jar xml-apis.jar xalan-2.3.1.jar batik.jar jimi-1.0.jar avalon-framework-cvs-20020806.jar"/>
<property name="runtime.classpath" value="xercesImpl-2.2.1.jar xml-apis.jar xalan-2.4.1.jar batik.jar jimi-1.0.jar avalon-framework-cvs-20020806.jar"/>

<filter filtersfile="${build.codegen}/filter"/>
</target>

Loading…
취소
저장