Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 86891 invoked from network); 30 May 2007 00:13:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 00:13:18 -0000 Received: (qmail 71396 invoked by uid 500); 30 May 2007 00:13:22 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 71363 invoked by uid 500); 30 May 2007 00:13:22 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 71350 invoked by uid 99); 30 May 2007 00:13:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 17:13:22 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 17:13:17 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 658491A981A; Tue, 29 May 2007 17:12:57 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r542700 - in /roller/trunk: src/META-INF/ src/org/apache/roller/business/hibernate/ src/org/apache/roller/business/jpa/ src/org/apache/roller/pojos/ web/WEB-INF/classes/ Date: Wed, 30 May 2007 00:12:57 -0000 To: commits@roller.apache.org From: agilliland@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070530001257.658491A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: agilliland Date: Tue May 29 17:12:56 2007 New Revision: 542700 URL: http://svn.apache.org/viewvc?view=rev&rev=542700 Log: some final bits of pojo cleanup work, removing unused pojo classes which were created at some point but never actually used. we can easily recreate them if/when they are actually going to be used. Removed: roller/trunk/src/org/apache/roller/pojos/ObjectAuditData.java roller/trunk/src/org/apache/roller/pojos/ObjectAuditData.orm.xml roller/trunk/src/org/apache/roller/pojos/PingCategoryRestrictionData.java roller/trunk/src/org/apache/roller/pojos/PingCategoryRestrictionData.orm.xml roller/trunk/src/org/apache/roller/pojos/RefererComparator.java roller/trunk/src/org/apache/roller/pojos/RollerConfigData.java roller/trunk/src/org/apache/roller/pojos/RollerConfigData.orm.xml roller/trunk/src/org/apache/roller/pojos/WeblogEntryComparator.java Modified: roller/trunk/src/META-INF/persistence.xml roller/trunk/src/org/apache/roller/business/hibernate/HibernatePropertiesManagerImpl.java roller/trunk/src/org/apache/roller/business/jpa/JPAPropertiesManagerImpl.java roller/trunk/web/WEB-INF/classes/hibernate.cfg.xml Modified: roller/trunk/src/META-INF/persistence.xml URL: http://svn.apache.org/viewvc/roller/trunk/src/META-INF/persistence.xml?view=diff&rev=542700&r1=542699&r2=542700 ============================================================================== --- roller/trunk/src/META-INF/persistence.xml (original) +++ roller/trunk/src/META-INF/persistence.xml Tue May 29 17:12:56 2007 @@ -12,14 +12,11 @@ org/apache/roller/pojos/WeblogEntryAttribute.orm.xml org/apache/roller/pojos/WeblogBookmarkFolder.orm.xml org/apache/roller/pojos/WeblogHitCount.orm.xml - org/apache/roller/pojos/ObjectAuditData.orm.xml org/apache/roller/pojos/WeblogPermission.orm.xml - org/apache/roller/pojos/PingCategoryRestrictionData.orm.xml org/apache/roller/pojos/PingQueueEntry.orm.xml org/apache/roller/pojos/PingTarget.orm.xml org/apache/roller/pojos/WeblogReferrer.orm.xml org/apache/roller/pojos/UserRole.orm.xml - org/apache/roller/pojos/RollerConfigData.orm.xml org/apache/roller/pojos/RuntimeConfigProperty.orm.xml org/apache/roller/pojos/TaskLock.orm.xml org/apache/roller/pojos/User.orm.xml Modified: roller/trunk/src/org/apache/roller/business/hibernate/HibernatePropertiesManagerImpl.java URL: http://svn.apache.org/viewvc/roller/trunk/src/org/apache/roller/business/hibernate/HibernatePropertiesManagerImpl.java?view=diff&rev=542700&r1=542699&r2=542700 ============================================================================== --- roller/trunk/src/org/apache/roller/business/hibernate/HibernatePropertiesManagerImpl.java (original) +++ roller/trunk/src/org/apache/roller/business/hibernate/HibernatePropertiesManagerImpl.java Tue May 29 17:12:56 2007 @@ -36,7 +36,6 @@ import org.apache.roller.business.PropertiesManager; import org.apache.roller.business.Roller; import org.apache.roller.business.RollerFactory; -import org.apache.roller.pojos.RollerConfigData; import org.apache.roller.pojos.RuntimeConfigProperty; Modified: roller/trunk/src/org/apache/roller/business/jpa/JPAPropertiesManagerImpl.java URL: http://svn.apache.org/viewvc/roller/trunk/src/org/apache/roller/business/jpa/JPAPropertiesManagerImpl.java?view=diff&rev=542700&r1=542699&r2=542700 ============================================================================== --- roller/trunk/src/org/apache/roller/business/jpa/JPAPropertiesManagerImpl.java (original) +++ roller/trunk/src/org/apache/roller/business/jpa/JPAPropertiesManagerImpl.java Tue May 29 17:12:56 2007 @@ -36,7 +36,6 @@ import org.apache.roller.config.runtime.DisplayGroup; import org.apache.roller.config.runtime.PropertyDef; import org.apache.roller.config.runtime.RuntimeConfigDefs; -import org.apache.roller.pojos.RollerConfigData; import org.apache.roller.pojos.RuntimeConfigProperty; import org.apache.roller.business.jpa.JPAPersistenceStrategy; Modified: roller/trunk/web/WEB-INF/classes/hibernate.cfg.xml URL: http://svn.apache.org/viewvc/roller/trunk/web/WEB-INF/classes/hibernate.cfg.xml?view=diff&rev=542700&r1=542699&r2=542700 ============================================================================== --- roller/trunk/web/WEB-INF/classes/hibernate.cfg.xml (original) +++ roller/trunk/web/WEB-INF/classes/hibernate.cfg.xml Tue May 29 17:12:56 2007 @@ -42,9 +42,9 @@ + - @@ -52,13 +52,11 @@ - + + - - -