Log of /ofbiz/trunk/.classpath
Parent Directory
|
Revision Log
Revision
883631 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 24 09:17:12 2009 UTC
(2 days, 12 hours ago)
by
lektran
File length: 17135 byte(s)
Diff to
previous 883291
(
colored)
Got tired of the jumbled mess inside .classpath, my apologies to everyone who gets conflicts from this
Revision
882103 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 19 11:01:29 2009 UTC
(7 days, 10 hours ago)
by
jleroux
File length: 17002 byte(s)
Diff to
previous 880882
(
colored)
A patch from Abdullah Shaikh "SagePay payment gateway integrated" (https://issues.apache.org/jira/browse/OFBIZ-3180) - OFBIZ-3180
SagePay payment gateway integrated. All the gateway parameters are configurable using the Payment gateway configuration, also the transaction types that are available in sagepay are configurable.
I moved the httpclient httpcore jars to base/lib (also new jcip-annotations-1.0.jar)
Revision
792987 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 10 15:39:21 2009 UTC
(4 months, 2 weeks ago)
by
adrianc
File length: 16513 byte(s)
Diff to
previous 791212
(
colored)
Conversion from java.util.Calendar to com.ibm.icu.util.Calendar. I didn't convert the Cloud component - I wasn't sure if the Calendar class was being passed through SOAP.
OFBiz users who have modifications or add-ons can make the same substitution to get them to compile.
I'll let the dust settle from this, then I'll add the user-selected calendar capability.
Revision
791212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jul 5 10:01:19 2009 UTC
(4 months, 3 weeks ago)
by
lektran
File length: 16511 byte(s)
Diff to
previous 789866
(
colored)
Sorry for the big commit, got a bit carried away.
Added override and deprecated annotations wherever they were missing
Removed the use of any deprecated classes/methods (except OutputFormat in UtilXml)
A few other random generics and misc. cleanups
Revision
769500 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 28 19:04:37 2009 UTC
(6 months, 4 weeks ago)
by
jacopoc
File length: 15006 byte(s)
Diff to
previous 769030
(
colored)
As suggested by Joe Eckard in the ml, this will fix the barcode rendering that was broken after recent upgrade of FOP.
Revision
768339 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 24 15:55:14 2009 UTC
(7 months ago)
by
adrianc
File length: 14917 byte(s)
Diff to
previous 766125
(
colored)
Updated Xerces to version 2.9.1. This update will generate some deprecation warnings at compile time. I will be working on updating the framework code to eliminate the warnings.
Revision
757671 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 24 06:27:03 2009 UTC
(8 months ago)
by
jonesde
File length: 14394 byte(s)
Diff to
previous 754880
(
colored)
Removed some more references to applications stuff from framework, including small cleanup of service engine to get rid of WebAppDispatcher and use new factory method in GenericDispatcher, and changed AvailableServices.groovy to get the real dispatcher list instead of a hard-coded one; also updated eclipse classpath file for new webslinger stuff
Revision
750018 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Mar 4 14:22:55 2009 UTC
(8 months, 3 weeks ago)
by
jleroux
File length: 13088 byte(s)
Diff to
previous 747085
(
colored)
Refactoring of ImageTransform, mostly
* Split into 2 classes one in framework/common : ImageTransform, one remains in product : ScaleImage.java
* Moved some labels used by ImageTransformCreated from ProductErrorUiLabels.xml in new CommonErrorUiLabels.xml
* Moved Jdom from webapp/lib to base/lib, updated .classpath
Revision
744727 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 15 19:34:49 2009 UTC
(9 months, 1 week ago)
by
jonesde
File length: 13084 byte(s)
Diff to
previous 741463
(
colored)
No functional changes, just reorganizing code: moved email services from content to the framework/common component except the CommunicationEvent related ones which are now in the party component along with other CommunicationEvent resources; changed framework components so that webapp no longer depends on common and common is higher level than the various tool components which was an odd dependency before; one new thing is in here and that is an entity called EmailTemplateSetting which is meant to be a generic version of the ProductStoreEmailSetting entity so we can have configurable email templates without depending on ProductStore, still need to write the service to send email from this (sendMailFromTemplateSetting)
Revision
725714 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 11 15:39:50 2008 UTC
(11 months, 2 weeks ago)
by
hansbak
File length: 13482 byte(s)
Diff to
previous 725624
(
colored)
correction on commit 725624, commited .project and .classpath by accident, thank you adrian for pointing this out
Revision
724146 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 7 16:11:44 2008 UTC
(11 months, 2 weeks ago)
by
adrianc
File length: 13482 byte(s)
Diff to
previous 718684
(
colored)
Integrated the Unified Expression Language (JSR-245) into the FlexibleStringExpander class.
This commit also includes an example usage in InventoryServices.xml.
Revision
695214 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 14 13:19:14 2008 UTC
(14 months, 1 week ago)
by
jleroux
File length: 13408 byte(s)
Diff to
previous 684408
(
colored)
Forgot this one in r695153
Thre reason is that I have this file as svn:igonre since Eclipse is sometimes modifying it (so I have to re-put this line after commit :/)
Revision
677587 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 17 14:12:38 2008 UTC
(16 months, 1 week ago)
by
jacopoc
File length: 13272 byte(s)
Diff to
previous 674776
(
colored)
Moved the bi component from specialpurpose to the framework folder; moved artifacts from the bi component to the proper components.
Everything should be in place now, except for a convenience service (in the bi component) that quickly initializes the datawarehouse for demo purposes: this service calls two services from the applications (wrong dependency); I will fix this soon by moving it in some other places... however it is not a big deal for now because the service is really only useful to quickly test the prototype.
Revision
674776 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 8 11:47:02 2008 UTC
(16 months, 2 weeks ago)
by
jacopoc
File length: 13274 byte(s)
Diff to
previous 674752
(
colored)
Upgraded (again) to Tomcat 6.0.16.
Upgraded commons-dbcp to the HEAD revision (from snapshot taken in 20071125): the upgrade of the dbcp jar seems to have fixed all the issues we were having with "OutOfMemoryError: Java heap space" exceptions.
Sorry for the noise (two big commits in the base and catalina components in the same day): hopefully this rather critical issue is now resolved (but I will continue my load tests).
Revision
605606 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 19 16:28:30 2007 UTC
(23 months, 1 week ago)
by
jleroux
File length: 10982 byte(s)
Diff to
previous 596597
(
colored)
Classes
JasperReportsJXlsViewHandler.java
JasperReportsPoiXlsViewHandler.java
were missing, at Marco Risaliti demand, thanks Marco (for your patience ;o)
Revision
534359 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 2 09:01:38 2007 UTC
(2 years, 6 months ago)
by
jacopoc
File length: 10814 byte(s)
Diff to
previous 534347
(
colored)
Upgraded velocity to latest stable release 1.5.
The runtime dependencies are: commons-collections, commons-lang, oro
Revision
522169 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 06:28:55 2007 UTC
(2 years, 8 months ago)
by
jacopoc
File length: 10776 byte(s)
Diff to
previous 512601
(
colored)
Added new jars to the Eclipse's .classpath file
Thanks to Ashish Vijaywargiya (OFBIZ-843) for the patch.
Revision
499486 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 17:15:54 2007 UTC
(2 years, 10 months ago)
by
jleroux
File length: 11284 byte(s)
Diff to
previous 491070
(
colored)
A (large) patch from Scott Gray "Update ASL header" (https://issues.apache.org/jira/browse/OFBIZ-637).
I put also some svn:ignore for shark build and lib diretories and assetmaint/build
I did some by hand lately, too much to remember. They were files with old header but without copyright. A 1st attempt I suppose, will have to check this after this commit.
I add some problems to commit this patch in one piece because it's so huge (specially with Eclipse I had to turn to Tortoise) !
Revision
491070 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 29 18:18:12 2006 UTC
(2 years, 10 months ago)
by
jleroux
File length: 10089 byte(s)
Diff to
previous 491055
(
colored)
Updated .classpath file for Eclipse to reflect recent changes to included jars.
Thanks to David Goodenough for the bug report.
ezmorph and json have been added the 12/12/2006 both ASL licenced
Revision
491055 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 29 17:25:51 2006 UTC
(2 years, 10 months ago)
by
jacopoc
File length: 9937 byte(s)
Diff to
previous 490457
(
colored)
Updated .classpath file for Eclips to reflect recent changes to included jars.
Thanks to David Goodenough for the bug report.
Revision
426803 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 29 13:53:47 2006 UTC
(3 years, 3 months ago)
by
jleroux
Original Path:
incubator/ofbiz/trunk/.classpath
File length: 9599 byte(s)
Diff to
previous 426769
(
colored)
Revert XUI engine to 2.0.5 version.
There is a conflict with Xpage.showPage which is waiting for a PageSupport result in 2.0.7.
Will see that later, after telling Xoetrope about the problem.
I tested it before and thought it was working well.
But using Eclipse I did rebuild only the POS component and XUI engine is in framework/guiapp component !
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.