Author: jsdelfino
Date: Tue Sep 16 23:59:35 2008
New Revision: 696177

URL: http://svn.apache.org/viewvc?rev=696177&view=rev
Log:
Starting to clean up android branch, creating subsets of samples, demos, 
tutorials that can be ported to android.

Removed:
    tuscany/branches/sca-android/demos/alert-aggregator-webapp/
    tuscany/branches/sca-android/demos/bigbank/
    tuscany/branches/sca-android/demos/bigbank-account/
    tuscany/branches/sca-android/demos/bigbank-calculator/
    tuscany/branches/sca-android/demos/bigbank-stockquote/
    tuscany/branches/sca-android/demos/load-balancing-webapp/
    tuscany/branches/sca-android/demos/mortgage-creditcheck/
    tuscany/branches/sca-android/demos/mortgage-loanapproval/
    tuscany/branches/sca-android/demos/workpool-distributed/
    tuscany/branches/sca-android/demos/xml-bigbank/
    tuscany/branches/sca-android/itest/build-was-integration.xml
    tuscany/branches/sca-android/itest/wasAdmin.py
    tuscany/branches/sca-android/samples/calculator-distributed/
    tuscany/branches/sca-android/samples/calculator-implementation-policies/
    tuscany/branches/sca-android/samples/calculator-osgi/
    tuscany/branches/sca-android/samples/calculator-rcp/
    tuscany/branches/sca-android/samples/calculator-rmi-reference/
    tuscany/branches/sca-android/samples/calculator-rmi-service/
    tuscany/branches/sca-android/samples/calculator-script/
    tuscany/branches/sca-android/samples/calculator-webapp/
    tuscany/branches/sca-android/samples/calculator-ws-secure-webapp/
    tuscany/branches/sca-android/samples/calculator-ws-webapp/
    tuscany/branches/sca-android/samples/calculator2/
    tuscany/branches/sca-android/samples/callback-ws-client/
    tuscany/branches/sca-android/samples/callback-ws-service/
    tuscany/branches/sca-android/samples/callbacks-jms/
    tuscany/branches/sca-android/samples/customer-dojo/
    tuscany/branches/sca-android/samples/domain-management/
    tuscany/branches/sca-android/samples/feed-aggregator/
    tuscany/branches/sca-android/samples/feed-aggregator-webapp/
    tuscany/branches/sca-android/samples/helloworld-bpel/
    tuscany/branches/sca-android/samples/helloworld-bpel-ws/
    tuscany/branches/sca-android/samples/helloworld-dojo-webapp/
    tuscany/branches/sca-android/samples/helloworld-jms-webapp/
    tuscany/branches/sca-android/samples/helloworld-jsonrpc-webapp/
    tuscany/branches/sca-android/samples/helloworld-reference-jms/
    tuscany/branches/sca-android/samples/helloworld-service-jms/
    tuscany/branches/sca-android/samples/helloworld-ws-reference/
    tuscany/branches/sca-android/samples/helloworld-ws-reference-jms/
    tuscany/branches/sca-android/samples/helloworld-ws-reference-lean/
    tuscany/branches/sca-android/samples/helloworld-ws-reference-secure/
    tuscany/branches/sca-android/samples/helloworld-ws-sdo/
    tuscany/branches/sca-android/samples/helloworld-ws-sdo-webapp/
    tuscany/branches/sca-android/samples/helloworld-ws-service/
    tuscany/branches/sca-android/samples/helloworld-ws-service-jms/
    tuscany/branches/sca-android/samples/helloworld-ws-service-secure/
    tuscany/branches/sca-android/samples/helloworld-ws-service-webapp/
    tuscany/branches/sca-android/samples/loanapplication/
    tuscany/branches/sca-android/samples/osgi-supplychain/
    tuscany/branches/sca-android/samples/photo-gallery/
    tuscany/branches/sca-android/samples/quote-xquery/
    tuscany/branches/sca-android/samples/simple-bigbank-spring/
    tuscany/branches/sca-android/samples/simple-callback-ws/
    tuscany/branches/sca-android/samples/spring-bigbank-calculator/
    tuscany/branches/sca-android/samples/spring-bigbank-checkaccount/
    tuscany/branches/sca-android/samples/spring-bigbank-stockquote/
    tuscany/branches/sca-android/samples/store/
    tuscany/branches/sca-android/samples/store-distributed/
    tuscany/branches/sca-android/samples/web-resource/
    tuscany/branches/sca-android/samples/zipcode-jaxws/
    tuscany/branches/sca-android/tools/java2wsdl/
    tuscany/branches/sca-android/tools/maven/maven-dependency-lister/
    tuscany/branches/sca-android/tools/maven/maven-java2wsdl/
    tuscany/branches/sca-android/tools/maven/maven-osgi-junit/
    tuscany/branches/sca-android/tools/maven/maven-tuscany-bundle-plugin/
    tuscany/branches/sca-android/tools/maven/maven-web-junit/
    tuscany/branches/sca-android/tools/maven/maven-wsdl2java/
    tuscany/branches/sca-android/tools/wsdl2java/
    tuscany/branches/sca-android/tutorials/store/
