You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by vi...@apache.org on 2011/11/15 03:48:30 UTC

svn commit: r1202014 - in /geronimo/samples/branches/3.0-beta-1/samples/osgi: aries-datasource/ ariestrader-jdbc/ pom.xml showmethemoney/readme.txt

Author: violalu
Date: Tue Nov 15 02:48:30 2011
New Revision: 1202014

URL: http://svn.apache.org/viewvc?rev=1202014&view=rev
Log:
update osgi sample

Removed:
    geronimo/samples/branches/3.0-beta-1/samples/osgi/aries-datasource/
    geronimo/samples/branches/3.0-beta-1/samples/osgi/ariestrader-jdbc/
Modified:
    geronimo/samples/branches/3.0-beta-1/samples/osgi/pom.xml
    geronimo/samples/branches/3.0-beta-1/samples/osgi/showmethemoney/readme.txt

Modified: geronimo/samples/branches/3.0-beta-1/samples/osgi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta-1/samples/osgi/pom.xml?rev=1202014&r1=1202013&r2=1202014&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta-1/samples/osgi/pom.xml (original)
+++ geronimo/samples/branches/3.0-beta-1/samples/osgi/pom.xml Tue Nov 15 02:48:30 2011
@@ -104,12 +104,10 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
-            <modules>
-                <module>aries-datasource</module>
+            <modules>                
                 <module>showmethemoney</module>
                 <module>wab-sample</module>
-                <module>helloworld-eba</module>
-                <!--<module>ariestrader-jdbc</module>-->
+                <module>helloworld-eba</module>               
             </modules>
         </profile>
         <profile>
@@ -122,7 +120,9 @@
                 </property>        
             </activation>
             <modules>          
-                <module>showmethemoney</module>      
+                <module>showmethemoney</module>
+                <module>wab-sample</module>
+                <module>helloworld-eba</module>            
             </modules>
         </profile>
         

Modified: geronimo/samples/branches/3.0-beta-1/samples/osgi/showmethemoney/readme.txt
URL: http://svn.apache.org/viewvc/geronimo/samples/branches/3.0-beta-1/samples/osgi/showmethemoney/readme.txt?rev=1202014&r1=1202013&r2=1202014&view=diff
==============================================================================
--- geronimo/samples/branches/3.0-beta-1/samples/osgi/showmethemoney/readme.txt (original)
+++ geronimo/samples/branches/3.0-beta-1/samples/osgi/showmethemoney/readme.txt Tue Nov 15 02:48:30 2011
@@ -33,7 +33,7 @@ INSTALL
          
  3. Deploy web app using deployer tool.
        cd %Geronimo_Home%/bin
-       deploy.[bat|sh] deploy D:/samplesTrunk/samples/osgi/showmethemoney/showmethemoney-web/showmethemoney-web-3.0-SNAPSHOT.war
+       deploy.[bat|sh] deploy D:/samplesTrunk/samples/osgi/showmethemoney/showmethemoney-web/target/showmethemoney-web-3.0-SNAPSHOT.war
   Access http://[IP_Address]:8080/showmoney/
         
         
\ No newline at end of file