You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ri...@apache.org on 2006/12/29 00:00:22 UTC

svn commit: r490863 - /maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml

Author: rinku
Date: Thu Dec 28 15:00:21 2006
New Revision: 490863

URL: http://svn.apache.org/viewvc?view=rev&rev=490863
Log:
o  Ids for persistent entities now changed to be 'long' instead of 'int'.
(might be an idea for Jesse to review this one)

Modified:
    maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml

Modified: maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml?view=diff&rev=490863&r1=490862&r2=490863
==============================================================================
--- maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml (original)
+++ maven/continuum/branches/key-based-refactor/continuum-model/src/main/mdo/continuum.xml Thu Dec 28 15:00:21 2006
@@ -65,7 +65,7 @@
           <name>id</name>
           <version>1.1.0+</version>
           <required>true</required>
-          <type>int</type>
+          <type>long</type>
           <identifier>true</identifier>
         </field>
         <field jpox.column="groupKey">
@@ -125,7 +125,7 @@
           <required>true</required>
           <identifier>true</identifier>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field jpox.column="projectKey">
           <name>key</name>
@@ -210,12 +210,12 @@
         <field>
           <name>latestBuildId</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>buildNumber</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field stash.maxSize="256">
           <name>workingDirectory</name>
@@ -300,7 +300,7 @@
           <required>true</required>
           <identifier>true</identifier>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>type</name>
@@ -406,7 +406,7 @@
         <field>
           <name>continuumId</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
       </fields>
     </class>
@@ -451,13 +451,13 @@
         <field>
           <name>id</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
           <identifier>true</identifier>
         </field>
         <field>
           <name>buildNumber</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>state</name>
@@ -797,7 +797,7 @@
           <required>true</required>
           <identifier>true</identifier>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>defaultForProject</name>
@@ -846,7 +846,7 @@
         <field jpox.nullValue="default">
           <name>latestBuildId</name>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
           <defaultValue>0</defaultValue>
         </field>
       </fields>
@@ -863,7 +863,7 @@
           <name>id</name>
           <identifier>true</identifier>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>active</name>
@@ -886,7 +886,7 @@
             Delay in seconds.
           ]]></description>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>maxJobExecutionTime</name>
@@ -895,7 +895,7 @@
             terminated.
           </description>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
           <defaultValue>3600</defaultValue>
         </field>
         <field>
@@ -914,7 +914,7 @@
           <name>id</name>
           <identifier>true</identifier>
           <version>1.1.0+</version>
-          <type>int</type>
+          <type>long</type>
         </field>
         <field>
           <name>active</name>