From 92ad658496934c76f2b486020c6a61cf9a2e1a4a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 26 Apr 2008 22:45:59 +0000 Subject: [PATCH] poms are now generated automatically --- spring-binding/pom.xml | 63 ------------------ spring-faces/pom.xml | 78 ---------------------- spring-js/pom.xml | 47 -------------- spring-webflow/pom.xml | 144 ----------------------------------------- 4 files changed, 332 deletions(-) delete mode 100644 spring-binding/pom.xml delete mode 100644 spring-faces/pom.xml delete mode 100644 spring-js/pom.xml delete mode 100644 spring-webflow/pom.xml diff --git a/spring-binding/pom.xml b/spring-binding/pom.xml deleted file mode 100644 index 6500a315..00000000 --- a/spring-binding/pom.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - 4.0.0 - org.springframework.webflow - spring-binding - jar - Spring Binding - 2.0.0.RC1 - Spring Data Binding Framework - An internal module used by Spring Web Flow - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.1.1 - - - org.springframework - spring-beans - 2.5.3 - - - org.springframework - spring-context - 2.5.3 - - - org.springframework - spring-core - 2.5.3 - - - - ognl - ognl - 2.6.9 - true - - - javax.el - el-api - 1.0 - provided - - - diff --git a/spring-faces/pom.xml b/spring-faces/pom.xml deleted file mode 100644 index 4bc5d2f1..00000000 --- a/spring-faces/pom.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - 4.0.0 - org.springframework.webflow - spring-faces - jar - Spring Faces - 2.0.0.RC1 - Spring Faces Framework - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.1.1 - - - org.springframework.webflow - spring-webflow - ${project.version} - - - - - javax.el - el-api - 1.0 - provided - - - javax.servlet - servlet-api - 2.4 - provided - - - javax.faces - jsf-api - 1.2_08 - provided - - - javax.faces - jsf-impl - 1.2_08 - provided - - - com.sun.facelets - jsf-facelets - 1.1.13 - true - - - org.richfaces.framework - richfaces-api - 3.1.4.GA - true - - - diff --git a/spring-js/pom.xml b/spring-js/pom.xml deleted file mode 100644 index b8d4cdb7..00000000 --- a/spring-js/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - 4.0.0 - org.springframework.webflow - spring-js - jar - Spring JavaScript - 2.0.0.RC1 - Spring JavaScript - An internal module used by Spring Web Flow and Spring Faces - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.1.1 - - - org.springframework - spring-core - 2.5.3 - - - - javax.servlet - servlet-api - 2.4 - provided - - - diff --git a/spring-webflow/pom.xml b/spring-webflow/pom.xml deleted file mode 100644 index 4f1530db..00000000 --- a/spring-webflow/pom.xml +++ /dev/null @@ -1,144 +0,0 @@ - - - 4.0.0 - org.springframework.webflow - spring-webflow - jar - Spring Web Flow - 2.0.0.RC1 - Spring Web Flow - http://www.springframework.org - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - scm:svn:https://svn.sourceforge.net/svnroot/springframework/spring-webflow - http://svn.sourceforge.net/viewcvs.cgi/springframework/spring-webflow - - - Spring Framework - http://www.springframework.org/ - - - - - commons-logging - commons-logging - 1.1.1 - - - org.springframework - spring-beans - 2.5.3 - - - org.springframework - spring-context - 2.5.3 - - - org.springframework - spring-core - 2.5.3 - - - org.springframework - spring-web - 2.5.3 - - - org.springframework - spring-webmvc - 2.5.3 - - - org.springframework.webflow - spring-binding - ${project.version} - - - - backport-util-concurrent - backport-util-concurrent - 3.0 - true - - - javax.el - el-api - 1.0 - provided - - - javax.persistence - persistence-api - 1.0 - provided - - - javax.portlet - portlet-api - 1.0 - provided - - - javax.servlet - servlet-api - 2.4 - provided - - - org.hibernate - hibernate - 3.2.5.ga - true - - - javax.transaction - jta - - - - - ognl - ognl - 2.6.9 - true - - - org.springframework - spring-orm - 2.5.3 - true - - - org.springframework - spring-webmvc-portlet - 2.5.3 - true - - - org.springframework - spring-tx - 2.5.3 - true - - - org.springframework.security - spring-security-core - 2.0-M2 - true - - - junit - junit - 3.8.2 - true - - -