|
From: <th...@us...> - 2007-09-30 20:56:19
|
Revision: 4196
http://pcgen.svn.sourceforge.net/pcgen/?rev=4196&view=rev
Author: thpr
Date: 2007-09-30 13:56:23 -0700 (Sun, 30 Sep 2007)
Log Message:
-----------
Fix weird merge error
Modified Paths:
--------------
branches/cdom/code/pluginbuild.xml
Modified: branches/cdom/code/pluginbuild.xml
===================================================================
--- branches/cdom/code/pluginbuild.xml 2007-09-30 19:28:36 UTC (rev 4195)
+++ branches/cdom/code/pluginbuild.xml 2007-09-30 20:56:23 UTC (rev 4196)
@@ -6748,13 +6748,6 @@
</patternset>
</fileset>
</jar>
- <jar jarfile="${lstplugins.dir}/ClassLstToken-FEATAUTO.jar" manifest="${src.java.dir}/plugin/lsttokens/manifest.mf">
- <fileset dir="${build.classes.dir}">
- <patternset>
- <include name="plugin/lsttokens/deprecated/FeatautoToken.class" />
- </patternset>
- </fileset>
- </jar>
</target>
<target name="jar-deprecated-plugin" depends="manifest" description="Build (Link) plugin jar files">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|