Update of /cvsroot/jedit/plugins/ProjectViewer
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16454
Modified Files:
build.xml
Log Message:
Index: build.xml
===================================================================
RCS file: /cvsroot/jedit/plugins/ProjectViewer/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- build.xml 10 Nov 2005 04:45:36 -0000 1.30
+++ build.xml 21 Nov 2005 02:13:38 -0000 1.31
@@ -30,7 +30,7 @@
<property name="jedit.install.dir" value="/usr/share/jedit/recent"/>
<property name="install.dir" value="${jedit.install.dir}/jars" />
<property name="jedit.user.home" value="${user.home}/.jedit" />
- <property name="pvversion" value="2.1.1.0"/>
+ <property name="pvversion" value="2.1.2.0"/>
<property name="jar.name" value="${ant.project.name}.jar"/>
<property name="docs-proc.target" value="xsltproc"/>
|