You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wookie.apache.org by sc...@apache.org on 2009/10/22 11:15:07 UTC

svn commit: r828509 - in /incubator/wookie/branches/standalone: ant/lib/commons-compress-1.0.jar build.properties build.xml ivy.xml

Author: scottbw
Date: Thu Oct 22 09:15:07 2009
New Revision: 828509

URL: http://svn.apache.org/viewvc?rev=828509&view=rev
Log:
Applied "missing tweaks" patch for WOOKIE-26 (Thanks to Ross Gardler)

Added:
    incubator/wookie/branches/standalone/ant/lib/commons-compress-1.0.jar   (with props)
    incubator/wookie/branches/standalone/build.properties
Modified:
    incubator/wookie/branches/standalone/build.xml
    incubator/wookie/branches/standalone/ivy.xml

Added: incubator/wookie/branches/standalone/ant/lib/commons-compress-1.0.jar
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/standalone/ant/lib/commons-compress-1.0.jar?rev=828509&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/wookie/branches/standalone/ant/lib/commons-compress-1.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/wookie/branches/standalone/build.properties
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/standalone/build.properties?rev=828509&view=auto
==============================================================================
--- incubator/wookie/branches/standalone/build.properties (added)
+++ incubator/wookie/branches/standalone/build.properties Thu Oct 22 09:15:07 2009
@@ -0,0 +1,3 @@
+build.dir=build
+ivy.repository.dir=ant
+main.class.name=org.apache.wookie.server.Start
\ No newline at end of file

Modified: incubator/wookie/branches/standalone/build.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/standalone/build.xml?rev=828509&r1=828508&r2=828509&view=diff
==============================================================================
--- incubator/wookie/branches/standalone/build.xml (original)
+++ incubator/wookie/branches/standalone/build.xml Thu Oct 22 09:15:07 2009
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project default="compile-core" basedir="." name="Wookie Build File">
+<project default="compile-core" basedir="." name="wookie">
   <description>
     Ivy based build system for Apache Forrest.
   </description>
@@ -26,6 +26,7 @@
   <import file="ant/ivy-webapp-common.xml"/>
 	
   <target name="post-compile-core">
+  	<copy file="scripts/widgetdb_derby.sql" tofile="${project.build.classes.dir}/widgetdb_derby.sql"/>
   </target>
 	
   <target name="clean-db" description="delete the Wookie database, it will be recreated next time the application is run">

Modified: incubator/wookie/branches/standalone/ivy.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/standalone/ivy.xml?rev=828509&r1=828508&r2=828509&view=diff
==============================================================================
--- incubator/wookie/branches/standalone/ivy.xml (original)
+++ incubator/wookie/branches/standalone/ivy.xml Thu Oct 22 09:15:07 2009
@@ -15,6 +15,8 @@
         </dependency>
         <dependency org="commons-collections" name="commons-collections" rev="3.2">
         </dependency>
+        <dependency org="commons-compress" name="commons-compress" rev="1.0">
+        </dependency>
         <dependency org="commons-configuration" name="commons-configuration" rev="1.4">
           <exclude module="jms"/>
           <exclude module="jmxtools"/>