Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 55947 invoked from network); 16 Oct 2008 01:09:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 01:09:29 -0000 Received: (qmail 46868 invoked by uid 500); 16 Oct 2008 01:09:30 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 46816 invoked by uid 500); 16 Oct 2008 01:09:30 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 46807 invoked by uid 99); 16 Oct 2008 01:09:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 18:09:30 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 01:08:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 803162388970; Wed, 15 Oct 2008 18:08:38 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r705113 [2/2] - in /continuum/branches/continuum-1.2.x: continuum-api/src/main/java/org/apache/maven/continuum/ continuum-api/src/main/java/org/apache/maven/continuum/configuration/ continuum-commons/src/main/java/org/apache/maven/continuum... Date: Thu, 16 Oct 2008 01:08:37 -0000 To: commits@continuum.apache.org From: ctan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081016010838.803162388970@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: continuum/branches/continuum-1.2.x/continuum-xmlrpc/continuum-xmlrpc-server/src/main/resources/dozerBeanMapping.xml URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-xmlrpc/continuum-xmlrpc-server/src/main/resources/dozerBeanMapping.xml?rev=705113&r1=705112&r2=705113&view=diff ============================================================================== --- continuum/branches/continuum-1.2.x/continuum-xmlrpc/continuum-xmlrpc-server/src/main/resources/dozerBeanMapping.xml (original) +++ continuum/branches/continuum-1.2.x/continuum-xmlrpc/continuum-xmlrpc-server/src/main/resources/dozerBeanMapping.xml Wed Oct 15 18:08:36 2008 @@ -5,6 +5,12 @@ org.apache.maven.continuum.xmlrpc.project.ProjectGroupSummary org.apache.maven.continuum.model.project.ProjectGroup + + localRepository + localRepository + org.apache.continuum.xmlrpc.repository.LocalRepository + org.apache.continuum.model.repository.LocalRepository + @@ -199,5 +205,55 @@ org.apache.maven.continuum.buildqueue.BuildProjectTask org.apache.maven.continuum.xmlrpc.project.BuildProjectTask - + + + + org.apache.continuum.xmlrpc.repository.LocalRepository + org.apache.continuum.model.repository.LocalRepository + + + + org.apache.continuum.xmlrpc.repository.RepositoryPurgeConfiguration + org.apache.continuum.model.repository.RepositoryPurgeConfiguration + + repository + repository + org.apache.continuum.xmlrpc.repository.LocalRepository + org.apache.continuum.model.repository.LocalRepository + + + schedule + schedule + org.apache.maven.continuum.xmlrpc.project.Schedule + org.apache.maven.continuum.model.project.Schedule + + + + + org.apache.continuum.xmlrpc.repository.DirectoryPurgeConfiguration + org.apache.continuum.model.repository.DirectoryPurgeConfiguration + + schedule + schedule + org.apache.maven.continuum.xmlrpc.project.Schedule + org.apache.maven.continuum.model.project.Schedule + + + + + org.apache.continuum.xmlrpc.release.ContinuumReleaseResult + org.apache.continuum.model.release.ContinuumReleaseResult + + projectGroup + projectGroup + org.apache.maven.continuum.xmlrpc.project.ProjectGroup + org.apache.maven.continuum.model.project.ProjectGroup + + + project + project + org.apache.maven.continuum.xmlrpc.project.Project + org.apache.maven.continuum.model.project.Project + +