[seam-commits] Seam SVN: r11481 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Sep 11 15:41:09 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-09-11 15:41:09 -0400 (Fri, 11 Sep 2009)
New Revision: 11481

Added:
   branches/community/Seam_2_2/build/flex.pom.xml
Modified:
   branches/community/Seam_2_2/build/common.build.xml
   branches/community/Seam_2_2/build/root.pom.xml
Log:
JBSEAM-4409

Modified: branches/community/Seam_2_2/build/common.build.xml
===================================================================
--- branches/community/Seam_2_2/build/common.build.xml	2009-09-11 19:39:06 UTC (rev 11480)
+++ branches/community/Seam_2_2/build/common.build.xml	2009-09-11 19:41:09 UTC (rev 11481)
@@ -106,6 +106,7 @@
 		<pomfile name="ioc.pom" value="${build.dir}/ioc.pom.xml" />
 		<pomfile name="mail.pom" value="${build.dir}/mail.pom.xml" />
 		<pomfile name="pdf.pom" value="${build.dir}/pdf.pom.xml" />
+		<pomfile name="flex.pom" value="${build.dir}/flex.pom.xml" />
 		<pomfile name="excel.pom" value="${build.dir}/excel.pom.xml" />
 		<pomfile name="rss.pom" value="${build.dir}/rss.pom.xml" />
 		<pomfile name="remoting.pom" value="${build.dir}/remoting.pom.xml" />