Modified:
    tuscany/branches/sca-android/demos/pom.xml
    tuscany/branches/sca-android/itest/pom.xml
    tuscany/branches/sca-android/samples/pom.xml
    tuscany/branches/sca-android/tools/maven/pom.xml
    tuscany/branches/sca-android/tools/pom.xml
    tuscany/branches/sca-android/tutorials/pom.xml

Modified: tuscany/branches/sca-android/demos/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/demos/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/demos/pom.xml (original)
+++ tuscany/branches/sca-android/demos/pom.xml Tue Sep 16 23:59:35 2008
@@ -36,14 +36,6 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>alert-aggregator-webapp</module>
-               <module>bigbank</module>
-                <module>bigbank-account</module>
-                <module>bigbank-calculator</module>
-                <module>bigbank-stockquote</module>
-                <module>mortgage-creditcheck</module>
-                <module>mortgage-loanapproval</module>
-                <module>xml-bigbank</module>
             </modules>
         </profile>
 

Modified: tuscany/branches/sca-android/itest/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/itest/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/itest/pom.xml (original)
+++ tuscany/branches/sca-android/itest/pom.xml Tue Sep 16 23:59:35 2008
@@ -45,12 +45,6 @@
         </dependency>
     </dependencies>
 
-    <properties>
-        <was.ant.script>${basedir}/build-was-integration.xml</was.ant.script>
-        <was.python.script>${basedir}/wasAdmin.py</was.python.script>
-    </properties>
-
-
     <profiles>
         <profile>
             <id>default</id>
@@ -58,658 +52,8 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>bpel</module>
-                <module>builder</module>
-                <module>callablereferences</module>
-                <module>callablereferences-ws</module>
-                <module>callback-api</module>
-                <module>callback-basic</module>
-                <module>callback-complex-type</module>
-                <module>callback-id</module>
-                <module>callback-multiple-wires</module>
-                <module>callback-separatethread</module>
-                <module>callback-set-callback</module>
-                <module>callback-set-conversation</module>
-                <module>component-type</module>
-                <module>contribution</module>
-                <module>contribution-multiple</module>
-                <module>contribution-import-export</module>
-                <module>contribution-classloader</module>
-                <module>conversations</module>
-                <module>corba</module>
-                <module>conversations-ws</module>
-                <module>databindings</module>
-                <!--module>domain</module-->
-                <module>exceptions</module>
-                <module>exceptions-cross-binding</module>
-                <module>exceptions-cross-binding-ws</module>
-                <module>exceptions-simple-ws</module>
-                <module>extended-api</module>
-                <module>interfaces</module>
-                <!--
-                <module>interop-soap-client</module>
-                <module>interop-soap-round2-client</module>
-                <module>interop-soap-service</module>
-                -->
-                <module>jms</module>
-                <module>jms-args</module>
-                <module>jms-callbacks</module>
-                <module>jms-definitions</module>
-                <module>jms-selectors</module>
-                <module>large-sdo-ws</module>
-                <module>late-reference-resolution</module>
-                <module>oneway</module>
-                <module>operation-overloading</module>
-                <module>osgi-implementation</module>
-                <module>osgi-contribution</module>
-                <module>policy</module>
-                <module>policy-security</module>
-                <module>policy-security-basicauth</module>
-                <module>policy-security-jsr250</module>
-                <module>properties</module>
-                <module>recursive</module>
-                <module>recursive-multi-level</module>
-                <module>recursive-ws</module>
-                <module>references</module>
-                <module>serialization</module>
-                <module>services</module>
-                <module>spring</module>
-                <module>scopes</module>
-                <module>transaction</module>
-                <module>validation</module>
-                <module>wires</module>
-                <module>wsdl</module>
-                <module>wsdlless</module>
-                <module>wsdl2java</module>
-                <module>wsdl-multiple</module>
-                <module>ws-void-args-return</module>
            </modules>
         </profile>
