[savara-commits] savara SVN: r153 - runtime/trunk/distribution/src/main/assembly and 5 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 16 13:36:11 EST 2009


Author: objectiser
Date: 2009-12-16 13:36:11 -0500 (Wed, 16 Dec 2009)
New Revision: 153

Added:
   runtime/trunk/distribution/src/main/assembly/src.xml
   validator/trunk/distribution/src/main/assembly/src.xml
Modified:
   runtime/trunk/distribution/pom.xml
   runtime/trunk/distribution/src/main/release/ReleaseNotes.txt
   validator/trunk/distribution/pom.xml
   validator/trunk/distribution/src/main/release/ReleaseNotes.txt
   validator/trunk/jbossesb/
Log:
Added release note detail and source distribution.

Modified: runtime/trunk/distribution/pom.xml
===================================================================
--- runtime/trunk/distribution/pom.xml	2009-12-16 18:31:06 UTC (rev 152)
+++ runtime/trunk/distribution/pom.xml	2009-12-16 18:36:11 UTC (rev 153)
@@ -102,6 +102,21 @@
                   </descriptors>
                 </configuration>
                 </execution>
+		          <execution>
+		            <id>distribution-package-source</id>
+		            <phase>package</phase>
+		            <goals>
+		              <goal>single</goal>
+		            </goals>
+		            <configuration>
+		              <finalName>savara-runtime-${project.version}-src</finalName>
+		              <appendAssemblyId>false</appendAssemblyId>
+		              <descriptors>
+		                <descriptor>src/main/assembly/src.xml</descriptor>
+		              </descriptors>
+		              <tarLongFileMode>gnu</tarLongFileMode>
+		            </configuration>
+		          </execution>
                </executions>
               </plugin>
         </plugins>

Added: runtime/trunk/distribution/src/main/assembly/src.xml
===================================================================
--- runtime/trunk/distribution/src/main/assembly/src.xml	                        (rev 0)
+++ runtime/trunk/distribution/src/main/assembly/src.xml	2009-12-16 18:36:11 UTC (rev 153)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and others contributors as indicated 
+ * by the @authors tag. All rights reserved. 
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors. 
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A 
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA  02110-1301, USA.
+ * 
+ * (C) 2008
+-->
+<assembly>
+  <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+  <id>src</id>
+  <includeBaseDirectory>true</includeBaseDirectory>
+  <formats>
+    <format>zip</format>
+  </formats>
+
+  <fileSets>
+      <fileSet>
+          <directory>../distribution</directory>
+          <outputDirectory>/distribution</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../docs</directory>
+          <outputDirectory>/docs</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../jbossesb</directory>
+          <outputDirectory>/jbossesb</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../samples</directory>
+          <outputDirectory>/samples</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>..</directory>
+          <outputDirectory>/</outputDirectory>
+          <includes>
+           <include>pom.xml</include>
+          </includes>
+      </fileSet>
+  </fileSets>
+
+</assembly>

Modified: runtime/trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- runtime/trunk/distribution/src/main/release/ReleaseNotes.txt	2009-12-16 18:31:06 UTC (rev 152)
+++ runtime/trunk/distribution/src/main/release/ReleaseNotes.txt	2009-12-16 18:36:11 UTC (rev 153)
@@ -1,3 +1,15 @@
 SAVARA Runtime 1.0-M1
 =====================
 
+This is the first milestone of version 1.0 of the SAVARA runtime.
+
+This provides the runtime support for JBossESB "conversation aware" actions, as generated using the
+"Savara->Generate->JBossESB" option from the SAVARA Eclipse tools.
+
+The distribution also includes some examples that can be deployed to JBossESB, to demonstrate
+implementing services using this approach. These examples can also be imported into Eclipse to
+try out the conformance checking capabilities, to ensure that the JBossESB based services
+correctly implement a choreography.
+
+The details release notes for all SAVARA 1.0-M1 components can be found at:
+https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313912&styleName=Html&projectId=12310870&Create=Create

Modified: validator/trunk/distribution/pom.xml
===================================================================
--- validator/trunk/distribution/pom.xml	2009-12-16 18:31:06 UTC (rev 152)
+++ validator/trunk/distribution/pom.xml	2009-12-16 18:36:11 UTC (rev 153)
@@ -53,31 +53,6 @@
             <classifier>dist</classifier>
             <type>zip</type>
         </dependency>
