Author: jleroux
Date: Fri Jun 13 02:14:34 2008
New Revision: 667433
URL:
http://svn.apache.org/viewvc?rev=667433&view=revLog:
Change to prevent to have plugin.jar (unused) in framework\base\lib when using a PosPrinter needing comm.jar on Windows in jdk...\jre\lib\ext
Modified:
ofbiz/trunk/applications/product/build.xml
Modified: ofbiz/trunk/applications/product/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/build.xml?rev=667433&r1=667432&r2=667433&view=diff==============================================================================
--- ofbiz/trunk/applications/product/build.xml (original)
+++ ofbiz/trunk/applications/product/build.xml Fri Jun 13 02:14:34 2008
@@ -90,10 +90,10 @@
<!-- check for applet required classes -->
<condition property="noapplet" value="ShipmentScaleApplet.java">
<not>
- <or>
+ <and>
<available classname="javax.comm.SerialPort" classpathref="local.class.path"/>
<available classname="netscape.javascript.JSObject" classpathref="local.class.path" property="jsobject.avail"/>
- </or>
+ </and>
</not>
</condition>