svn commit: r442517 - in /incubator/ofbiz/trunk: .classpath NOTICE applications/pos/config/xpos.properties applications/pos/lib/looks-1.2.2.jar framework/base/config/pos-containers.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r442517 - in /incubator/ofbiz/trunk: .classpath NOTICE applications/pos/config/xpos.properties applications/pos/lib/looks-1.2.2.jar framework/base/config/pos-containers.xml

jleroux@apache.org
Author: jleroux
Date: Tue Sep 12 01:24:53 2006
New Revision: 442517

URL: http://svn.apache.org/viewvc?view=rev&rev=442517
Log:
This commit close issue http://jira.undersunconsulting.com/browse/OFBIZ-717 (Patch to update the JGoodies look&feel version for POS)
The page http://docs.ofbiz.org/display/OFBADMIN/Libraries+Included+in+OFBiz should be updated.
There is no more look-1.2.2.jar file. Unfortunatly I have not enough rights to edit them. I let a comment in Confluence.

Removed:
    incubator/ofbiz/trunk/applications/pos/lib/looks-1.2.2.jar
Modified:
    incubator/ofbiz/trunk/.classpath
    incubator/ofbiz/trunk/NOTICE
    incubator/ofbiz/trunk/applications/pos/config/xpos.properties
    incubator/ofbiz/trunk/framework/base/config/pos-containers.xml

Modified: incubator/ofbiz/trunk/.classpath
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/.classpath?view=diff&rev=442517&r1=442516&r2=442517
==============================================================================
--- incubator/ofbiz/trunk/.classpath (original)
+++ incubator/ofbiz/trunk/.classpath Tue Sep 12 01:24:53 2006
@@ -49,7 +49,7 @@
  <classpathentry kind="lib" path="framework/jetty/lib/jasper-runtime.jar"/>
  <classpathentry kind="lib" path="framework/jetty/lib/jasper-compiler.jar"/>
  <classpathentry kind="lib" path="framework/guiapp/lib/XuiCoreSwing_v2_0_5_jdk1_4.jar"/>
- <classpathentry kind="lib" path="applications/pos/lib/looks-1.2.2.jar"/>
+ <classpathentry kind="lib" path="applications/pos/lib/looks-2.0.2.jar"/>
  <classpathentry kind="lib" path="applications/pos/lib/jpos18-controls.jar"/>
  <classpathentry kind="lib" path="applications/pos/lib/jcl.jar"/>
  <classpathentry kind="lib" path="applications/content/lib/poi.jar"/>

Modified: incubator/ofbiz/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/NOTICE?view=diff&rev=442517&r1=442516&r2=442517
==============================================================================
--- incubator/ofbiz/trunk/NOTICE (original)
+++ incubator/ofbiz/trunk/NOTICE Tue Sep 12 01:24:53 2006
@@ -113,7 +113,6 @@
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/lib/freemarker.jar
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/lib/junitperf.jar
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/lib/jdbc/hsqldb.jar
-http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/lib/looks-1.2.2.jar
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/lib/looks-2.0.2.jar
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webapp/lib/MinML2.jar
 http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/lib/javolution.jar

Modified: incubator/ofbiz/trunk/applications/pos/config/xpos.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/pos/config/xpos.properties?view=diff&rev=442517&r1=442516&r2=442517
==============================================================================
--- incubator/ofbiz/trunk/applications/pos/config/xpos.properties (original)
+++ incubator/ofbiz/trunk/applications/pos/config/xpos.properties Tue Sep 12 01:24:53 2006
@@ -13,7 +13,7 @@
 #    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 #    License for the specific language governing permissions and limitations
 #    under the License.
-#Sun Aug 06 19:49:57 CEST 2006
+#Tue Sep 12 10:17:22 CEST 2006
 CenterWin=true
 ClientHeight=768
 Language=XuiLabels_fr
@@ -23,5 +23,5 @@
 StyleFile=posstyles.xml
 UseWindow=true
 UseFrames=false
-LogLevel=0
 StartPackage=org.ofbiz.pos
+LogLevel=0

Modified: incubator/ofbiz/trunk/framework/base/config/pos-containers.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/base/config/pos-containers.xml?view=diff&rev=442517&r1=442516&r2=442517
==============================================================================
--- incubator/ofbiz/trunk/framework/base/config/pos-containers.xml (original)
+++ incubator/ofbiz/trunk/framework/base/config/pos-containers.xml Tue Sep 12 01:24:53 2006
@@ -44,7 +44,7 @@
         <property name="delegator-name" value="default"/>
         <property name="xui-session-id" value="pos-1"/>
         <property name="facility-id" value="MyRetailStore"/>        
-        <property name="look-and-feel" value="com.jgoodies.plaf.plastic.PlasticLookAndFeel"/>
+        <property name="look-and-feel" value="com.jgoodies.looks.plastic.PlasticLookAndFeel"/>
     </container>
 
     <!-- load BeanShell remote telnet server -->