|
From: <tre...@us...> - 2007-08-09 03:40:56
|
Revision: 240
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=240&view=rev
Author: trevorolio
Date: 2007-08-08 20:40:59 -0700 (Wed, 08 Aug 2007)
Log Message:
-----------
Added another piece of the site code to the shared jar.
At some point we should clearly delineate what is shared and what is specific to the Og web app.
Modified Paths:
--------------
spaces/trunk/build.xml
Modified: spaces/trunk/build.xml
===================================================================
--- spaces/trunk/build.xml 2007-08-08 18:33:54 UTC (rev 239)
+++ spaces/trunk/build.xml 2007-08-09 03:40:59 UTC (rev 240)
@@ -42,6 +42,7 @@
<include name="com/ogoglio/media/**/*" />
<include name="com/ogoglio/site/AbstractResourceServlet*" />
<include name="com/ogoglio/site/SiteResource*" />
+ <include name="com/ogoglio/site/DescendingSiteResource*" />
<include name="com/ogoglio/site/SiteInfo*" />
<include name="com/ogoglio/persist/HibernateTask*" />
<include name="com/ogoglio/persist/PersistException*" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|