Author: rdonkin
Date: Mon Jun 13 14:55:24 2005
New Revision: 190516

URL: http://svn.apache.org/viewcvs?rev=190516&view=rev
Log:
Upgraded release version number.

Modified:
    jakarta/commons/proper/betwixt/trunk/build.xml
    
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java
    
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ObjectStringConverter.java

Modified: jakarta/commons/proper/betwixt/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/build.xml?rev=190516&r1=190515&r2=190516&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/build.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/build.xml Mon Jun 13 14:55:24 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!--build.xml generated by maven from project.xml version 0.6.1
-  on date June 3 2005, time 1039-->
+<!--build.xml generated by maven from project.xml version 0.7
+  on date June 13 2005, time 2259-->
 
 <project default="jar" name="commons-betwixt" basedir=".">
   <property name="defaulttargetdir" value="target">
@@ -20,7 +20,7 @@
   </property>
   <property name="javadocdir" value="dist/docs/api">
   </property>
-  <property name="final.name" value="commons-betwixt-0.6.1">
+  <property name="final.name" value="commons-betwixt-0.7">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">
@@ -51,6 +51,14 @@
       <classpath refid="build.classpath">
       </classpath>
     </javac>
+    <mkdir dir="${classesdir}/META-INF">
+    </mkdir>
+    <copy todir="${classesdir}/META-INF">
+      <fileset dir=".">
+        <include name="NOTICE.txt">
+        </include>
+      </fileset>
+    </copy>
     <copy todir="${classesdir}">
       <fileset dir="src/java">
         <include name="**/*.betwixt">
@@ -144,7 +152,7 @@
     </tstamp>
     <property name="copyright" value="Copyright &amp;copy;  The Apache 
Software Foundation. All Rights Reserved.">
     </property>
-    <property name="title" value="Betwixt 0.6.1 API">
+    <property name="title" value="Betwixt 0.7 API">
     </property>
     <javadoc use="true" private="true" destdir="${javadocdir}" author="true" 
version="true" sourcepath="src/java" 
packagenames="org.apache.commons.betwixt.*">
       <classpath>

Modified: 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java?rev=190516&r1=190515&r2=190516&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java
 (original)
+++ 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/digester/XMLIntrospectorHelper.java
 Mon Jun 13 14:55:24 2005
@@ -551,7 +551,7 @@
      *
      * @param type is this <code>Class</code> a loop type?
      * @return true if the type is a loop type, or if type is null 
-     * @deprecated 0.6.1 replaced by [EMAIL PROTECTED] 
org.apache.commons.betwixt.IntrospectionConfiguration#isLoopType(Class)}
+     * @deprecated 0.7 replaced by [EMAIL PROTECTED] 
org.apache.commons.betwixt.IntrospectionConfiguration#isLoopType(Class)}
      */
     public static boolean isLoopType(Class type) {
         // check for NPEs

Modified: 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ObjectStringConverter.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ObjectStringConverter.java?rev=190516&r1=190515&r2=190516&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ObjectStringConverter.java
 (original)
+++ 
jakarta/commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/strategy/ObjectStringConverter.java
 Mon Jun 13 14:55:24 2005
@@ -52,7 +52,7 @@
       * @param type the property class of the object, not null
       * @param flavour a string allow symantic differences in formatting to be 
communicated
       * @param context the context, not null
-      * @deprecated 0.6.1 use [EMAIL PROTECTED] #objectToString(Object, Class, 
Context)} instead. 
+      * @deprecated 0.7 use [EMAIL PROTECTED] #objectToString(Object, Class, 
Context)} instead. 
       * The preferred way to support flavours is by setting the
       * <code>org.apache.commons.betwixt.FLAVOUR</code> option.
       * This can then be retrieved by calling [EMAIL PROTECTED] 
Context#getOptions()}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to