Author: ptahchiev
Date: Sun Jan 18 04:11:01 2009
New Revision: 735444

URL: http://svn.apache.org/viewvc?rev=735444&view=rev
Log:
Added comments

Modified:
    jakarta/cactus/trunk/samples/ejb3/build.xml
    jakarta/cactus/trunk/samples/ejb3/pom.xml

Modified: jakarta/cactus/trunk/samples/ejb3/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/build.xml?rev=735444&r1=735443&r2=735444&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb3/build.xml (original)
+++ jakarta/cactus/trunk/samples/ejb3/build.xml Sun Jan 18 04:11:01 2009
@@ -204,6 +204,8 @@
                        </classpath>
                        <containerset>
                                <cargo containerId="${jboss.container.id}" 
output="${logs.dir}/output.log" log="${logs.dir}/cargo.log">
+                                       <!--If you don't want cargo to download 
the container, just comment the bottom
+                                                                        lines 
and specify a [home] parameter-->
                                        <zipUrlInstaller
             
installUrl="http://heanet.dl.sourceforge.net/sourceforge/jboss/jboss-4.2.2.GA.zip";
             installDir="install"/>

Modified: jakarta/cactus/trunk/samples/ejb3/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/pom.xml?rev=735444&r1=735443&r2=735444&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb3/pom.xml (original)
+++ jakarta/cactus/trunk/samples/ejb3/pom.xml Sun Jan 18 04:11:01 2009
@@ -219,6 +219,8 @@
                                                
<containerId>jboss42x</containerId>
                                                <log>target/cargo.log</log>
                                                
<output>target/output.log</output>
+                                               <!--If you don't want cargo to 
download the container, just comment the bottom
+                                                                        lines 
and specify a [home] parameter-->
                                                <zipUrlInstaller>
                                                        
<url>http://heanet.dl.sourceforge.net/sourceforge/jboss/jboss-4.2.2.GA.zip</url>
                                                        
<installDir>${basedir}/install</installDir>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to