[Jsimplebrowser-svn] SF.net SVN: jsimplebrowser: [50] trunk
Status: Alpha
Brought to you by:
rdimarco
|
From: <ebe...@us...> - 2007-08-13 23:07:04
|
Revision: 50
http://jsimplebrowser.svn.sourceforge.net/jsimplebrowser/?rev=50&view=rev
Author: ebernstein
Date: 2007-08-13 16:04:26 -0700 (Mon, 13 Aug 2007)
Log Message:
-----------
fix mailing lists, point scm to trunk and add repositories for selenium and neko
Modified Paths:
--------------
trunk/core/pom.xml
trunk/pom.xml
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2007-08-13 22:51:16 UTC (rev 49)
+++ trunk/core/pom.xml 2007-08-13 23:04:26 UTC (rev 50)
@@ -1,57 +1,57 @@
<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>
- <parent>
- <groupId>com.software416.jsimplebrowser</groupId>
- <artifactId>jsimplebrowser</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
- <name>JSimpleBrowser Core Classes</name>
- <artifactId>jsimplebrowser-core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>jar</packaging>
- <dependencies>
- <dependency>
- <groupId>com.google.guice</groupId>
- <artifactId>guice</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
- <dependency>
- <groupId>org.cyberneko</groupId>
- <artifactId>html-core</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </dependency>
- </dependencies>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.software416.jsimplebrowser</groupId>
+ <artifactId>jsimplebrowser</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <name>JSimpleBrowser Core Classes</name>
+ <artifactId>jsimplebrowser-core</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.cyberneko</groupId>
+ <artifactId>html-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </dependency>
+ </dependencies>
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-08-13 22:51:16 UTC (rev 49)
+++ trunk/pom.xml 2007-08-13 23:04:26 UTC (rev 50)
@@ -1,225 +1,237 @@
<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.software416.jsimplebrowser</groupId>
- <artifactId>jsimplebrowser</artifactId>
- <name>JSimpleBrowser</name>
- <version>1.0.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-<licenses>
- <license>
- <name>GPL</name>
- <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
-</licenses>
-<developers>
- <developer>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.software416.jsimplebrowser</groupId>
+ <artifactId>jsimplebrowser</artifactId>
+ <name>JSimpleBrowser</name>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <licenses>
+ <license>
+ <name>GPL</name>
+ <url>http://www.gnu.org/licenses/gpl-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
<name>Rob Di Marco</name>
<email>rob.dimarco (at) 416software.com</email>
<url>http://www.416software.com</url>
</developer>
-</developers>
+ </developers>
- <issueManagement>
- <url>http://sourceforge.net/tracker/?group_id=202645</url>
- </issueManagement>
+ <issueManagement>
+ <url>http://sourceforge.net/tracker/?group_id=202645</url>
+ </issueManagement>
<mailingLists>
<mailingList>
<name>User List</name>
- <subscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-users</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-users</unsubscribe>
+ <subscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-users</subscribe>
+ <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-users</unsubscribe>
<post>jsi...@li...</post>
</mailingList>
<mailingList>
<name>Developer List</name>
- <subscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-devel</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-devel</unsubscribe>
+ <subscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-devel</subscribe>
+ <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-devel</unsubscribe>
<post>jsi...@li...</post>
</mailingList>
<mailingList>
<name>Subversion Commit List</name>
- <subscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-svn</subscribe>
- <unsubscribe>http://lists.sourceforge.net/lists/listsinfo/jsimplebrowser-svn</unsubscribe>
+ <subscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-svn</subscribe>
+ <unsubscribe>http://lists.sourceforge.net/lists/listinfo/jsimplebrowser-svn</unsubscribe>
<post>jsi...@li...</post>
</mailingList>
</mailingLists>
<scm>
- <connection>scm:svn:https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser</connection>
- <developerConnection>scm:svn:https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser</developerConnection>
+ <connection>scm:svn:https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser/trunk/</connection>
+ <developerConnection>scm:svn:https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser/trunk/</developerConnection>
<tag>HEAD</tag>
<url>https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser</url>
</scm>
- <distributionManagement>
- <snapshotRepository>
- <id>snapshots</id>
- <uniqueVersion>true</uniqueVersion>
- <url>http://invincible.dynalias.com:8081/artifactory/libs-snapshots</url>
- </snapshotRepository>
- <repository>
- <id>central</id>
- <uniqueVersion>false</uniqueVersion>
- <url>http://invincible.dynalias.com:8081/artifactory/libs-snapshots</url>
- </repository>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>snapshots</id>
+ <uniqueVersion>true</uniqueVersion>
+ <url>http://invincible.dynalias.com:8081/artifactory/libs-snapshots</url>
+ </snapshotRepository>
+ <repository>
+ <id>central</id>
+ <uniqueVersion>false</uniqueVersion>
+ <url>http://invincible.dynalias.com:8081/artifactory/libs-snapshots</url>
+ </repository>
<site>
<id>website</id>
<url>scp://shell.sourceforge.net/home/groups/j/js/jsimplebrowser/htdocs</url>
</site>
- </distributionManagement>
- <url>http://jsimplebrowser.sourceforge.net/</url>
- <modules>
- <module>core</module>
- <module>client</module>
- <module>selenium-client</module>
- </modules>
- <build>
- <defaultGoal>install</defaultGoal>
- <sourceDirectory>src/main/java</sourceDirectory>
- <testSourceDirectory>src/test/java</testSourceDirectory>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- <argLine>-Xmx300m</argLine>
- <printSummary>true</printSummary>
- <reportFormat>plain</reportFormat>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>clean</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>1.0.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>org.cyberneko</groupId>
- <artifactId>html-core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.3</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1-rc1</version>
- </dependency>
- <dependency>
- <groupId>org.openqa.selenium.client-drivers</groupId>
- <artifactId>selenium-java-client-driver</artifactId>
- <version>0.9.2-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>com.google.guice</groupId>
- <artifactId>guice</artifactId>
- <version>1.0</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <reporting>
- <plugins>
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXref>true</linkXref>
- <sourceEncoding>utf-8</sourceEncoding>
- <minimumTokens>80</minimumTokens>
- <targetJdk>1.6</targetJdk>
- </configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>cpd</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <minmemory>128m</minmemory>
- <maxmemory>512m</maxmemory>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
- </plugin>
+ </distributionManagement>
+ <url>http://jsimplebrowser.sourceforge.net/</url>
+ <modules>
+ <module>core</module>
+ <module>client</module>
+ <module>selenium-client</module>
+ </modules>
+ <build>
+ <defaultGoal>install</defaultGoal>
+ <sourceDirectory>src/main/java</sourceDirectory>
+ <testSourceDirectory>src/test/java</testSourceDirectory>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/*Test.java</include>
+ </includes>
+ <argLine>-Xmx300m</argLine>
+ <printSummary>true</printSummary>
+ <reportFormat>plain</reportFormat>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cyberneko</groupId>
+ <artifactId>html-core</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.3</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1-rc1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openqa.selenium.client-drivers</groupId>
+ <artifactId>selenium-java-client-driver</artifactId>
+ <version>0.9.2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>com.google.code.guice</groupId>
+ <artifactId>guice</artifactId>
+ <version>1.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <sourceEncoding>utf-8</sourceEncoding>
+ <minimumTokens>80</minimumTokens>
+ <targetJdk>1.6</targetJdk>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>cpd</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
-
- </plugins>
- </reporting>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <minmemory>128m</minmemory>
+ <maxmemory>512m</maxmemory>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jxr-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ </plugins>
+ </reporting>
+ <repositories>
+ <repository>
+ <name>jsimplebrowser</name>
+ <id>jsimplebrowser</id>
+ <url>http://jsimplebrowser.sourceforge.net/maven2/</url>
+ </repository>
+ <repository>
+ <name>openqa</name>
+ <id>openqa</id>
+ <url>http://maven.openqa.org/</url>
+ </repository>
+ </repositories>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|