Update of /cvsroot/squirrel-sql/mavenize/thirdparty-non-maven/treetable
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv30691/thirdparty-non-maven/treetable
Modified Files:
pom.xml
Log Message:
Fixed scm url.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/thirdparty-non-maven/treetable/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 26 Jan 2010 18:06:20 -0000 1.1
--- pom.xml 26 Jan 2010 18:10:21 -0000 1.2
***************
*** 18,27 ****
</license>
</licenses>
- <!--
- No known source code repository exists for this code, but it is available as a source archive from the
- scm url below
- -->
<scm>
! <url>http://java.sun.com/products/jfc/tsc/articles/treetable1/downloads/sources.zip</url>
</scm>
<developers>
--- 18,24 ----
</license>
</licenses>
<scm>
! <connection>scm:cvs:pserver:ano...@sq...:/cvsroot/squirrel-sql</connection>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/mavenize/thirdparty-non-maven/treetable/</url>
</scm>
<developers>
|