Log of /ofbiz/trunk/LICENSE
Parent Directory
|
Revision Log
Revision
833294 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 6 03:55:56 2009 UTC
(2 weeks, 5 days ago)
by
hansbak
File length: 156931 byte(s)
Diff to
previous 809136
(
colored)
1. fix framework for using jsp tag in freemarker.
2. change order building birt component to after common component in framework/build.xml file
3. specific birt container before beanshell container in framework/base/config/ofbiz-containers.xml file
4. specific loading birt component after bi component in framework/component-load.xml
5. list all birt's jar files that have Eclipse Public License - v 1.0 in LICENSE file
6. change example report's path in mail form's tooltip.
7. delete four duplicated jar files.
- framework/birt/lib/axis.jar
- framework/birt/lib/commons-discovery-0.2.jar
- framework/birt/lib/axis-ant.jar
- framework/birt/lib/commons-cli-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: 140621 byte(s)
Diff to
previous 789866
(
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
769500 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 28 19:04:37 2009 UTC
(6 months, 3 weeks ago)
by
jacopoc
File length: 138827 byte(s)
Diff to
previous 768608
(
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: 138759 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
763175 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 8 10:54:51 2009 UTC
(7 months, 2 weeks ago)
by
jleroux
File length: 138659 byte(s)
Diff to
previous 753474
(
colored)
2d part and end of an effort to remove trailing spaces
[ \t]+$ => "" (empty)
Should be easier to review when committing changes with trailing spaces removed automatically by anyedit or such tool (please refer to http://docs.ofbiz.org/x/mg)
Of course this effort to remove trailing spaces has no functional implications.
Actually, I was doing a 1st commit and as it's long to upload, I got conflicts with r763135
In the meantime I did some refactoring also in *.java and *.groovy files :
){ => ) {
if( => if (
while( => while (
}else => } else
else{ => else {
switch( => switch (
try{ => try {
}catch => } catch
catch( => catch (
}finally{ => } finally {
So these changes are also in this commit, should not be a problem anyway.
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: 138204 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
695153 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 14 09:16:41 2008 UTC
(14 months, 1 week ago)
by
jleroux
File length: 137880 byte(s)
Diff to
previous 694647
(
colored)
Amend r694647 : [A modified patch from Shi Yusen "CASifying OFBiz" (https://issues.apache.org/jira/browse/OFBIZ-1689) - OFBIZ-1689)]
JA-SIG CAS is BSD licenced : LICENSE and NOTICE files updated in regard to that
Updated jar to last version (from 3.1 to 3.3)
Removed the snippet in build.xml which copied LICENSE, NOTICE and possibly other files in MET2A-INF directory. Following Adam's r685934 initiative there are only copied in jars now.
Wiki updated too
Revision
677685 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 17 18:56:25 2008 UTC
(16 months, 1 week ago)
by
jleroux
File length: 137820 byte(s)
Diff to
previous 674776
(
colored)
Update Copyright to 2008
A real replace in files feature was one of the reasons I use Eclipse 3.4 for near a year now (I even helped to test, a real must have :o)
Not sure previous commit was sent partially or not at all (I needed to update)
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: 137820 byte(s)
Diff to
previous 674312
(
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
549403 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 21 06:12:12 2007 UTC
(2 years, 5 months ago)
by
jonesde
File length: 123050 byte(s)
Diff to
previous 545447
(
colored)
Added LICENSE section for OAGIS XSD files in specialpurpose/oagis; thanks to Anil Patel for seeding this
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: 102988 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
499486 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 24 17:15:54 2007 UTC
(2 years, 10 months ago)
by
jleroux
File length: 100629 byte(s)
Diff to
previous 490651
(
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
490651 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 28 05:08:56 2006 UTC
(2 years, 10 months ago)
by
jonesde
File length: 99286 byte(s)
Diff to
previous 490457
(
colored)
Applied patch from Anil, others through Tim on Jira #OFBIZ-501; also added license notice for dojo, also updated Libraries Included in OFBiz page on docs.ofbiz.org; this has been tested by a few people, and in my own brief tests it seems to be working quite well
Revision
472414 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 8 07:50:37 2006 UTC
(3 years ago)
by
jonesde
Original Path:
incubator/ofbiz/trunk/LICENSE
File length: 99088 byte(s)
Diff to
previous 463958
(
colored)
Removed jcl.dtd file for licensing reasons; there are publicly available web locations for this, but it's not in a standard location; fortunately this is somewhat infrequently used; I tested the jpos.xml file in my editor and it works fine this way
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.