dfs 2003/01/25 18:26:54
Modified: . CHANGES build.properties build.xml
xdocs status.xml
xdocs/stylesheets project.xml
Log:
Updated files for 2.0.7 release.
Revision Changes Path
1.33 +4 -4 jakarta-oro/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/jakarta-oro/CHANGES,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- CHANGES 14 Nov 2002 00:37:07 -0000 1.32
+++ CHANGES 26 Jan 2003 02:26:53 -0000 1.33
@@ -1,6 +1,6 @@
$Id$
-Version 2.0.7-dev-2
+Version 2.0.7
o Made Perl5Util.toString() return null if no match exists in keeping
with the MatchResult interface. Previously, a NullPointerException
was being thrown.
@@ -11,8 +11,8 @@
the input stream was first read from (usually the beginning of the stream).
o Added support for negating modifiers. For example (?-i)foo. Note,
- we still do not support Perl 5.005+ group-local modifiers such as
- (?imsx-imsx:pattern).
+ we still do not support Perl 5.005+ group-local modifiers such as
+ (?imsx-imsx:pattern).
Version 2.0.7-dev-1
1.6 +2 -2 jakarta-oro/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-oro/build.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.properties 30 Oct 2002 17:49:10 -0000 1.5
+++ build.properties 26 Jan 2003 02:26:53 -0000 1.6
@@ -12,7 +12,7 @@
# Name and version information
name=Jakarta-ORO
project=jakarta-oro
-version=2.0.7-dev-2
+version=2.0.7
# Name and version of the project
project.name=${project}-${version}
1.4 +6 -2 jakarta-oro/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-oro/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 2 Apr 2002 08:12:20 -0000 1.3
+++ build.xml 26 Jan 2003 02:26:53 -0000 1.4
@@ -232,7 +232,7 @@
tofile="${final.dir}/build.properties"/>
<copy file="${top.dir}/LICENSE" tofile="${final.dir}/LICENSE"/>
- <copy file="${top.dir}/BUGS" tofile="${final.dir}/BUGS"/>
+ <copy file="${top.dir}/ISSUES" tofile="${final.dir}/ISSUES"/>
<copy file="${top.dir}/CHANGES" tofile="${final.dir}/CHANGES"/>
<copy file="${top.dir}/COMPILE" tofile="${final.dir}/COMPILE"/>
<copy file="${top.dir}/CONTRIBUTORS"
@@ -280,5 +280,9 @@
<delete file="${top.dir}/${final.name}.tar"/>
<delete file="${top.dir}/${final.name}.tar.gz"/>
<delete file="${top.dir}/${final.name}.zip"/>
+ <delete>
+ <fileset dir="${top.dir}" includes="velocity.log*"/>
+ </delete>
+
</target>
</project>
1.8 +2 -2 jakarta-oro/xdocs/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-oro/xdocs/status.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- status.xml 3 Jan 2003 17:51:12 -0000 1.7
+++ status.xml 26 Jan 2003 02:26:54 -0000 1.8
@@ -12,7 +12,7 @@
<section name="Project Status">
<p>
- Version 2.0.6 is the latest stable release. It currently supports Perl
+ Version 2.0.7 is the latest stable release. It currently supports Perl
5.003 regular expressions in the org.apache.oro.text.regex and
org.apache.oro.text.perlpackages. The main development goal is
to upgrade these packages to support Perl 5.8 regular
1.8 +2 -2 jakarta-oro/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-oro/xdocs/stylesheets/project.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.xml 2 Jan 2003 23:14:35 -0000 1.7
+++ project.xml 26 Jan 2003 02:26:54 -0000 1.8
@@ -13,7 +13,7 @@
<item name="Development plan"
href="/devplan-2.0.html"/>
<item name="Status" href="/status.html"/>
- <item name="Bug tracking" href="/bugs.html"/>
+ <item name="Issue tracking" href="/bugs.html"/>
<item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-oro/"/>
<item name="Changes"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>