You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/02/07 20:31:58 UTC

svn commit: r619588 - in /geronimo/server/branches/2.0: maven-plugins/testsuite-maven-plugin/ repository/ repository/jtidy/ repository/jtidy/jtidy/ repository/jtidy/jtidy/8.0-20060801/

Author: dwoods
Date: Thu Feb  7 11:31:55 2008
New Revision: 619588

URL: http://svn.apache.org/viewvc?rev=619588&view=rev
Log:
remove jtidy-8.0-SNAPSHOT depend by including it in our local repo

Added:
    geronimo/server/branches/2.0/repository/jtidy/
    geronimo/server/branches/2.0/repository/jtidy/jtidy/
    geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/
    geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar   (with props)
    geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar.md5
    geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom   (with props)
    geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom.md5
Modified:
    geronimo/server/branches/2.0/maven-plugins/testsuite-maven-plugin/pom.xml
    geronimo/server/branches/2.0/repository/pom.xml

Modified: geronimo/server/branches/2.0/maven-plugins/testsuite-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/maven-plugins/testsuite-maven-plugin/pom.xml?rev=619588&r1=619587&r2=619588&view=diff
==============================================================================
--- geronimo/server/branches/2.0/maven-plugins/testsuite-maven-plugin/pom.xml (original)
+++ geronimo/server/branches/2.0/maven-plugins/testsuite-maven-plugin/pom.xml Thu Feb  7 11:31:55 2008
@@ -55,7 +55,7 @@
         <dependency>
             <groupId>jtidy</groupId>
             <artifactId>jtidy</artifactId>
-            <version>8.0-SNAPSHOT</version>
+            <version>8.0-20060801</version>
         </dependency>
         <dependency>
             <groupId>ant</groupId>
@@ -75,6 +75,7 @@
         </plugins>
     </build>
     
+    <!-- No longer needed, as we have a copy of JTidy in our local repo
     <repositories>
         <repository>
             <id>jtidy.sourceforge</id>
@@ -86,5 +87,6 @@
             </snapshots>
         </repository>
     </repositories>
+    -->
     
 </project>

Added: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar?rev=619588&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar.md5
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar.md5?rev=619588&view=auto
==============================================================================
--- geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar.md5 (added)
+++ geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.jar.md5 Thu Feb  7 11:31:55 2008
@@ -0,0 +1 @@
+3c0739c6778e4d3a53e2348b3147c727  jtidy-8.0-20060801.jar

Added: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom?rev=619588&view=auto
==============================================================================
--- geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom (added)
+++ geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom Thu Feb  7 11:31:55 2008
@@ -0,0 +1,31 @@
+<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>jtidy</groupId>
+  <artifactId>jtidy</artifactId>
+  <version>8.0-20060801</version>
+  <name>JTidy</name>
+  <url>http://jtidy.sourceforge.net</url>
+  <description>JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM parser for real-world HTML.</description>
+
+  <organization>
+    <name>JTidy</name>
+    <url>http://jtidy.sf.net</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>Java HTML Tidy License</name>
+      <url>http://svn.sourceforge.net/viewvc/*checkout*/jtidy/trunk/jtidy/LICENSE.txt?revision=95</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</connection>
+    <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</developerConnection>
+    <url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/trunk/jtidy/</url>
+  </scm>
+
+</project>

Propchange: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom.md5
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom.md5?rev=619588&view=auto
==============================================================================
--- geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom.md5 (added)
+++ geronimo/server/branches/2.0/repository/jtidy/jtidy/8.0-20060801/jtidy-8.0-20060801.pom.md5 Thu Feb  7 11:31:55 2008
@@ -0,0 +1 @@
+474c4ae8c42a3a920443e00ed1d84cc1  jtidy-8.0-20060801.pom

Modified: geronimo/server/branches/2.0/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/repository/pom.xml?rev=619588&r1=619587&r2=619588&view=diff
==============================================================================
--- geronimo/server/branches/2.0/repository/pom.xml (original)
+++ geronimo/server/branches/2.0/repository/pom.xml Thu Feb  7 11:31:55 2008
@@ -120,6 +120,12 @@
             <version>3.2-r579367</version>
         </dependency>
 
+        <dependency>
+            <groupId>jtidy</groupId>
+            <artifactId>jtidy</artifactId>
+            <version>8.0-20060801</version>
+        </dependency>
+
     </dependencies>
 
     <repositories>