-        
-        <!-- 
-        This profile handles generation of jar/war artifacts to be used in 
executing tests in a web-container
-        -->
-        <profile>
-            <id>webapp</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <!--
-                <file>
-                    <exists>src</exists>
-                </file>
-                -->
-            </activation>
-            
-            <dependencies>
-                <dependency>
-                   <groupId>org.apache.tuscany.sca</groupId>
-                   <artifactId>tuscany-host-webapp</artifactId>
-                   <version>1.4-SNAPSHOT</version>
-                    <scope>runtime</scope>
-               </dependency>
-                <dependency>
-                   <groupId>org.apache.tuscany.sca</groupId>
-                   <artifactId>tuscany-host-webapp-junit</artifactId>
-                   <version>1.4-SNAPSHOT</version>
-                    <scope>runtime</scope>
-               </dependency>
-                <dependency>
-                   <groupId>javax.servlet</groupId>
-                   <artifactId>servlet-api</artifactId>
-                   <version>2.3</version>
-                    <scope>provided</scope>
-               </dependency>
-           </dependencies>    
-
-            <modules>
-                <module>callback-api</module>
-                <module>callback-basic</module>
-                <!--
-                <module>callback-complex-type</module>
-                -->
-                <module>callback-id</module>
-                <module>callback-multiple-wires</module>
-                <module>callback-set-callback</module>
-                <module>callback-set-conversation</module>
-                <!--
-                <module>contribution</module>
-                <module>contribution-multiple</module>
-                <module>contribution-import-export</module>
-                <module>contribution-classloader</module>
-                -->
-                <module>conversations</module>
-                <module>exceptions</module>
-                <module>exceptions-cross-binding</module>
-                <module>extended-api</module>
-                <module>oneway</module>
-                <module>operation-overloading</module>
-                <!--
-                <module>properties</module>
-                <module>recursive</module>
-                -->
-                <module>references</module>
-                <module>services</module>
-                <module>component-type</module>
-                <module>interfaces</module>
-                <module>wires</module>
-                <module>scopes</module>
-                <module>large-sdo-ws</module>
-            </modules>
-
-
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <!-- Skip local junit test cases -->
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-surefire-plugin</artifactId>
-                            <version>2.3.1</version>
-                            <configuration>
-                                <skip>true</skip>
-                            </configuration>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-
-                <plugins>
-
-                    <!-- Create jar containing the jUnit tests -->
-                    <!--
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <version>2.2</version>
-                        <executions>
-                            <execution>
-                                <configuration>
-                                    <finalName>junit</finalName>
-                                </configuration>
-                                <phase>test</phase>
-                                <goals>
-                                    <goal>test-jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    -->
-
-                    <!-- Generate web-xml -->
-                    <plugin>
-                        <groupId>org.apache.tuscany.sca</groupId>
-                        <artifactId>tuscany-maven-web-junit</artifactId>
-                        <version>1.4-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <id>generate-web-xml</id>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <!-- Create war and include jUnit test classes -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-war-plugin</artifactId>
-                        <version>2.0.2</version>
-                        <configuration>
-                            <primaryArtifact>false</primaryArtifact>
-                            <!-- Exclude a few jars to avoid conflicts -->
-                            
<warSourceExcludes>WEB-INF/lib/tuscany-host-tomcat-*.jar,WEB-INF/lib/tuscany-host-jetty-*.jar,servlet-api-*.jar,
 
