Revision: 6179
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6179&view=rev
Author: manningr
Date: 2011-03-08 03:06:23 +0000 (Tue, 08 Mar 2011)
Log Message:
-----------
Fixed malformed rtext artifact to include which had the groupId but no value for the artifactId.
Modified Paths:
--------------
trunk/sql12/installer/pom.xml
Modified: trunk/sql12/installer/pom.xml
===================================================================
--- trunk/sql12/installer/pom.xml 2011-03-06 20:15:41 UTC (rev 6178)
+++ trunk/sql12/installer/pom.xml 2011-03-08 03:06:23 UTC (rev 6179)
@@ -118,7 +118,7 @@
<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-syntax</includedArtifact>
<includedArtifact>net.sf.squirrel-sql.thirdparty-non-maven:ostermiller-bte</includedArtifact>
<includedArtifact>com.fifesoft:rsyntaxtextarea</includedArtifact>
- <includedArtifact>com.fifesoft.rtext</includedArtifact>
+ <includedArtifact>com.fifesoft.rtext:rtext</includedArtifact>
<includedArtifact>org.springframework:spring-beans</includedArtifact>
<includedArtifact>net.sf.squirrel-sql:squirrel-sql</includedArtifact>
<includedArtifact>org.springframework:spring-context-support</includedArtifact>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|