/[Apache-SVN]/jakarta/oro/trunk/build.properties
ViewVC logotype

Log of /jakarta/oro/trunk/build.properties

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 372972 - (view) (annotate) - [select for diffs]
Modified Fri Jan 27 20:33:20 2006 UTC (3 years, 10 months ago) by dfs
File length: 3339 byte(s)
Diff to previous 356891 (colored)
Fixed a spelling error in build.propertes comment.

Revision 356891 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 22:28:57 2005 UTC (3 years, 11 months ago) by dfs
File length: 3338 byte(s)
Diff to previous 328131 (colored)
Added Implementation-Vendor-Id to jar manifest.  This was issue 37909 with no explanation, but it appears J2SE 1.3 made Implementation-Vendor-Id for Java Plug-in.

Revision 328131 - (view) (annotate) - [select for diffs]
Modified Mon Oct 24 18:47:52 2005 UTC (4 years, 1 month ago) by dfs
File length: 3316 byte(s)
Diff to previous 124053 (colored)
Prefixed javac properties with javac. and added source and target
properties with 1.3 as the default (to avoid creating incompatible
binaries with 1.4/1.5 compilers).

Revision 124053 - (view) (annotate) - [select for diffs]
Modified Tue Jan 4 01:24:35 2005 UTC (4 years, 10 months ago) by dfs
File length: 3264 byte(s)
Diff to previous 54492 (colored)
Not that it was strictly necessary, but I updated the copyright date
range to end in 2005 instead of 2004.  There may also be some
svn:keyword issues with respect to $Id$ caused by having checked out
the code with a different svn version than the one I'm doing the check
in with.  I'll check those after this checkin.

Revision 54492 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 21:26:57 2004 UTC (5 years, 5 months ago) by dfs
File length: 3318 byte(s)
Diff to previous 54471 (colored)
broke up the master jar files into separate components:
   jakarta-oro       : all classes
   jakarta-oro-core  : required interfaces
   jakarta-oro-awk   : Awk engine
   jakarta-oro-glob  : Glob engine
   jakarta-oro-java  : Java engine
   jakarta-oro-perl5 : Perl5 engine
   jakarta-oro-util  : Remaining utility classes from text, io, and
                       util packages
   Also turned debug info back off because it inflates the jar file
   sizes which some people have been complaining about.

Revision 54471 - (view) (annotate) - [select for diffs]
Modified Sun Apr 4 19:50:20 2004 UTC (5 years, 7 months ago) by dfs
File length: 2993 byte(s)
Diff to previous 54468 (colored)
Turned debug flag on per Gary Gregory's <ggregory at seagullsw.com> request.

Revision 54468 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 07:22:42 2004 UTC (5 years, 9 months ago) by dfs
File length: 2994 byte(s)
Diff to previous 54456 (colored)
Changed the version number to 2.1-dev-1 because the next release will either provide significant new functionality in the form of pattern matching engine factories and/or conditional compilation to support J2ME/1.1 J2SE 1.2 and J2SE 1.4.

Revision 54456 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 03:19:10 2004 UTC (5 years, 9 months ago) by dfs
File length: 2996 byte(s)
Diff to previous 54453 (colored)
Changed all references to Apache Software Foundation to The Apache Software Foundation.

Revision 54453 - (view) (annotate) - [select for diffs]
Modified Wed Feb 18 03:08:48 2004 UTC (5 years, 9 months ago) by dfs
File length: 2992 byte(s)
Diff to previous 54451 (colored)
Incremented version number to 2.0.9-dev-1.

Revision 54451 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 22:10:37 2004 UTC (5 years, 9 months ago) by dfs
File length: 2986 byte(s)
Diff to previous 54450 (colored)
Updated licenese statements to Apache License 2.0.  The last change to build.properties was actually an update of the copyright year to include 2004.  This commit includes the xml files in xdocs/, build.xml, and build.properties, which are all considered source files.

Revision 54450 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 22:02:00 2004 UTC (5 years, 9 months ago) by dfs
File length: 2519 byte(s)
Diff to previous 54437 (colored)
Updated licenese statements to Apache License 2.0

Revision 54437 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 02:22:51 2003 UTC (5 years, 11 months ago) by dfs
File length: 2519 byte(s)
Diff to previous 54421 (colored)
Updated version number references in preparation for releasing v2.0.8.

Revision 54421 - (view) (annotate) - [select for diffs]
Modified Mon Feb 24 03:34:09 2003 UTC (6 years, 9 months ago) by dfs
File length: 2525 byte(s)
Diff to previous 54418 (colored)
Incremented version to 2.0.8-dev-1.

Revision 54418 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 02:26:54 2003 UTC (6 years, 10 months ago) by dfs
File length: 2519 byte(s)
Diff to previous 54407 (colored)
Updated files for 2.0.7 release.

Revision 54407 - (view) (annotate) - [select for diffs]
Modified Wed Oct 30 17:49:10 2002 UTC (7 years ago) by dfs
File length: 2525 byte(s)
Diff to previous 54395 (colored)
PR: 13522

Fixed problem whereby an AwkMatchResult resulting from a match on an
AwkStreamInput source (AwkMatcher.contains(AwkStreamInput, Pattern);)
would contain offsets relative to the buffered input rather than to where
the input stream was first read from (usually the beginning of the stream).

Revision 54395 - (view) (annotate) - [select for diffs]
Modified Fri May 31 03:17:43 2002 UTC (7 years, 5 months ago) by dfs
File length: 2525 byte(s)
Diff to previous 54391 (colored)
PR: 8298
Changed behavior of Perl5Util.split() to remove trailing empty fields
in order to comply with Perl5 behavior.  Incremented version to 2.0.7-dev-1.

Revision 54391 - (view) (annotate) - [select for diffs]
Modified Sat Mar 30 04:14:45 2002 UTC (7 years, 8 months ago) by dfs
File length: 2519 byte(s)
Diff to previous 54390 (colored)
Added RCS Id tag.

Revision 54390 - (view) (annotate) - [select for diffs]
Modified Sat Mar 30 04:12:29 2002 UTC (7 years, 8 months ago) by dfs
File length: 2478 byte(s)
Diff to previous 54383 (colored)
Incremented version number to 2.0.6 for release.

Revision 54383 - (view) (annotate) - [select for diffs]
Added Fri Feb 1 09:38:20 2002 UTC (7 years, 9 months ago) by dfs
File length: 2483 byte(s)
Moved build.xml out of build/ directory and removed all jars.  From
now on you have to have ant installed already.  build.xml and build.properties
still need to be fixed up, but this was a first step.

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2