WEB-INF/lib/catalina*.jar,WEB-INF/classes/META-INF/sca-contribution*.xml</warSourceExcludes>
-                            <webResources>
-                                <!-- Add the tests jar into the WAR -->
-                                <!--
-                                <resource>
-                                    
<directory>${project.build.directory}</directory>
-                                    <includes>
-                                        <include>*-tests.jar</include>
-                                    </includes>
-                                    <targetPath>WEB-INF/lib</targetPath>
-                                </resource>
-                                -->
-
-                                <resource>
-                                    
<directory>${project.build.directory}/test-classes</directory>
-                                    <targetPath>WEB-INF/classes</targetPath>
-                                </resource>
-
-                                <resource>
-                                    
<directory>${project.build.directory}/classes/META-INF</directory>
-                                    <includes>
-                                        
<include>sca-contribution*.xml</include>
-                                    </includes>
-                                    <targetPath>META-INF</targetPath>
-                                </resource>
-
-                                <!-- Add the junit -->
-                                <resource>
-                                    
<directory>${settings.localRepository}/junit/junit/4.2</directory>
-                                    <includes>
-                                        <include>junit-4.2.jar</include>
-                                    </includes>
-                                    <targetPath>WEB-INF/lib</targetPath>
-                                </resource>
-
-                            </webResources>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>war</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
-            <id>tomcat</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <!--
-                <file>
-                    <exists>src</exists>
-                </file>
-                -->
-            </activation>
-           <properties>
-               <http.port>8085</http.port>
-               <http.base>http://127.0.0.1:${http.port}</http.base>
-               <tomcat.home>${env.CATALINA_HOME}</tomcat.home>
-           </properties>
-
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.tuscany.sca</groupId>
-                        <artifactId>tuscany-maven-web-junit</artifactId>
-                        <version>1.4-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <id>generate-web-xml</id>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>web-junit-test</id>
-                                <configuration>
-                                    
<url>${http.base}/${project.build.finalName}/junit?op=runAll</url>
-                                </configuration>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.cargo</groupId>
-                        <artifactId>cargo-maven2-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>start-container</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>stop-container</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>stop</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <container>
-                                <containerId>tomcat5x</containerId>
-                                <type>installed</type>
-                                <home>${tomcat.home}</home>
-                                <systemProperties>
-                                    <org.apache.commons.logging.Log>
-                                        
org.apache.commons.logging.impl.SimpleLog
-                                    </org.apache.commons.logging.Log>
-                                </systemProperties>
-                            </container>
-                            <wait>false</wait>
-                            <configuration>
-                                <properties>
-                                    
<cargo.servlet.port>${http.port}</cargo.servlet.port>
-                                </properties>
-                                <deployables>
-                                    <deployable>
-                                        
<location>${project.build.directory}/${project.build.finalName}.war</location>
-                                        
<pingURL>${http.base}/${project.build.finalName}/junit?op=list</pingURL>
-                                        <type>war</type>
-                                    </deployable>
-                                </deployables>
-                                
<home>${project.build.directory}/cargo-tomcat</home>
-                            </configuration>
-                        </configuration>
-
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-
-        <profile>
-            <id>jetty</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <!--
-                <file>
-                    <exists>src</exists>
-                </file>
-                -->
-            </activation>
-           <properties>
-               <http.port>8085</http.port>
-               <http.base>http://127.0.0.1:${http.port}</http.base>
-               <jetty.home>${env.JETTY_HOME}</jetty.home>
-           </properties>
-
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.tuscany.sca</groupId>
-                        <artifactId>tuscany-maven-web-junit</artifactId>
-                        <version>1.4-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <id>generate-web-xml</id>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>web-junit-test</id>
-                                <configuration>
-                                    
<url>${http.base}/${project.build.finalName}/junit?op=runAll</url>
-                                </configuration>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.cargo</groupId>
-                        <artifactId>cargo-maven2-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>start-container</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>stop-container</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>stop</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <configuration>
-                            <container>
-                                <containerId>jetty6x</containerId>
-                                <type>embedded</type>
-                                <home>${jetty.home}</home>
-                                <systemProperties>
-                                    <org.apache.commons.logging.Log>
-                                        
org.apache.commons.logging.impl.SimpleLog
-                                    </org.apache.commons.logging.Log>
-                                </systemProperties>
-                            </container>
-                            <wait>false</wait>
-                            <configuration>
-                                <properties>
-                                    
<cargo.servlet.port>${http.port}</cargo.servlet.port>
-                                </properties>
-                                <deployables>
-                                    <deployable>
-                                        
<location>${project.build.directory}/${project.build.finalName}.war</location>
-                                        
<pingURL>${http.base}/${project.build.finalName}/junit?op=list</pingURL>
-                                        <type>war</type>
-                                    </deployable>
-                                </deployables>
-                                
<home>${project.build.directory}/cargo-jetty</home>
-                            </configuration>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
-            <id>geronimo</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-                <!--
-                <file>
-                    <exists>${geronimo.home}</exists>
-                </file>
-                -->
-            </activation>
-            <properties>
-                <http.port>8080</http.port>
-                <http.base>http://127.0.0.1:${http.port}</http.base>
-                <geronimo.home>${env.GERONIMO_HOME}</geronimo.home>
-            </properties>
-
-            <build>
-                <plugins>
-                    <!-- Generate web-xml and geronimo deployment descriptor 
-->
-                    <plugin>
-                        <groupId>org.apache.tuscany.sca</groupId>
-                        <artifactId>tuscany-maven-web-junit</artifactId>
-                        <version>1.4-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <id>generate-web-xml</id>
-                                <configuration>
-                                    <geronimo>true</geronimo>
-                                </configuration>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>web-junit-test</id>
-                                <configuration>
-                                    
<url>${http.base}/${project.build.finalName}/junit?op=runAll</url>
-                                </configuration>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                    <plugin>
-                        <groupId>org.apache.geronimo.plugins</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-                        <version>2.1.1</version>
-                        <configuration>
-                            <geronimoHome>${geronimo.home}</geronimoHome>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <id>start-container</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start</goal>
-                                </goals>
-                                <configuration>
-                                    <background>true</background>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>deploy-war</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy</goal>
-                                </goals>
-                                <configuration>
-                                    
<moduleArchive>${project.build.directory}/${project.build.finalName}.war</moduleArchive>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>undeploy-war</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy</goal>
-                                </goals>
-                                <configuration>
-                                    
<moduleId>${groupId}/${artifactId}/${version}/war</moduleId>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>stop-container</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>stop</goal>
-                                </goals>
-                                <configuration>
-                                    <username>system</username>
-                                    <password>manager</password>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-        <profile>
-            <id>websphere</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <properties>
-                <http.port>8080</http.port>
-                <http.base>http://127.0.0.1:${http.port}</http.base>
-                <websphere.home>${env.WAS_HOME}</websphere.home>
-            </properties>
-
-            <build>
-                <plugins>
-                    <!-- Generate web-xml and geronimo deployment descriptor 
-->
-                    <plugin>
-                        <groupId>org.apache.tuscany.sca</groupId>
-                        <artifactId>tuscany-maven-web-junit</artifactId>
-                        <version>1.4-SNAPSHOT</version>
-                        <executions>
-                            <execution>
-                                <id>generate-web-xml</id>
-                                <phase>process-resources</phase>
-                                <goals>
-                                    <goal>generate</goal>
-                                </goals>
-                            </execution>
-                            <execution>
-                                <id>web-junit-test</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>test</goal>
-                                </goals>
-                                <configuration>
-                                    
<url>${http.base}/${project.build.finalName}/junit?op=runAll</url>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-
-                   <!--WAS ant integration -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <version>1.1</version>
-                        <executions>
-                            <!-- start Websphere server -->
-                            <execution>
-                                <id>start-container</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                               <configuration>
-                                   <tasks>
-                                       <ant antfile="${was.ant.script}" 
target="startServer"/>
-                                   </tasks>
-                               </configuration>
-                           </execution>
-                            <!-- Deploy war application -->
-                            <execution>
-                                <id>deploy-war</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                               <configuration>
-                                   <tasks>
-                                       <ant antfile="${was.ant.script}" 
target="installApplication">
-                                            <property name="was.python.script" 
value="${was.python.script}"/>
-                                            <property name="application.war" 
value="${project.build.directory}/${project.build.finalName}.war"/>
-                                            <property name="application.name" 
value="${project.build.finalName}.war"/>
-                                            <property 
name="application.contextRoot" value="${project.build.finalName}"/>
-                                            <property 
name="application.server" value="server1"/>
-                                        </ant>
-                                   </tasks>
-                               </configuration>
-                            </execution>
-                            <!-- unDeploy war application -->
-                            <execution>
-                                <id>undeploy-war</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                               <configuration>
-                                   <tasks>
-                                       <ant antfile="${was.ant.script}" 
target="uninstallApplication">
-                                            <property name="was.python.script" 
value="${was.python.script}"/>
-                                            <property name="application.name" 
value="${project.build.finalName}.war"/>
-                                        </ant>
-                                   </tasks>
-                               </configuration>
-                            </execution>
-                            <!-- Stop Websphere server -->
-                            <execution>
-                                <id>stop-container</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                               <configuration>
-                                   <tasks>
-                                       <ant antfile="${was.ant.script}" 
target="stopServer"/>
-                                   </tasks>
-                               </configuration>
-                            </execution>
-
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-
     </profiles>
 
 </project>