@@ -121,23 +122,25 @@
 		<copyDependencies id="ioc" pom="${ioc.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="mail" pom="${mail.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="pdf" pom="${pdf.pom}" todir="${lib.dir}" scope="runtime" />
+		<copyDependencies id="flex" pom="${flex.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="excel" pom="${excel.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="remoting" pom="${remoting.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="resteasy" pom="${resteasy.pom}" todir="${lib.dir}" scope="runtime" />
 		<copyDependencies id="ui" pom="${ui.pom}" todir="${lib.dir}" scope="runtime" />
-	   <copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}/gen" scope="runtime" />
+		<copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}/gen" scope="runtime" />
 		<copyDependencies id="core" pom="${core.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="debug" pom="${debug.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="wicket" pom="${wicket.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="ioc" pom="${ioc.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="mail" pom="${mail.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="pdf" pom="${pdf.pom}" todir="${lib.dir}" scope="compile" />
+		<copyDependencies id="flex" pom="${flex.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="excel" pom="${excel.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="rss" pom="${rss.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="remoting" pom="${remoting.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="resteasy" pom="${resteasy.pom}" todir="${lib.dir}" scope="compile" />
 		<copyDependencies id="ui" pom="${ui.pom}" todir="${lib.dir}" scope="compile" />
-	   <copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}/gen" scope="compile" />
+		<copyDependencies id="gen" pom="${gen.pom}" todir="${lib.dir}/gen" scope="compile" />
 		<property name="copyseamdependenciesdone" value="true" />
 	</target>
 
@@ -149,6 +152,7 @@
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ioc" version="${complete.version}" />
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-mail" version="${complete.version}" />
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-pdf" version="${complete.version}" />
+			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-flex" version="${complete.version}" />
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-remoting" version="${complete.version}" />
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-resteasy" version="${complete.version}" />
 			<dependency groupId="org.jboss.seam" artifactId="jboss-seam-ui" version="${complete.version}" />
@@ -190,6 +194,7 @@
 			<deploy pom="${remoting.pom}" jar="${seam.dir}/lib/jboss-seam-remoting.jar" repositoryId="@{repositoryId}" />
 			<deploy pom="${resteasy.pom}" jar="${seam.dir}/lib/jboss-seam-resteasy.jar" repositoryId="@{repositoryId}" />
 			<deploy pom="${pdf.pom}" jar="${seam.dir}/lib/jboss-seam-pdf.jar" repositoryId="@{repositoryId}" />
+			<deploy pom="${flex.pom}" jar="${seam.dir}/lib/jboss-seam-flex.jar" repositoryId="@{repositoryId}" />
 			<deploy pom="${excel.pom}" jar="${seam.dir}/lib/jboss-seam-excel.jar" repositoryId="@{repositoryId}" />
 			<deploy pom="${rss.pom}" jar="${seam.dir}/lib/jboss-seam-rss.jar" repositoryId="@{repositoryId}" />
 			<deploy pom="${mail.pom}" jar="${seam.dir}/lib/jboss-seam-mail.jar" repositoryId="@{repositoryId}" />
@@ -218,6 +223,7 @@
 	            <propertyref name="remoting.pom" />
 	            <propertyref name="resteasy.pom" />
 	            <propertyref name="pdf.pom" />
+	            <propertyref name="flex.pom" />
 	            <propertyref name="rss.pom" />
 	            <propertyref name="gen.pom" />
 	            <propertyref name="excel.pom" />
@@ -255,14 +261,15 @@
 					<propertyref name="parent.pom" />
 					<propertyref name="ui.pom" />
 					<propertyref name="remoting.pom" />
-           	   <propertyref name="resteasy.pom" />
+           				<propertyref name="resteasy.pom" />
 					<propertyref name="gen.pom" />
 					<propertyref name="pdf.pom" />
+					<propertyref name="flex.pom" />
 					<propertyref name="excel.pom" />
 					<propertyref name="ioc.pom" />
 					<propertyref name="mail.pom" />
 					<propertyref name="debug.pom" />
-           	   <propertyref name="wicket.pom" />
+           				<propertyref name="wicket.pom" />
 					<propertyref name="testng.jvmargs"/>
 				</propertyset>
            	</ant>
@@ -295,6 +302,7 @@
 	            <propertyref name="resteasy.pom" />
 	            <propertyref name="gen.pom" />
 	            <propertyref name="pdf.pom" />
+	            <propertyref name="flex.pom" />
 	            <propertyref name="rss.pom" />
 	            <propertyref name="excel.pom" />
 	            <propertyref name="ioc.pom" />
@@ -361,6 +369,7 @@
 		<outputDependencyReport module="remoting" />
 		<outputDependencyReport module="mail" />
 		<outputDependencyReport module="pdf" />
+		<outputDependencyReport module="flex" />
 		<outputDependencyReport module="excel" />
 		<outputDependencyReport module="rss" />
 		<outputDependencyReport module="ioc" />

Added: branches/community/Seam_2_2/build/flex.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/flex.pom.xml	                        (rev 0)
+++ branches/community/Seam_2_2/build/flex.pom.xml	2009-09-11 19:41:09 UTC (rev 11481)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.jboss.seam</groupId>
+	<artifactId>jboss-seam-flex</artifactId>
+	<parent>
+		<groupId>org.jboss.seam</groupId>
+		<artifactId>parent</artifactId>
+		<version>@seam.version@</version>
+	</parent>
+  
+    <!-- See parent pom for notes on how to declare dependencies -->
+
+	<dependencies>
+	    <dependency>
+	          <groupId>com.adobe.blazeds</groupId>
+		  <artifactId>blazeds-common</artifactId>
+            </dependency>
+	    <dependency>
+	          <groupId>com.adobe.blazeds</groupId>
+		  <artifactId>blazeds-core</artifactId>
+            </dependency>
+	    <dependency>
+	          <groupId>com.adobe.blazeds</groupId>
+		  <artifactId>blazeds-remoting</artifactId>
+            </dependency>
+	    <dependency>
+	          <groupId>com.adobe.blazeds</groupId>
+		  <artifactId>blazeds-proxy</artifactId>
+            </dependency>
+
+		<dependency>
+			<groupId>org.jboss.seam</groupId>
+			<artifactId>jboss-seam</artifactId>
+			<type>ejb</type>
+		</dependency>
+
+		<dependency>
+			<groupId>org.jboss.seam</groupId>
+			<artifactId>jboss-seam-ui</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>com.sun.facelets</groupId>
+			<artifactId>jsf-facelets</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.faces</groupId>
+			<artifactId>jsf-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>javax.servlet</groupId>
+			<artifactId>servlet-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>javax.el</groupId>
+			<artifactId>el-api</artifactId>
+			<scope>provided</scope>
+		</dependency>
+		
+	</dependencies>
+
+</project>

Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml	2009-09-11 19:39:06 UTC (rev 11480)
+++ branches/community/Seam_2_2/build/root.pom.xml	2009-09-11 19:41:09 UTC (rev 11481)
@@ -985,6 +985,30 @@
       </dependency>
 
       <dependency>
+          <groupId>com.adobe.blazeds</groupId>
+          <artifactId>blazeds-common</artifactId>
+          <version>3.2.0.3978</version>
+      </dependency>
+
+      <dependency>
+          <groupId>com.adobe.blazeds</groupId>
+          <artifactId>blazeds-proxy</artifactId>
+          <version>3.2.0.3978</version>
+      </dependency>
+
+      <dependency>
+          <groupId>com.adobe.blazeds</groupId>
+          <artifactId>blazeds-core</artifactId>
+          <version>3.2.0.3978</version>
+      </dependency>
+
+      <dependency>
+          <groupId>com.adobe.blazeds</groupId>
+          <artifactId>blazeds-remoting</artifactId>
+          <version>3.2.0.3978</version>
+      </dependency>
+
+      <dependency>
         <groupId>com.lowagie</groupId>
         <artifactId>itext</artifactId>
         <version>2.1.2</version>



More information about the seam-commits mailing list