Author: antelder
Date: Sat Dec  1 01:59:16 2007
New Revision: 600069

URL: http://svn.apache.org/viewvc?rev=600069&view=rev
Log:
Add distribution for building tomcat deep integration zip

Added:
    incubator/tuscany/java/sca/distribution/tomcat/   (with props)
    incubator/tuscany/java/sca/distribution/tomcat/pom.xml   (with props)
    incubator/tuscany/java/sca/distribution/tomcat/src/
    incubator/tuscany/java/sca/distribution/tomcat/src/main/
    incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/
    incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml   
(with props)
    incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/
    
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/
    
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
   (with props)
    incubator/tuscany/java/sca/distribution/tomcat/src/test/
    incubator/tuscany/java/sca/distribution/tomcat/src/test/java/

Propchange: incubator/tuscany/java/sca/distribution/tomcat/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec  1 01:59:16 2007
@@ -0,0 +1,17 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+derby.log
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders

Added: incubator/tuscany/java/sca/distribution/tomcat/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/tomcat/pom.xml?rev=600069&view=auto
==============================================================================
--- incubator/tuscany/java/sca/distribution/tomcat/pom.xml (added)
+++ incubator/tuscany/java/sca/distribution/tomcat/pom.xml Sat Dec  1 01:59:16 
2007
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.1-incubating-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+
+    <name>Apache Tuscany SCA WebApp Runtime</name>
+    <artifactId>tuscany-tomcat-overlay</artifactId>
+    <packaging>pom</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-runtime-tomcat</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+
+        <resources>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <plugins>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>distribution-package</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                        <configuration>
+                            <descriptors>
+                                
<descriptor>src/main/assembly/bin.xml</descriptor>
+                            </descriptors>
+                            <tarLongFileMode>gnu</tarLongFileMode>
+                            
<finalName>apache-tuscany-tomcat-overlay-${pom.version}</finalName>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+        </plugins>
+
+    </build>
+
+</project>

Propchange: incubator/tuscany/java/sca/distribution/tomcat/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/sca/distribution/tomcat/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: incubator/tuscany/java/sca/distribution/tomcat/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml?rev=600069&view=auto
==============================================================================
--- incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml 
(added)
+++ incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml 
Sat Dec  1 01:59:16 2007
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    *
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    *
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.
+-->
+<assembly>
+    <!-- id typically identifies the "type" (src vs bin etc) of the assembly 
-->
+    <id>bin</id>
+    <includeBaseDirectory>false</includeBaseDirectory>
+    <formats>
+        <format>dir</format>
+        <format>tar.gz</format>
+        <format>zip</format>
+    </formats>
+
+    <fileSets>
+        <!-- Add the text files to the top-level directroy -->
+        <!-- commented out till we distribute fileSet>
+            <directory>src/main/release</directory>
+            <outputDirectory>/</outputDirectory>
+            <includes>
+                <include>DISCLAIMER</include>
+                <include>LICENSE</include>
+                <include>NOTICE</include>
+            </includes>
+        </fileSet -->
+
+        <!-- Add the repository and properties file -->
+        <fileSet>
+            <directory>src/main/resources/sca-contributions</directory>
+            <outputDirectory>/sca-contributions</outputDirectory>
+            <includes>
+                <include>tuscany.properties</include>
+            </includes>
+        </fileSet>
+    </fileSets>
+
+    <dependencySets>
+        <!-- Add all the dependent jars to the lib directory -->
+        <dependencySet>
+            <outputDirectory>/lib</outputDirectory>
+            <unpack>false</unpack>
+            <scope>runtime</scope>
+        </dependencySet>
+
+    </dependencySets>
+
+</assembly>

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/assembly/bin.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties?rev=600069&view=auto
==============================================================================
--- 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
 (added)
+++ 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
 Sat Dec  1 01:59:16 2007
@@ -0,0 +1,3 @@
+nodeName=http://localhost:8080/tuscany/
+domainName=http://localhost:8877
+hotDeployInterval=10000

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: 
incubator/tuscany/java/sca/distribution/tomcat/src/main/resources/sca-contributions/tuscany.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to