Modified: tuscany/branches/sca-android/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/samples/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/samples/pom.xml (original)
+++ tuscany/branches/sca-android/samples/pom.xml Tue Sep 16 23:59:35 2008
@@ -46,65 +46,15 @@
                 <module>binding-echo</module>
                 <module>binding-echo-extension</module>
                 <module>calculator</module>
-                <module>calculator2</module>
-                <module>calculator-distributed</module>
-               <module>calculator-implementation-policies</module>
                 <module>calculator-lean</module>
-                <module>calculator-osgi</module>
-                <module>calculator-rcp</module>
-                <module>calculator-rmi-reference</module>
-                <module>calculator-rmi-service</module>
-                <module>calculator-script</module>
-                <module>calculator-webapp</module>
-                <module>calculator-ws-secure-webapp</module>
-                <module>calculator-ws-webapp</module>
-                <module>callback-ws-client</module>
-                <module>callback-ws-service</module>
-                <module>customer-dojo</module>
                 <module>databinding-echo</module>
-                <module>domain-management</module>
-                <module>feed-aggregator</module>
-                <module>feed-aggregator-webapp</module>
-                <module>helloworld-bpel</module>
-                <module>helloworld-bpel-ws</module>
-                <module>helloworld-dojo-webapp</module>
-                <module>helloworld-jms-webapp</module>
-                <module>helloworld-jsonrpc-webapp</module>
-                <module>helloworld-jsp</module>
-                <module>helloworld-reference-jms</module>
-                <module>helloworld-service-jms</module>
-                <module>helloworld-servlet</module>
-                <module>helloworld-web</module>
-                <module>helloworld-web-callback</module>
-                <module>helloworld-ws-reference</module>
-                <module>helloworld-ws-reference-lean</module>
-                <module>helloworld-ws-reference-jms</module>
-                <module>helloworld-ws-reference-secure</module>
-                <module>helloworld-ws-sdo</module>
-                <module>helloworld-ws-sdo-webapp</module>
-                <module>helloworld-ws-service</module>
-                <module>helloworld-ws-service-jms</module>
-                <module>helloworld-ws-service-secure</module>
-                <module>helloworld-ws-service-webapp</module>
                 <module>implementation-composite</module>
                 <module>implementation-crud</module>
                 <module>implementation-crud-extension</module>
                 <module>implementation-pojo-extension</module>
