Author: jonesde
Date: Fri Oct 27 07:36:47 2006 New Revision: 468394 URL: http://svn.apache.org/viewvc?view=rev&rev=468394 Log: Updated .classpath file for a couple of recent jar file changes Modified: incubator/ofbiz/trunk/.classpath Modified: incubator/ofbiz/trunk/.classpath URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/.classpath?view=diff&rev=468394&r1=468393&r2=468394 ============================================================================== --- incubator/ofbiz/trunk/.classpath (original) +++ incubator/ofbiz/trunk/.classpath Fri Oct 27 07:36:47 2006 @@ -1,27 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- -Copyright 2001-2006 The Apache Software Foundation - -Licensed under the Apache License, Version 2.0 (the "License"); you may not -use this file except in compliance with the License. You may obtain a copy of -the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations -under the License. ---> - <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="framework/testtools/src"/> <classpathentry kind="src" path="framework/base/src/base"/> <classpathentry kind="src" path="framework/base/src/start"/> <classpathentry kind="src" path="framework/geronimo/src"/> - <classpathentry excluding="org/ofbiz/accounting/thirdparty/clearcommerce/**|org/ofbiz/accounting/thirdparty/cybersource/**|org/ofbiz/accounting/thirdparty/verisign/**|org/ofbiz/accounting/thirdparty/worldpay/**" kind="src" path="applications/accounting/src"/> + <classpathentry excluding="org/ofbiz/accounting/thirdparty/clearcommerce/**|org/ofbiz/accounting/thirdparty/cybersource/**|org/ofbiz/accounting/thirdparty/verisign/**|org/ofbiz/accounting/thirdparty/worldpay/**" kind="src" path="applications/accounting/src"/> <classpathentry excluding="org/ofbiz/content/openoffice/|org/ofbiz/content/report/" kind="src" path="applications/content/src"/> <classpathentry kind="src" path="applications/ecommerce/src"/> <classpathentry kind="src" path="applications/manufacturing/src"/> @@ -84,10 +68,7 @@ <classpathentry kind="lib" path="framework/geronimo/lib/jencks-1.1.3.jar"/> <classpathentry kind="lib" path="framework/entity/lib/oswego-concurrent.jar"/> <classpathentry kind="lib" path="framework/entity/lib/ofbiz-minerva.jar"/> - <classpathentry kind="lib" path="framework/base/lib/xmlParserAPIs-2.2.1.jar"/> - <classpathentry kind="lib" path="framework/base/lib/xercesImpl-2.6.2.jar"/> <classpathentry kind="lib" path="framework/base/lib/Tidy.jar"/> - <classpathentry kind="lib" path="framework/base/lib/resolver.jar"/> <classpathentry kind="lib" path="framework/base/lib/mx4j-remote-3.0.1.jar"/> <classpathentry kind="lib" path="framework/base/lib/mx4j-3.0.1.jar"/> <classpathentry kind="lib" path="framework/base/lib/mail.jar"/> @@ -135,5 +116,9 @@ <classpathentry kind="lib" path="framework/base/lib/scripting/jython-nooro.jar"/> <classpathentry kind="lib" path="framework/base/lib/scripting/bsh.jar"/> <classpathentry kind="lib" path="framework/base/lib/scripting/bsf.jar"/> + <classpathentry kind="lib" path="framework/base/lib/xml-apis-2.8.1.jar"/> + <classpathentry kind="lib" path="framework/base/lib/xercesImpl-2.8.1.jar"/> + <classpathentry kind="lib" path="framework/base/lib/resolver-2.8.1.jar"/> + <classpathentry kind="lib" path="framework/base/lib/commons/commons-validator-1.3.0.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |
Free forum by Nabble | Edit this page |