|
From: <das...@us...> - 2008-10-29 22:28:21
|
Revision: 1191
http://vlab.svn.sourceforge.net/vlab/?rev=1191&view=rev
Author: dasil014
Date: 2008-10-29 22:28:17 +0000 (Wed, 29 Oct 2008)
Log Message:
-----------
Basic libraries added to pom of the Web Service Task Executor
Modified Paths:
--------------
trunk/vlab/portal/input-portlet/pom.xml
Modified: trunk/vlab/portal/input-portlet/pom.xml
===================================================================
--- trunk/vlab/portal/input-portlet/pom.xml 2008-10-29 20:54:04 UTC (rev 1190)
+++ trunk/vlab/portal/input-portlet/pom.xml 2008-10-29 22:28:17 UTC (rev 1191)
@@ -1,200 +1,209 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
- <parent>
- <artifactId>portal-dependent-project</artifactId>
- <relativePath>../portal-dependent-project</relativePath>
- <groupId>edu.umn.msi.vlab</groupId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>input-portlet</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>war</packaging>
-
- <name>pwscf input generation</name>
- <description>A JSF portlet for generating pwscf input (single-calc and eularian-strain) as part of the vlab-portlets package.</description>
- <url>http://vlab.msi.umn.edu</url>
- <build>
- <testResources>
- <testResource>
- <directory>src/test/resources</directory>
- </testResource>
- </testResources>
- <finalName>input-portlet</finalName>
- <plugins>
- <plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>netbeans-freeform-maven-plugin</artifactId>
- <configuration>
- <additionalFolders>src/main/webapp</additionalFolders>
- <additionalGoals>source:war</additionalGoals>
- <additionalGoals>clean install</additionalGoals>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>**/TestSubmission.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <repositories>
- <repository>
- <id>bollig-repo</id>
- <name>Evan Bollig's Personal Maven2 Repo (bo...@ms... for support)</name>
- <url>http://www.scs.fsu.edu/~bollig/maven/repository</url>
- </repository>
- </repositories>
- <dependencies>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>pwscf-input-beans</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>vlab-base</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>vlab-db</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>vlab-common</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>pseudo-potential-repository</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>edu.umn.msi.vlab</groupId>
- <artifactId>test-utils</artifactId>
- <version>1.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-portlet</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>gridsphere</groupId>
- <artifactId>portlet-jsr-api</artifactId>
- </dependency>
- <dependency>
- <groupId>gridsphere</groupId>
- <artifactId>gridsphere-ui-tags</artifactId>
- </dependency>
- <dependency>
- <groupId>cgl</groupId>
- <artifactId>crossHash</artifactId>
- <version>0.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>1.1_02</version>
- </dependency>
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>1.1_02</version>
- </dependency>
- <dependency>
- <groupId>taglibs</groupId>
- <artifactId>standard</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.5</version>
- <exclusions>
- <exclusion>
- <artifactId>xml-apis</artifactId>
- <groupId>xml-apis</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>[2.1,)</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-bean-collections</artifactId>
- <version>1.7.0</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xerces</artifactId>
- <version>1.4.0</version>
- </dependency>
- <dependency>
- <groupId>commons-fileupload</groupId>
- <artifactId>commons-fileupload</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>castor</groupId>
- <artifactId>castor</artifactId>
- <version>0.9.9.1</version>
- </dependency>
- <!--
- <dependency>
- <groupId>castor</groupId>
- <artifactId>castor</artifactId>
- <version>0.9.5.3</version>
- <scope>test</scope>
- </dependency>
- -->
- <dependency>
- <groupId>postgresql</groupId>
- <artifactId>postgresql</artifactId>
- <version>8.1-404.jdbc3</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <parent>
+ <artifactId>portal-dependent-project</artifactId>
+ <relativePath>../portal-dependent-project</relativePath>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>input-portlet</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>war</packaging>
+
+ <name>pwscf input generation</name>
+ <description>
+ A JSF portlet for generating pwscf input (single-calc and
+ eularian-strain) as part of the vlab-portlets package.
+ </description>
+ <url>http://vlab.msi.umn.edu</url>
+ <build>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ </testResource>
+ </testResources>
+ <finalName>input-portlet</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-maven2-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>netbeans-freeform-maven-plugin</artifactId>
+ <configuration>
+ <additionalFolders>
+ src/main/webapp
+ </additionalFolders>
+ <additionalGoals>source:war</additionalGoals>
+ <additionalGoals>clean install</additionalGoals>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/TestSubmission.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <repositories>
+ <repository>
+ <id>bollig-repo</id>
+ <name>
+ Evan Bollig's Personal Maven2 Repo (bo...@ms...
+ for support)
+ </name>
+ <url>http://www.scs.fsu.edu/~bollig/maven/repository</url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>pwscf-input-beans</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>vlab-base</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>vlab-db</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>vlab-common</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>pseudo-potential-repository</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>edu.umn.msi.vlab</groupId>
+ <artifactId>test-utils</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-portlet</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>gridsphere</groupId>
+ <artifactId>portlet-jsr-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>gridsphere</groupId>
+ <artifactId>gridsphere-ui-tags</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>cgl</groupId>
+ <artifactId>crossHash</artifactId>
+ <version>0.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>1.1_02</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>1.1_02</version>
+ </dependency>
+ <dependency>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>1.5</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>xml-apis</artifactId>
+ <groupId>xml-apis</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>[2.1,)</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-bean-collections</artifactId>
+ <version>1.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xerces</artifactId>
+ <version>1.4.0</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-fileupload</groupId>
+ <artifactId>commons-fileupload</artifactId>
+ <version>1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <version>1.1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>castor</groupId>
+ <artifactId>castor</artifactId>
+ <version>0.9.9.1</version>
+ </dependency>
+ <!--
+ <dependency>
+ <groupId>castor</groupId>
+ <artifactId>castor</artifactId>
+ <version>0.9.5.3</version>
+ <scope>test</scope>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>8.1-404.jdbc3</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|