You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2005/10/02 20:27:14 UTC

svn commit: r293144 - in /geronimo/trunk/sandbox/daytrader/modules/ejb: project.properties project.xml src/conf/ target/

Author: hogstrom
Date: Sun Oct  2 11:27:11 2005
New Revision: 293144

URL: http://svn.apache.org/viewcvs?rev=293144&view=rev
Log:
Restructured EJB module in DayTrader

Removed:
    geronimo/trunk/sandbox/daytrader/modules/ejb/src/conf/
    geronimo/trunk/sandbox/daytrader/modules/ejb/target/
Modified:
    geronimo/trunk/sandbox/daytrader/modules/ejb/project.properties
    geronimo/trunk/sandbox/daytrader/modules/ejb/project.xml

Modified: geronimo/trunk/sandbox/daytrader/modules/ejb/project.properties
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/daytrader/modules/ejb/project.properties?rev=293144&r1=293143&r2=293144&view=diff
==============================================================================
--- geronimo/trunk/sandbox/daytrader/modules/ejb/project.properties (original)
+++ geronimo/trunk/sandbox/daytrader/modules/ejb/project.properties Sun Oct  2 11:27:11 2005
@@ -1,11 +1,3 @@
 maven.xdoc.date=left
 maven.ejb.src=${maven.build.dir}/xdoclet/ejb
-maven.eclipse.classpath.include=${maven.build.dir}/xdoclet/ejbdoclet,src/test-cactus
-maven.xdoclet.ejbdoclet.utilobject.0.cacheHomes=true
-maven.xdoclet.ejbdoclet.utilobject.0.includeGUID=true
-maven.xdoclet.ejbdoclet.dataobject.0=true
-maven.xdoclet.ejbdoclet.entityfacade.0=true
-maven.xdoclet.ejbdoclet.valueobject.0=true
-maven.xdoclet.ejbdoclet.deploymentdescriptor.0.validateXML=true
-cactus.src.mergewebxml = src/conf/cactus-web.xml
-cactus.is.ear=true
+maven.eclipse.classpath.include=${maven.build.dir}/xdoclet/ejbdoclet

Modified: geronimo/trunk/sandbox/daytrader/modules/ejb/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/daytrader/modules/ejb/project.xml?rev=293144&r1=293143&r2=293144&view=diff
==============================================================================
--- geronimo/trunk/sandbox/daytrader/modules/ejb/project.xml (original)
+++ geronimo/trunk/sandbox/daytrader/modules/ejb/project.xml Sun Oct  2 11:27:11 2005
@@ -47,9 +47,9 @@
     </unitTest>
     <resources>
       <resource>
-        <directory>src/conf</directory>
+        <directory>src</directory>
         <includes>
-          <include>*.properties</include>
+          <include>META-INF/ejb-jar.xml</include>
         </includes>
       </resource>
     </resources>