-                <module>loanapplication</module>
-                <module>photo-gallery</module>
-                <module>quote-xquery</module>
                 <module>simple-bigbank</module>
-                <module>simple-bigbank-spring</module>
                 <module>simple-callback</module>
-                <module>simple-callback-ws</module>
-                <module>spring-bigbank-calculator</module>
-                <module>spring-bigbank-checkaccount</module>
-                <module>spring-bigbank-stockquote</module>
-                <module>store</module>
-                <module>store-distributed</module>
                 <module>supplychain</module>
-                <module>web-resource</module>
-                <module>zipcode-jaxws</module>
             </modules>
         </profile>
     </profiles>

Modified: tuscany/branches/sca-android/tools/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/tools/maven/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/tools/maven/pom.xml (original)
+++ tuscany/branches/sca-android/tools/maven/pom.xml Tue Sep 16 23:59:35 2008
@@ -38,12 +38,7 @@
             </activation>
             <modules>
                 <module>maven-ant-generator</module>
-                <module>maven-dependency-lister</module>
                 <module>maven-incremental-build</module>
-                <module>maven-java2wsdl</module>
-                <module>maven-web-junit</module>
-                <module>maven-wsdl2java</module>
-                <module>maven-tuscany-bundle-plugin</module>
             </modules>
         </profile>
     </profiles>

Modified: tuscany/branches/sca-android/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/tools/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/tools/pom.xml (original)
+++ tuscany/branches/sca-android/tools/pom.xml Tue Sep 16 23:59:35 2008
@@ -36,10 +36,10 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
+                <!--
                 <module>eclipse34</module>
-                <module>java2wsdl</module>
+                -->
                 <module>maven</module>
-                <module>wsdl2java</module>
             </modules>
         </profile>
     </profiles>

Modified: tuscany/branches/sca-android/tutorials/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-android/tutorials/pom.xml?rev=696177&r1=696176&r2=696177&view=diff
==============================================================================
--- tuscany/branches/sca-android/tutorials/pom.xml (original)
+++ tuscany/branches/sca-android/tutorials/pom.xml Tue Sep 16 23:59:35 2008
@@ -36,8 +36,6 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>store</module>
-                <!-- <module>photo-gallery</module> -->
             </modules>
         </profile>
 


Reply via email to