-        <!-- 
-		<dependency>
-			<groupId>log4j</groupId>
-			<artifactId>log4j</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.overlord.dependencies.org.jboss.esb</groupId>
-			<artifactId>jbossesb-rosetta</artifactId>
-		</dependency>
-		<dependency>
-	        <groupId>sun-jaxws</groupId>
-	        <artifactId>jaxws-api</artifactId>
-	        <version>2.1.1</version>
-		</dependency>
-		<dependency>
-			<groupId>javax.xml.bind</groupId>
-			<artifactId>jaxb-api</artifactId>
-			<version>2.1</version>
-		</dependency>
-		<dependency>
-	        <groupId>sun-jaxws</groupId>
-	        <artifactId>jsr181-api</artifactId>
-	        <version>2.1.1</version>
-	    </dependency>
-	    -->		        
    </dependencies> 
 
     <build>
@@ -108,6 +83,21 @@
                   </descriptors>
                 </configuration>
                 </execution>
+		          <execution>
+		            <id>distribution-package-source</id>
+		            <phase>package</phase>
+		            <goals>
+		              <goal>single</goal>
+		            </goals>
+		            <configuration>
+		              <finalName>savara-validator-${project.version}-src</finalName>
+		              <appendAssemblyId>false</appendAssemblyId>
+		              <descriptors>
+		                <descriptor>src/main/assembly/src.xml</descriptor>
+		              </descriptors>
+		              <tarLongFileMode>gnu</tarLongFileMode>
+		            </configuration>
+		          </execution>
                </executions>
               </plugin>
         </plugins>

Added: validator/trunk/distribution/src/main/assembly/src.xml
===================================================================
--- validator/trunk/distribution/src/main/assembly/src.xml	                        (rev 0)
+++ validator/trunk/distribution/src/main/assembly/src.xml	2009-12-16 18:36:11 UTC (rev 153)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * JBoss, Home of Professional Open Source
+ * Copyright 2008, JBoss Inc., and others contributors as indicated 
+ * by the @authors tag. All rights reserved. 
+ * See the copyright.txt in the distribution for a
+ * full listing of individual contributors. 
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU Lesser General Public License, v. 2.1.
+ * This program is distributed in the hope that it will be useful, but WITHOUT A 
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
+ * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
+ * You should have received a copy of the GNU Lesser General Public License,
+ * v.2.1 along with this distribution; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA  02110-1301, USA.
+ * 
+ * (C) 2008
+-->
+<assembly>
+  <!-- id typically identifies the "type" (src vs bin etc) of the assembly -->
+  <id>src</id>
+  <includeBaseDirectory>true</includeBaseDirectory>
+  <formats>
+    <format>zip</format>
+  </formats>
+
+  <fileSets>
+      <fileSet>
+          <directory>../distribution</directory>
+          <outputDirectory>/distribution</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../docs</directory>
+          <outputDirectory>/docs</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../jbossesb</directory>
+          <outputDirectory>/jbossesb</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>../samples</directory>
+          <outputDirectory>/samples</outputDirectory>
+          <excludes>
+             <exclude>**/.project</exclude>
+             <exclude>**/.classpath</exclude>
+             <exclude>**/.settings</exclude>
+             <exclude>**/.settings/**/*</exclude>
+             <exclude>**/target</exclude>
+         	 <exclude>**/target/**/*</exclude>
+         	 <exclude>**/*.iml</exclude>
+         	 <exclude>**/*.ipr</exclude>
+         	 <exclude>**/*.iws</exclude>
+          </excludes>
+      </fileSet>
+      <fileSet>
+          <directory>..</directory>
+          <outputDirectory>/</outputDirectory>
+          <includes>
+           <include>pom.xml</include>
+          </includes>
+      </fileSet>
+  </fileSets>
+
+</assembly>

Modified: validator/trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- validator/trunk/distribution/src/main/release/ReleaseNotes.txt	2009-12-16 18:31:06 UTC (rev 152)
+++ validator/trunk/distribution/src/main/release/ReleaseNotes.txt	2009-12-16 18:36:11 UTC (rev 153)
@@ -1,3 +1,11 @@
 SAVARA Validator 1.0-M1
 =======================
 
+This is the first milestone of version 1.0 of the SAVARA validator.
+
+This component provides support for monitoring the execution of JBossESB services against a
+choreography. Activity and errors (such as out of sequence messages) are reported via JMS
+to a Swing based GUI launched from the SAVARA Eclipse Tools.
+
+The details release notes for all SAVARA 1.0-M1 components can be found at:
+https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12313912&styleName=Html&projectId=12310870&Create=Create


Property changes on: validator/trunk/jbossesb
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.classpath
.project




More information about the savara-commits mailing list