[Jsimplebrowser-svn] SF.net SVN: jsimplebrowser: [39] trunk
Status: Alpha
Brought to you by:
rdimarco
|
From: <rdi...@us...> - 2007-08-10 16:12:56
|
Revision: 39
http://jsimplebrowser.svn.sourceforge.net/jsimplebrowser/?rev=39&view=rev
Author: rdimarco
Date: 2007-08-10 09:12:54 -0700 (Fri, 10 Aug 2007)
Log Message:
-----------
Added website information to the pom.xml
Modified Paths:
--------------
trunk/core/pom.xml
trunk/pom.xml
Added Paths:
-----------
trunk/src/
trunk/src/site/
trunk/src/site/apt/
trunk/src/site/site.xml
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2007-08-10 15:47:57 UTC (rev 38)
+++ trunk/core/pom.xml 2007-08-10 16:12:54 UTC (rev 39)
@@ -5,6 +5,7 @@
<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>
@@ -40,21 +41,11 @@
<groupId>org.cyberneko</groupId>
<artifactId>html-core</artifactId>
</dependency>
-<!--
<dependency>
- <groupId>jtidy</groupId>
- <artifactId>jtidy</artifactId>
- </dependency>
--->
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>
<dependency>
- <groupId>net.htmlparser.jericho-html</groupId>
- <artifactId>jericho-html</artifactId>
- </dependency>
- <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-08-10 15:47:57 UTC (rev 38)
+++ trunk/pom.xml 2007-08-10 16:12:54 UTC (rev 39)
@@ -5,6 +5,51 @@
<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>
+
+ <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>
+ <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>
+ <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>
+ <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>
+ <tag>HEAD</tag>
+ <url>https://jsimplebrowser.svn.sourceforge.net/svnroot/jsimplebrowser</url>
+ </scm>
+
<distributionManagement>
<snapshotRepository>
<id>snapshots</id>
@@ -16,6 +61,10 @@
<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>
@@ -29,12 +78,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
- <compilerArguments>
- <verbose />
- <bootclasspath>${java.home}/lib/rt.jar</bootclasspath>
- </compilerArguments>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
<plugin>
@@ -104,22 +149,12 @@
<artifactId>html-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
- <!--<dependency>
- <groupId>jtidy</groupId>
- <artifactId>jtidy</artifactId>
- <version>8.0-SNAPSHOT</version>
- </dependency>-->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.3</version>
</dependency>
<dependency>
- <groupId>net.htmlparser.jericho-html</groupId>
- <artifactId>jericho-html</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1-rc1</version>
Added: trunk/src/site/site.xml
===================================================================
--- trunk/src/site/site.xml (rev 0)
+++ trunk/src/site/site.xml 2007-08-10 16:12:54 UTC (rev 39)
@@ -0,0 +1,19 @@
+<project name="JSimpleBrowser">
+ <publishDate position="left" format="MM-dd-yyyy hh:mm" />
+ <bannerLeft>
+ <name>Sourceforge</name>
+ <src>http://sflogo.sourceforge.net/sflogo.php?group_id=202645&amp;type=2</src>
+ <href>http://sourceforge.net/projects/jsimplebrowser</href>
+ </bannerLeft>
+ <body>
+ <links>
+ <item name="JSimpleBrowser SourceForge project page" href="http://sourceforge.net/projects/jsimplebrowser" />
+ </links>
+ <menu name="Subprojects">
+ <item name="Core Classes" href="/multiproject/core/index.html" />
+ </menu>
+
+ ${reports}
+
+ </body>
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|