You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2008/03/12 20:19:05 UTC

svn commit: r636464 - in /openejb/trunk/openejb3/examples: custom-injection/ custom-injection/build.xml custom-injection/pom.xml custom-injection/src/ expanded-env-entries/ pom.xml

Author: dblevins
Date: Wed Mar 12 12:18:54 2008
New Revision: 636464

URL: http://svn.apache.org/viewvc?rev=636464&view=rev
Log:
Renamed the expanded-env-entries example to something that might sound more enticing

Added:
    openejb/trunk/openejb3/examples/custom-injection/
      - copied from r636445, openejb/trunk/openejb3/examples/expanded-env-entries/
    openejb/trunk/openejb3/examples/custom-injection/build.xml
      - copied unchanged from r636462, openejb/trunk/openejb3/examples/expanded-env-entries/build.xml
    openejb/trunk/openejb3/examples/custom-injection/pom.xml
      - copied unchanged from r636462, openejb/trunk/openejb3/examples/expanded-env-entries/pom.xml
    openejb/trunk/openejb3/examples/custom-injection/src/
      - copied from r636462, openejb/trunk/openejb3/examples/expanded-env-entries/src/
Removed:
    openejb/trunk/openejb3/examples/expanded-env-entries/
Modified:
    openejb/trunk/openejb3/examples/pom.xml

Modified: openejb/trunk/openejb3/examples/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/pom.xml?rev=636464&r1=636463&r2=636464&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/pom.xml Wed Mar 12 12:18:54 2008
@@ -41,7 +41,7 @@
     <module>testing-transactions</module>
     <module>testing-security</module>
     <module>interceptors</module>
-    <module>expanded-env-entries</module>
+    <module>custom-injection</module>
     <module>helloworld-weblogic</module>
     <module>jpa-hibernate</module>
     <module>telephone-stateful</module>