[richfaces-svn-commits] JBoss Rich Faces SVN: r14439 - branches/community/3.3.X/test-applications/richfaces-docs.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Jun 2 10:17:55 EDT 2009


Author: msorokin
Date: 2009-06-02 10:17:55 -0400 (Tue, 02 Jun 2009)
New Revision: 14439

Removed:
   branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419
deleting the file


Deleted: branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/richfaces-docs/pom.xml	2009-06-02 14:16:54 UTC (rev 14438)
+++ branches/community/3.3.X/test-applications/richfaces-docs/pom.xml	2009-06-02 14:17:55 UTC (rev 14439)
@@ -1,121 +0,0 @@
-<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.richfaces.docs</groupId>
-    <artifactId>richfaces-docs</artifactId>
-    <packaging>pom</packaging>
-    <version>1.0-SNAPSHOT</version>
-    <name>richfaces-docs</name>
-    <properties>
-		<projectName>richfaces-docs</projectName>
-		<richfacesVersion>3.3.2-SNAPSHOT</richfacesVersion>
-		<seamVersion>2.0.1.GA</seamVersion>
-
-		<droolsVersion>4.0.0</droolsVersion>
-		<faceletsVersion>1.1.14</faceletsVersion>
-		
-	</properties>
-    <repositories>
-        
-        <repository>
-            <id>snapshots.jboss.org</id>
-            <name>Snapshot Jboss Repository for Maven</name>
-            <url>http://snapshots.jboss.org/maven2/</url>
-        </repository>
-
-<repository>
-            <id>repository.jboss.com</id>
-            <name>Jboss Repository for Maven</name>
-            <url>http://repository.jboss.com/maven2/</url>
-        </repository>
-
-
-
-
-
-        <repository>
-            <id>repository.exadel.com</id>
-            <name>Exadel Maven 2 Repository</name>
-            <url>http://repository.exadel.com/</url>
-        </repository>
-
-
-    </repositories>
-
-    <modules>
-        <module>ear</module>
-        <module>ejb</module>
-        <module>web</module>
-    </modules>
-<!--dependencies>
-	
-	 <dependency>
-
-            <groupId>javax.faces</groupId>
-
-            <artifactId>jsf-api</artifactId>
-
-            <version>1.2_12</version>
-<scope>provided</scope>
-        </dependency>
-
-        <dependency>
-
-            <groupId>javax.faces</groupId>
-
-             <artifactId>jsf-impl</artifactId>
-
-             <version>1.2_12</version>
-<scope>provided</scope>
-         </dependency>
-</dependencies-->
-	
-	
-    <build>
-	
-	
-	
-	
-	<plugins>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-ejb-plugin</artifactId>
-			<configuration>
-				<ejbVersion>3.0</ejbVersion>
-			</configuration>
-		</plugin>
-	</plugins>
-	
-	<pluginManagement>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-eclipse-plugin</artifactId>
-				<version>2.5</version>
-					<configuration>
-						<downloadSources>true</downloadSources>
-						<downloadJavadocs>false</downloadJavadocs>
-						<projectNameTemplate>[artifactId]-[version]</projectNameTemplate>
-						<wtpmanifest>true</wtpmanifest>
-						<wtpapplicationxml>true</wtpapplicationxml>
-						<wtpversion>2.0</wtpversion>
-						<classpathContainers>
-							<classpathContainer>org.eclipse.jdt.launching.JDK_CONTAINER</classpathContainer>
-						</classpathContainers>
-					</configuration>
-				</plugin>
-
-
-	<plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-			</plugins>
-		</pluginManagement>
-    </build>
-
-</project>




More information about the richfaces-svn-commits mailing list