浏览代码

Added samedir property, to allow Checkstyle 4 to run

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@370811 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_92-beta
Chris Bowditch 18 年前
父节点
当前提交
25e2b93905
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      build.xml

+ 1
- 0
build.xml 查看文件

@@ -188,6 +188,7 @@ list of possible build targets.
<property name="dist.src.dir" value="${basedir}/dist-src"/>
<property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>
<property name="dist.src.result.dir" value="${dist.src.dir}/${name}-${version}"/>
<property name="samedir" value="${basedir}"/>

<!-- Importing Apache Forrest for building the docs -->
<!--

正在加载...
取消
保存