(no commit message)
authorerik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 4 Feb 2008 20:56:22 +0000 (20:56 +0000)
committererik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Mon, 4 Feb 2008 20:56:22 +0000 (20:56 +0000)
commitc312d4c53938dfdfc24fd916582fbab7334477f2
tree8d2d0bdd0910b39446838e0249a042fbb1373fc2
parent5369dfce8a2ff3d3a01cbd0a1aea57a59a67bd84
25 files changed:
trunk/mythtv/pom.xml
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/Application.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/Application.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/Channel.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/Channel.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/FileType.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/FileType.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/LinkStructure.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/LinkStructure.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/MonitorScheduler.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/MonitorScheduler.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/MythtvBeanFactory.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/MythtvBeanFactory.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/MythtvHibernateMappings.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/MythtvHibernateMappings.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/PollDirectoryJob.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/PollDirectoryJob.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/Recording.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/Recording.java with 100% similarity]
trunk/mythtv/war/src/main/java/org/wamblee/mythtv/RecordingDatabase.java [moved from trunk/mythtv/src/main/java/org/wamblee/mythtv/RecordingDatabase.java with 100% similarity]
trunk/mythtv/war/src/main/resources/Channel.hbm.xml [moved from trunk/mythtv/src/main/resources/Channel.hbm.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/Recording.hbm.xml [moved from trunk/mythtv/src/main/resources/Recording.hbm.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/beanRefContext.xml [moved from trunk/mythtv/src/main/resources/beanRefContext.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.beanfactory.properties [moved from trunk/mythtv/src/main/resources/org.wamblee.beanfactory.properties with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.application.xml [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.application.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.datasource.xml [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.datasource.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.hibernate.properties [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.hibernate.properties with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.hibernate.xml [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.hibernate.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.hibernatemappings.xml [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.hibernatemappings.xml with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.properties [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.properties with 100% similarity]
trunk/mythtv/war/src/main/resources/org.wamblee.mythtv.properties.xml [moved from trunk/mythtv/src/main/resources/org.wamblee.mythtv.properties.xml with 100% similarity]
trunk/mythtv/war/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml [moved from trunk/mythtv/src/test/resources/org.wamblee.mythtv.datasource.standalone.xml with 100% similarity]
trunk/mythtv/war/src/webapp/META-INF/MANIFEST.MF [moved from trunk/mythtv/src/webapp/META-INF/MANIFEST.MF with 100% similarity]
trunk/mythtv/war/src/webapp/WEB-INF/web.xml [moved from trunk/mythtv/src/webapp/WEB-INF/web.xml with 100% similarity]