Writer4LaTeX
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@43 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
d79de9402a
commit
612de5abff
1 changed files with 1 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
############################################################################
|
||||
# This is the Ant build file for writer2latex
|
||||
# Original: Sep 2004 (mgn)
|
||||
# version 1.2 (2009-11-23)
|
||||
# version 1.2 (2009-12-07)
|
||||
############################################################################
|
||||
-->
|
||||
<project name="w2l" default="help" basedir=".">
|
||||
|
@ -46,7 +46,6 @@
|
|||
<property name="target" location="target"/>
|
||||
<property name="target.lib" location="target/lib"/>
|
||||
<property name="source.idl" location="source/idl"/>
|
||||
<property name="source.dll" location="source/dll"/>
|
||||
<!-- classpath for the application; needs java-uno classes -->
|
||||
<path id="main.class.path">
|
||||
<!-- java uno classes -->
|
||||
|
@ -200,11 +199,6 @@
|
|||
<include name="com/sun/star/lib/loader/**/*"/>
|
||||
</patternset>
|
||||
</fileset>
|
||||
<fileset dir="${source.dll}">
|
||||
<patternset>
|
||||
<include name="com/sun/star/lib/loader/win/unowinreg.dll"/>
|
||||
</patternset>
|
||||
</fileset>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${user.name}"/>
|
||||
<attribute name="Class-Path" value="jaxp.jar parser.jar"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue