Revision: 707
http://xmpp4js.svn.sourceforge.net/xmpp4js/?rev=707&view=rev
Author: h-iverson
Date: 2008-05-24 11:19:17 -0700 (Sat, 24 May 2008)
Log Message:
-----------
was getting error about attaching two artifacts, so I removed the compressed one
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-05-18 19:39:40 UTC (rev 706)
+++ trunk/pom.xml 2008-05-24 18:19:17 UTC (rev 707)
@@ -80,6 +80,7 @@
</browsers>
</configuration>
<executions>
+ <!--
<execution>
<id>compress</id>
<phase>compile</phase>
@@ -87,6 +88,7 @@
<goal>attach-compressed</goal>
</goals>
</execution>
+ -->
</executions>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|