|
From: <tre...@us...> - 2007-08-07 00:22:08
|
Revision: 238
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=238&view=rev
Author: trevorolio
Date: 2007-08-06 17:22:09 -0700 (Mon, 06 Aug 2007)
Log Message:
-----------
Moved all of the jars our of war/WEB-INF/lib/ and into shared-lib/ so they should be put in ${CATALINA_HOME}/shared/lib/ instead of built into the ogoglio.war (as Gal suggested I do ages ago :-).
Added a sharedJar target to build.xml which will build some of the ogoglio classes which could be used by other webapps in the same tomcat instance, say for custom apps built on top of Ogoglio spaces.
That new target will build ogoglio-shared.jar which should also be placed in ${CATALINA_HOME}/shared/lib/
Modified Paths:
--------------
spaces/trunk/.classpath
spaces/trunk/build.xml
spaces/trunk/src/com/ogoglio/sim/Sim.java
spaces/trunk/src/com/ogoglio/sim/SpaceSimulator.java
Added Paths:
-----------
spaces/trunk/shared-lib/
spaces/trunk/shared-lib/antlr-2.7.5H3.jar
spaces/trunk/shared-lib/asm-attrs.jar
spaces/trunk/shared-lib/asm.jar
spaces/trunk/shared-lib/cglib-2.1.jar
spaces/trunk/shared-lib/cglib-nodep-2.1_2.jar
spaces/trunk/shared-lib/commons-codec-1.3.jar
spaces/trunk/shared-lib/commons-collections-2.1.1.jar
spaces/trunk/shared-lib/commons-fileupload-1.1.1.jar
spaces/trunk/shared-lib/commons-httpclient-3.0.1.jar
spaces/trunk/shared-lib/commons-io-1.3.jar
spaces/trunk/shared-lib/commons-logging-1.0.4.jar
spaces/trunk/shared-lib/dom4j-1.6.jar
spaces/trunk/shared-lib/ehcache-1.1.jar
spaces/trunk/shared-lib/hibernate3.jar
spaces/trunk/shared-lib/hsqldb.jar
spaces/trunk/shared-lib/js.jar
spaces/trunk/shared-lib/jta.jar
spaces/trunk/shared-lib/junit-3.8.1.jar
spaces/trunk/shared-lib/junit.jar
spaces/trunk/shared-lib/log4j-1.2.9.jar
spaces/trunk/shared-lib/mysql-connector-java-3.1.11-bin.jar
spaces/trunk/shared-lib/rmock-2.0.0.jar
spaces/trunk/shared-lib/xbean.jar
Removed Paths:
-------------
spaces/trunk/war/WEB-INF/lib/antlr-2.7.5H3.jar
spaces/trunk/war/WEB-INF/lib/asm-attrs.jar
spaces/trunk/war/WEB-INF/lib/asm.jar
spaces/trunk/war/WEB-INF/lib/cglib-2.1.jar
spaces/trunk/war/WEB-INF/lib/cglib-nodep-2.1_2.jar
spaces/trunk/war/WEB-INF/lib/commons-codec-1.3.jar
spaces/trunk/war/WEB-INF/lib/commons-collections-2.1.1.jar
spaces/trunk/war/WEB-INF/lib/commons-fileupload-1.1.1.jar
spaces/trunk/war/WEB-INF/lib/commons-httpclient-3.0.1.jar
spaces/trunk/war/WEB-INF/lib/commons-io-1.3.jar
spaces/trunk/war/WEB-INF/lib/commons-logging-1.0.4.jar
spaces/trunk/war/WEB-INF/lib/dom4j-1.6.jar
spaces/trunk/war/WEB-INF/lib/ehcache-1.1.jar
spaces/trunk/war/WEB-INF/lib/hibernate3.jar
spaces/trunk/war/WEB-INF/lib/hsqldb.jar
spaces/trunk/war/WEB-INF/lib/js.jar
spaces/trunk/war/WEB-INF/lib/jta.jar
spaces/trunk/war/WEB-INF/lib/junit-3.8.1.jar
spaces/trunk/war/WEB-INF/lib/junit.jar
spaces/trunk/war/WEB-INF/lib/log4j-1.2.9.jar
spaces/trunk/war/WEB-INF/lib/mysql-connector-java-3.1.11-bin.jar
spaces/trunk/war/WEB-INF/lib/rmock-2.0.0.jar
spaces/trunk/war/WEB-INF/lib/xbean.jar
Property Changed:
----------------
spaces/trunk/
Property changes on: spaces/trunk
___________________________________________________________________
Name: svn:ignore
- test
db
ogoglio.war
javadoc
+ test
db
ogoglio.war
ogoglio-shared.jar
javadoc
Modified: spaces/trunk/.classpath
===================================================================
--- spaces/trunk/.classpath 2007-08-06 23:44:42 UTC (rev 237)
+++ spaces/trunk/.classpath 2007-08-07 00:22:09 UTC (rev 238)
@@ -4,29 +4,31 @@
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/servlet-api.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jasper-runtime.jar"/>
<classpathentry kind="var" path="TOMCAT_HOME/common/lib/jsp-api.jar"/>
- <classpathentry kind="src" output="work" path="work"/>
+ <classpathentry output="work" kind="src" path="work"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/mysql-connector-java-3.1.11-bin.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/log4j-1.2.9.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/jta.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/hsqldb.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/hibernate3.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/ehcache-1.1.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/dom4j-1.6.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-logging-1.0.4.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-collections-2.1.1.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/asm-attrs.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/asm.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/antlr-2.7.5H3.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.1.1.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-io-1.3.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/xbean.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/js.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-httpclient-3.0.1.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/commons-codec-1.3.jar"/>
<classpathentry kind="var" path="BROWSER_PLUGIN"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/cglib-nodep-2.1_2.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/junit-3.8.1.jar"/>
- <classpathentry kind="lib" path="war/WEB-INF/lib/rmock-2.0.0.jar"/>
+ <classpathentry kind="lib" path="shared-lib/xbean.jar"/>
+ <classpathentry kind="lib" path="shared-lib/rmock-2.0.0.jar"/>
+ <classpathentry kind="lib" path="shared-lib/mysql-connector-java-3.1.11-bin.jar"/>
+ <classpathentry kind="lib" path="shared-lib/log4j-1.2.9.jar"/>
+ <classpathentry kind="lib" path="shared-lib/junit-3.8.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/junit.jar"/>
+ <classpathentry kind="lib" path="shared-lib/jta.jar"/>
+ <classpathentry kind="lib" path="shared-lib/js.jar"/>
+ <classpathentry kind="lib" path="shared-lib/hsqldb.jar"/>
+ <classpathentry kind="lib" path="shared-lib/hibernate3.jar"/>
+ <classpathentry kind="lib" path="shared-lib/ehcache-1.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/dom4j-1.6.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-collections-2.1.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/cglib-nodep-2.1_2.jar"/>
+ <classpathentry kind="lib" path="shared-lib/cglib-2.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/asm-attrs.jar"/>
+ <classpathentry kind="lib" path="shared-lib/asm.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-logging-1.0.4.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-io-1.3.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-httpclient-3.0.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-fileupload-1.1.1.jar"/>
+ <classpathentry kind="lib" path="shared-lib/commons-codec-1.3.jar"/>
+ <classpathentry kind="lib" path="shared-lib/antlr-2.7.5H3.jar"/>
<classpathentry kind="output" path="war/WEB-INF/classes"/>
</classpath>
Modified: spaces/trunk/build.xml
===================================================================
--- spaces/trunk/build.xml 2007-08-06 23:44:42 UTC (rev 237)
+++ spaces/trunk/build.xml 2007-08-07 00:22:09 UTC (rev 238)
@@ -6,131 +6,11 @@
<property name="webLibDir" value="./war/WEB-INF/lib/" />
<property name="warName" value="ogoglio.war" />
- <!--code coverage with emma -->
- <property name="emmaData" value="working/emma"/>
- <property name="coverage.dir" value="${emmaData}/reports/emma" /> <!-- directory which emma coverage reports will be written to -->
- <property name="instr.dir" value="${emmaData}/target/emmainstr" /> <!-- directory which emma instrumentation classes will be written to -->
- <property name="emma.dir" value="dev-lib/emma" /> <!-- directory that contains emma.jar and emma_ant.jar -->
- <property name="emma.source_classes" value="${dest}"/>
- <!-- Set emma.lib to refer to the list of EMMA jar files -->
- <path id="emma.lib" >
- <fileset dir="${emma.dir}">
- <include name="*.jar"/>
- </fileset>
- </path>
-
- <!-- which classes to work on -->
- <path id="emma.coverage.classes" >
- <pathelement location="${dest}" />
- </path>
- <!-- Load <emma> and <emmajava> custom tasks so that they can be used in ANT -->
- <taskdef resource="emma_ant.properties" classpathref="emma.lib" />
-
- <path id="classpath">
- <fileset dir="${webLibDir}">
- <include name="**/*.jar" />
- </fileset>
- <fileset dir="${tomcatHome}/common/lib/">
- <include name="**/*.jar" />
- </fileset>
- <fileset dir="${java.home}/lib/">
- <include name="plugin.jar" />
- </fileset>
- </path>
-
- <!-- Enable Emma -->
- <target name="emma" description="turns on EMMA's instrumentation/reporting" >
-
- <property name="emma.enabled" value="true" />
-
- <!-- EMMA instr class output directory (it is important to create this property only when EMMA is enabled) -->
- <mkdir dir="${instr.dir}" />
-
- <!-- this property, if overriden via -Demma.filter=<list of filter specs>
- on ANT's command line, will set the coverage filter; by default,
- all classes found in 'emma.coverage.classes' pathref will be instrumented:
- -->
- <property name="emma.filter" value="+com.ogoglio.*,-*Test*,-*Spec*" />
- <property name="debug.on" value="true"/>
- </target>
-
- <target name="coverage" depends="cleanInstrumented,emma,test">
- </target>
-
- <target name="test" depends="compile">
- <!-- ======================================================================= -->
- <!-- EMMA INSTRUMENTATION -->
- <!-- ======================================================================= -->
- <!-- Instrument the classes, this takes the normal classes, and makes instrumented classes instead -->
- <!-- Note that EMMA takes regular ANT path elements as instrumentation input, which is exceedingly convenient -->
- <emma enabled="${emma.enabled}" >
- <instr instrpath="${dest}"
- destdir="${instr.dir}"
- metadatafile="${coverage.dir}/metadata.emma"
- merge="false" mode="copy" filter="${emma.filter}">
- </instr>
- </emma>
- <junit fork="true" forkmode="once">
- <classpath>
- <pathelement location="${instr.dir}"/>
- <fileset dir="${webLibDir}">
- <include name="**/*.jar" />
- </fileset>
- <path refid="emma.lib" />
- <pathelement location="${dest}"/>
- </classpath>
- <formatter type="brief" usefile="false" />
- <!--<test name="com.ogoglio.templatesync.TemplateSyncTestSuite" /> -->
- <test name="com.ogoglio.OgoglioTestSuite" />
-
- <jvmarg value="-Demma.coverage.out.file=${coverage.dir}/coverage.emma" />
- <jvmarg value="-Demma.coverage.out.merge=false" />
- </junit>
- <!-- if enabled, generate coverage report(s): -->
- <emma enabled="${emma.enabled}" >
- <report sourcepath="src"
- sort="+block,+name,+method,+class"
- metrics="method:90,block:90,line:90,class:100"
- >
- <!-- collect all EMMA data dumps (metadata and runtime)
- [this can be done via nested <fileset> fileset elements
- or <file> elements pointing to a single file]:
- -->
- <fileset dir="${coverage.dir}" >
- <include name="*.emma" />
- </fileset>
-
- <!-- for every type of report desired, configure a nested
- element; various report parameters
- can be inherited from the parent <report>
- and individually overridden for each report type:
- -->
- <txt outfile="${coverage.dir}/coverage.txt"
- depth="package"
- columns="class,method,block,line,name"
- />
- <xml outfile="${coverage.dir}/coverage.xml"
- depth="package"
- />
- <html outfile="${coverage.dir}/coverage.html"
- depth="method"
- columns="name,class,method,block,line"
- />
- </report>
- </emma>
- </target>
-
- <target name="cleanInstrumented">
- <delete>
- <fileset dir="${instr.dir}" includes="**/**"/>
- <fileset dir="${coverage.dir}" includes="**/**"/>
- </delete>
- </target>
-
<target name="clean">
<delete>
<fileset dir="${dest}" includes="**/*" />
<fileset dir="." file="${warName}" />
+ <fileset dir="." file="ogoglio-shared.jar" />
<fileset dir="war" file="testApplet.jar" />
<fileset dir="war" file="viewer.jar" />
<fileset dir="war" file="bodyEditor.jar" />
@@ -155,6 +35,18 @@
</copy>
</target>
+ <target name="sharedJar" depends="compile">
+ <jar destfile="ogoglio-shared.jar">
+ <fileset dir="${dest}">
+ <include name="com/ogoglio/util/**/*" />
+ <include name="com/ogoglio/media/**/*" />
+ <include name="com/ogoglio/site/AbstractResourceServlet*" />
+ <include name="com/ogoglio/site/SiteResource*" />
+ <include name="com/ogoglio/site/SiteInfo*" />
+ </fileset>
+ </jar>
+ </target>
+
<target name="testApplet" depends="compile">
<jar destfile="war/testApplet.jar">
<fileset dir="${dest}">
@@ -209,7 +101,7 @@
</jar>
</target>
- <target name="war" depends="compile, testApplet, viewerApplet, bodyEditorApplet">
+ <target name="war" depends="compile, testApplet, viewerApplet, bodyEditorApplet, sharedJar">
<jar destfile="${warName}" basedir="war" />
</target>
Added: spaces/trunk/shared-lib/antlr-2.7.5H3.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/antlr-2.7.5H3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/asm-attrs.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/asm-attrs.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/asm.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/asm.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/cglib-2.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/cglib-2.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/cglib-nodep-2.1_2.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/cglib-nodep-2.1_2.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-codec-1.3.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-codec-1.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-collections-2.1.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-collections-2.1.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-fileupload-1.1.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-fileupload-1.1.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-httpclient-3.0.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-httpclient-3.0.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-io-1.3.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-io-1.3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/commons-logging-1.0.4.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/commons-logging-1.0.4.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/dom4j-1.6.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/dom4j-1.6.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/ehcache-1.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/ehcache-1.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/hibernate3.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/hibernate3.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/hsqldb.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/hsqldb.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/js.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/js.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/jta.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/jta.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/junit-3.8.1.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/junit-3.8.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/junit.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/junit.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/log4j-1.2.9.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/log4j-1.2.9.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/mysql-connector-java-3.1.11-bin.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/mysql-connector-java-3.1.11-bin.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/rmock-2.0.0.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/rmock-2.0.0.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: spaces/trunk/shared-lib/xbean.jar
===================================================================
(Binary files differ)
Property changes on: spaces/trunk/shared-lib/xbean.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: spaces/trunk/src/com/ogoglio/sim/Sim.java
===================================================================
--- spaces/trunk/src/com/ogoglio/sim/Sim.java 2007-08-06 23:44:42 UTC (rev 237)
+++ spaces/trunk/src/com/ogoglio/sim/Sim.java 2007-08-07 00:22:09 UTC (rev 238)
@@ -22,8 +22,6 @@
import nanoxml.XMLElement;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
import org.hibernate.SessionFactory;
import com.ogoglio.media.MediaService;
Modified: spaces/trunk/src/com/ogoglio/sim/SpaceSimulator.java
===================================================================
--- spaces/trunk/src/com/ogoglio/sim/SpaceSimulator.java 2007-08-06 23:44:42 UTC (rev 237)
+++ spaces/trunk/src/com/ogoglio/sim/SpaceSimulator.java 2007-08-07 00:22:09 UTC (rev 238)
@@ -26,9 +26,6 @@
import javax.vecmath.Point3d;
import javax.vecmath.Vector3d;
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-
import com.ogoglio.client.UserInputListener;
import com.ogoglio.client.model.Door;
import com.ogoglio.client.model.GeometryProvider;
Deleted: spaces/trunk/war/WEB-INF/lib/antlr-2.7.5H3.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/asm-attrs.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/asm.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/cglib-2.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/cglib-nodep-2.1_2.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-codec-1.3.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-collections-2.1.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-fileupload-1.1.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-httpclient-3.0.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-io-1.3.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/commons-logging-1.0.4.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/dom4j-1.6.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/ehcache-1.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/hibernate3.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/hsqldb.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/js.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/jta.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/junit-3.8.1.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/junit.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/log4j-1.2.9.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/mysql-connector-java-3.1.11-bin.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/rmock-2.0.0.jar
===================================================================
(Binary files differ)
Deleted: spaces/trunk/war/WEB-INF/lib/xbean.jar
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|