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/04/19 06:53:33 UTC

svn commit: r649757 - /openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties

Author: dblevins
Date: Fri Apr 18 21:53:33 2008
New Revision: 649757

URL: http://svn.apache.org/viewvc?rev=649757&view=rev
Log:
adjusted snippet tags

Modified:
    openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties

Modified: openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties?rev=649757&r1=649756&r2=649757&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties (original)
+++ openejb/trunk/openejb3/examples/custom-injection/src/main/resources/META-INF/env-entries.properties Fri Apr 18 21:53:33 2008
@@ -16,11 +16,11 @@
 #
 # $Rev$ $Date$
 #
-# START SNIPPET
+# START SNIPPET: props
 guitarStringGuages=E1=0.052\nA=0.042\nD=0.030\nG=0.017\nB=0.013\nE=0.010
 certificateOfAuthenticity=/tmp/strat-certificate.txt
 dateCreated=1962-03-01
 pickups=S,S,S
 style=VINTAGE
-# END SNIPPET
+# END SNIPPET: props