[richfaces-svn-commits] JBoss Rich Faces SVN: r4959 - trunk/sandbox/samples/combobox-sample.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 21 13:18:36 EST 2007


Author: abelevich
Date: 2007-12-21 13:18:36 -0500 (Fri, 21 Dec 2007)
New Revision: 4959

Removed:
   trunk/sandbox/samples/combobox-sample/pom.xml.bak
Log:


Deleted: trunk/sandbox/samples/combobox-sample/pom.xml.bak
===================================================================
--- trunk/sandbox/samples/combobox-sample/pom.xml.bak	2007-12-21 18:17:47 UTC (rev 4958)
+++ trunk/sandbox/samples/combobox-sample/pom.xml.bak	2007-12-21 18:18:36 UTC (rev 4959)
@@ -1,72 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>samples</artifactId>
-    <groupId>org.richfaces.sandbox</groupId>
-    <version>3.2.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.samples</groupId>
-  <artifactId>combobox-sample</artifactId>
-  <packaging>war</packaging>
-  <name>JSF Maven Webapp</name>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <finalName>webapp</finalName>
-    <plugins>
-      <plugin>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty-plugin</artifactId>
-        <version>6.1.1</version>
-        <configuration>
-          <scanIntervalSeconds>10</scanIntervalSeconds>
-          <connectors>
-            <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-              <port>8080</port>
-              <maxIdleTime>60000</maxIdleTime>
-            </connector>
-          </connectors>
-        </configuration>
-      </plugin>
-    </plugins>
-	<finalName>combobox-sample</finalName>
-
-  </build>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>mortbay-repo</id>
-      <name>mortbay-repo</name>
-      <url>http://www.mortbay.org/maven2/snapshot</url>
-    </pluginRepository>
-    <pluginRepository>
-      <id>repository.jboss.com</id>
-      <name>Jboss Repository for Maven Artifacts</name>
-      <url>http://repository.jboss.com/maven2</url>
-    </pluginRepository>
-  </pluginRepositories>
-  <dependencies>
-	<dependency>
-			<groupId>org.richfaces.samples</groupId>
-			<artifactId>skins</artifactId>
-		  <version>3.2.0-SNAPSHOT</version>
-    </dependency>
-  	
-    <dependency>
-            <groupId>org.richfaces.ui</groupId>
-            <artifactId>core</artifactId>
-            <version>3.2.0-SNAPSHOT</version>
-    </dependency>
-
-	<dependency>
-            <groupId>org.richfaces.ui</groupId>
-            <artifactId>suggestionbox</artifactId>
-          <version>3.2.0-SNAPSHOT</version>
-   </dependency>
-
-
-   <dependency>
-     	<groupId>org.richfaces.sandbox.ui</groupId>
-	    <artifactId>combobox</artifactId>
-		 <version>3.2.0-SNAPSHOT</version>
-	 </dependency>
-  </dependencies>
-</project>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list