[Tynstep-svn] r180 - trunk
ChrisBurrell at crosswire.org
ChrisBurrell at crosswire.org
Fri Aug 27 05:46:20 MST 2010
Author: ChrisBurrell
Date: 2010-08-27 05:46:20 -0700 (Fri, 27 Aug 2010)
New Revision: 180
Removed:
trunk/pom.xml
Log:
deleting main pom
Deleted: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-08-27 12:46:01 UTC (rev 179)
+++ trunk/pom.xml 2010-08-27 12:46:20 UTC (rev 180)
@@ -1,250 +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>com.tyndalehouse</groupId>
- <artifactId>step-parent</artifactId>
- <packaging>pom</packaging>
- <version>0.1-SNAPSHOT</version>
- <name>step-parent</name>
-
- <properties>
- <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
- <project.reporting.outputEncoding>iso-8859-1</project.reporting.outputEncoding>
- <java.version>1.5</java.version>
- <gwt.version>2.1.0.M2</gwt.version>
- <db.directory>${user.home}/TyndaleStep/StepDB</db.directory>
- <derby.version>10.5.3.0_1</derby.version>
- <db.driver>org.apache.derby.jdbc.EmbeddedDriver</db.driver>
- <db.connection.string>jdbc:derby:${db.directory}</db.connection.string>
- <commons-configuration.version>1.6</commons-configuration.version>
- <mvp4g.version>1.2.0-SNAPSHOT</mvp4g.version>
- </properties>
-
- <scm>
- <connection>scm:svn:https://crosswire.org/svn/tynstep/trunk</connection>
- <developerConnection>scm:svn:https://crosswire.org/svn/tynstep/trunk</developerConnection>
- <url>https://crosswire.org/svn/tynstep/trunk/</url>
- </scm>
-
- <repositories>
- <repository>
- <id>mvp4g repository</id>
- <url>https://mvp4g.googlecode.com/svn/maven2/snapshots/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>gwt repository</id>
- <url>https://google-web-toolkit.googlecode.com/svn/2.1.0.M2/gwt/maven</url>
- </repository>
- <repository>
- <id>jboss repository</id>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
- </repositories>
-
- <modules>
- <module>step-dataloader</module>
- <module>step-web-shared</module>
- <module>step-web-server</module>
- <module>step-web-app</module>
- <module>step-server</module>
- <module>step-tools</module>
- </modules>
-
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.crosswire</groupId>
- <artifactId>jsword</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.crosswire</groupId>
- <artifactId>jsword-common</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.gwt</groupId>
- <artifactId>gwt-servlet</artifactId>
- <version>${gwt.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.google.gwt</groupId>
- <artifactId>gwt-user</artifactId>
- <version>${gwt.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>com.google.gwt</groupId>
- <artifactId>gwt-dev</artifactId>
- <version>${gwt.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>com.googlecode.gwt.inject
- </groupId>
- <artifactId>gin</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.inject.extensions
- </groupId>
- <artifactId>guice-servlet</artifactId>
- <version>2.0</version>
- </dependency>
-
- <dependency>
- <groupId>net.customware.gwt.dispatch
- </groupId>
- <artifactId>gwt-dispatch</artifactId>
- <version>1.0.0</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.code.gwt-log</groupId>
- <artifactId>gwt-log</artifactId>
- <version>3.0.1</version>
- </dependency>
-
- <dependency>
- <groupId>com.extjs</groupId>
- <artifactId>gxt</artifactId>
- <version>2.1.1</version>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- </dependency>
-
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- </dependency>
-
- <dependency>
- <groupId>commons-dbutils</groupId>
- <artifactId>commons-dbutils</artifactId>
- <version>1.3</version>
- </dependency>
-
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.5</version>
- </dependency>
-
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.jmock</groupId>
- <artifactId>jmock-junit4</artifactId>
- <version>2.5.1</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derbyclient</artifactId>
- <version>${derby.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>${derby.version}</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>net.sf.opencsv</groupId>
- <artifactId>opencsv</artifactId>
- <version>2.1</version>
- </dependency>
-
- <dependency>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <version>${commons-configuration.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.googlecode.mvp4g</groupId>
- <artifactId>mvp4g</artifactId>
- <version>${mvp4g.version}</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
-
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <encoding>iso-8859-1</encoding>
- <source>${java.version}</source>
- <target>${java.version}</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <junitArtifactName>junit:junit-dep
- </junitArtifactName>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.1.1</version>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <configuration>
- <downloadSources>true</downloadSources>
- <downloadJavadocs>false</downloadJavadocs>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
-
- <plugins>
-
- </plugins>
- </build>
-</project>
More information about the Tynstep-svn
mailing list