You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/16 03:12:06 UTC

svn commit: r628225 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: lindner
Date: Fri Feb 15 18:12:01 2008
New Revision: 628225

URL: http://svn.apache.org/viewvc?rev=628225&view=rev
Log:
SHINDIG-3
mvn eclipse:eclipse works for me without this patch, however it also
works fine with this patch, so apply.  Might need to update website docs


Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=628225&r1=628224&r2=628225&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Fri Feb 15 18:12:01 2008
@@ -37,6 +37,13 @@
          </configuration>  
       </plugin>
       <plugin>
+          <groupId>org.apache.maven.plugins </groupId>
+          <artifactId>maven-eclipse-plugin</artifactId>
+          <configuration>
+              <wtpversion>1.0</wtpversion>
+          </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>