[jboss-cvs] Repository SVN: r25701 - in maven2/org/mobicents/servlet/seam: seam-telco-framework-parent and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 28 10:25:20 EDT 2009


Author: vladimir.ralev at jboss.com
Date: 2009-04-28 10:25:20 -0400 (Tue, 28 Apr 2009)
New Revision: 25701

Added:
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.0/
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.0/seam-telco-framework-parent-2.0.pom
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/maven-metadata-local.xml
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/seam-telco-framework-parent-2.1-SNAPSHOT.pom
   maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/maven-metadata-local.xml
Log:
Add parent

Added: maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.0/seam-telco-framework-parent-2.0.pom
===================================================================
--- maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.0/seam-telco-framework-parent-2.0.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.0/seam-telco-framework-parent-2.0.pom	2009-04-28 14:25:20 UTC (rev 25701)
@@ -0,0 +1,115 @@
+<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.mobicents.servlet.seam</groupId>
+	<artifactId>seam-telco-framework-parent</artifactId>
+	<version>2.0</version>
+	<packaging>pom</packaging>	
+	<name>Mobicents Seam Telco Framework</name>
+	<licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://mobicents.googlecode.com/svn/tags/frameworks/sip-servlets/seam-telco-framework/2.0</connection>
+		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/tags/frameworks/sip-servlets/seam-telco-framework/2.0</developerConnection>
+		<url>http://code.google.com/p/mobicents/source/browse/tags/frameworks/sip-servlets/seam-telco-framework/2.0</url>
+	</scm>
+	<modules>
+		<module>entrypoint</module>
+		<!-- 
+		<module>examples/demo</module>
+		<module>examples/media-framework-demo</module>	
+		-->
+	</modules>
+	
+	<properties>
+		<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
+	</properties>
+	
+	<build>
+		<plugins>
+	<plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-release-plugin</artifactId>
+		<configuration>
+			<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+			<preparationGoals>clean install</preparationGoals>
+                       	<tagBase>
+                               	https://mobicents.googlecode.com/svn/tags/frameworks/sip-servlets/seam-telco-framework
+                       	</tagBase>
+		</configuration>
+	</plugin>
+
+		
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<compilerArguments>
+						<g />
+					</compilerArguments>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-eclipse-plugin</artifactId>
+   				<groupId>org.mobicents.tools</groupId>
+    			<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
+				<inherited>false</inherited>
+				<executions />
+				<configuration>				
+					<!--generateProjectsForModules>true</generateProjectsForModules-->	
+					<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
+					<eclipseProjectName>sip-servlets-bootstrap</eclipseProjectName>
+				</configuration>
+			</plugin>
+		</plugins>
+		<extensions>
+			<extension>
+				<groupId>org.jvnet.wagon-svn</groupId>
+				<artifactId>wagon-svn</artifactId>
+				<version>RELEASE</version>
+			</extension>
+		</extensions>
+	</build>
+	
+	<!-- repositories -->
+	<repositories>
+		<repository>
+			<id>maven2-repository.dev.java.net</id>
+			<name>Java.net Repository for Maven</name>
+			<url>http://download.java.net/maven/2/</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<id>backup.repository.jboss.org</id>
+			<name>JBoss Repository Backup</name>
+			<url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/</url>
+		</repository>
+		<repository>			
+			<id>JbossRepository</id>
+			<name>Jboss Repository</name>
+			<url>http://repository.jboss.org/maven2</url>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</repository>
+		<repository>
+			<id>jboss-snapshots</id>
+			<name>JBoss Snapshot Repository</name>
+			<url>http://snapshots.jboss.org/maven2</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
+</project>

Added: maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/maven-metadata-local.xml
===================================================================
--- maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/maven-metadata-local.xml	                        (rev 0)
+++ maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/maven-metadata-local.xml	2009-04-28 14:25:20 UTC (rev 25701)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.mobicents.servlet.seam</groupId>
+  <artifactId>seam-telco-framework-parent</artifactId>
+  <version>2.1-SNAPSHOT</version>
+  <versioning>
+    <snapshot>
+      <localCopy>true</localCopy>
+    </snapshot>
+    <lastUpdated>20090428142201</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file

