Revision 8104
Added by ben leinfelder over 11 years ago
build.xml | ||
---|---|---|
1649 | 1649 |
destdir="${lsid.build.dir}/WEB-INF/classes" debug="${compile.debug}" |
1650 | 1650 |
deprecation="${compile.deprecation}" |
1651 | 1651 |
optimize="${compile.optimize}"> |
1652 |
<classpath refid="lsid.classpath" /> |
|
1652 |
<classpath> |
|
1653 |
<path refid="compile.classpath" /> |
|
1654 |
<fileset dir="${build.dir}"> |
|
1655 |
<include name="${name}.jar" /> |
|
1656 |
</fileset> |
|
1657 |
</classpath> |
|
1653 | 1658 |
</javac> |
1654 | 1659 |
</target> |
1655 | 1660 |
|
Also available in: Unified diff
include Metacat classes when compiling lsid lib (was getting a compilation error otherwise).