Added: maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/seam-telco-framework-parent-2.1-SNAPSHOT.pom
===================================================================
--- maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/seam-telco-framework-parent-2.1-SNAPSHOT.pom	                        (rev 0)
+++ maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/2.1-SNAPSHOT/seam-telco-framework-parent-2.1-SNAPSHOT.pom	2009-04-28 14:25:20 UTC (rev 25701)
@@ -0,0 +1,115 @@
+<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.mobicents.servlet.seam</groupId>
+	<artifactId>seam-telco-framework-parent</artifactId>
+	<version>2.1-SNAPSHOT</version>
+	<packaging>pom</packaging>	
+	<name>Mobicents Seam Telco Framework</name>
+	<licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:svn:http://mobicents.googlecode.com/svn/trunk/frameworks/sip-servlets/seam-telco-framework</connection>
+		<developerConnection>scm:svn:https://mobicents.googlecode.com/svn/trunk/frameworks/sip-servlets/seam-telco-framework</developerConnection>
+		<url>http://code.google.com/p/mobicents/source/browse/trunk/frameworks/sip-servlets/seam-telco-framework</url>
+	</scm>
+	<modules>
+		<module>entrypoint</module>
+		<!-- 
+		<module>examples/demo</module>
+		<module>examples/media-framework-demo</module>	
+		-->
+	</modules>
+	
+	<properties>
+		<mobicents.tools.mavenplugin.eclipse.version>1.0.0.BETA2</mobicents.tools.mavenplugin.eclipse.version>
+	</properties>
+	
+	<build>
+		<plugins>
+	<plugin>
+		<groupId>org.apache.maven.plugins</groupId>
+		<artifactId>maven-release-plugin</artifactId>
+		<configuration>
+			<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+			<preparationGoals>clean install</preparationGoals>
+                       	<tagBase>
+                               	https://mobicents.googlecode.com/svn/tags/frameworks/sip-servlets/seam-telco-framework
+                       	</tagBase>
+		</configuration>
+	</plugin>
+
+		
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<compilerArguments>
+						<g />
+					</compilerArguments>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-eclipse-plugin</artifactId>
+   				<groupId>org.mobicents.tools</groupId>
+    			<version>${mobicents.tools.mavenplugin.eclipse.version}</version>
+				<inherited>false</inherited>
+				<executions />
+				<configuration>				
+					<!--generateProjectsForModules>true</generateProjectsForModules-->	
+					<resolveTransitiveDependencies>true</resolveTransitiveDependencies>
+					<eclipseProjectName>sip-servlets-bootstrap</eclipseProjectName>
+				</configuration>
+			</plugin>
+		</plugins>
+		<extensions>
+			<extension>
+				<groupId>org.jvnet.wagon-svn</groupId>
+				<artifactId>wagon-svn</artifactId>
+				<version>RELEASE</version>
+			</extension>
+		</extensions>
+	</build>
+	
+	<!-- repositories -->
+	<repositories>
+		<repository>
+			<id>maven2-repository.dev.java.net</id>
+			<name>Java.net Repository for Maven</name>
+			<url>http://download.java.net/maven/2/</url>
+			<layout>default</layout>
+		</repository>
+		<repository>
+			<id>backup.repository.jboss.org</id>
+			<name>JBoss Repository Backup</name>
+			<url>http://anonsvn.jboss.org/repos/repository.jboss.org/maven2/</url>
+		</repository>
+		<repository>			
+			<id>JbossRepository</id>
+			<name>Jboss Repository</name>
+			<url>http://repository.jboss.org/maven2</url>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</repository>
+		<repository>
+			<id>jboss-snapshots</id>
+			<name>JBoss Snapshot Repository</name>
+			<url>http://snapshots.jboss.org/maven2</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
+</project>

Added: maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/maven-metadata-local.xml
===================================================================
--- maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/maven-metadata-local.xml	                        (rev 0)
+++ maven2/org/mobicents/servlet/seam/seam-telco-framework-parent/maven-metadata-local.xml	2009-04-28 14:25:20 UTC (rev 25701)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?><metadata>
+  <groupId>org.mobicents.servlet.seam</groupId>
+  <artifactId>seam-telco-framework-parent</artifactId>
+  <version>2.1-SNAPSHOT</version>
+  <versioning>
+    <versions>
+      <version>2.1-SNAPSHOT</version>
+      <version>2.0</version>
+    </versions>
+    <lastUpdated>20090428142242</lastUpdated>
+  </versioning>
+</metadata>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list