You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/15 14:21:30 UTC

svn commit: r765152 - /incubator/shindig/branches/1.0.x-incubating/pom.xml

Author: vsiveton
Date: Wed Apr 15 12:21:29 2009
New Revision: 765152

URL: http://svn.apache.org/viewvc?rev=765152&view=rev
Log:
o add the version in the generation of eclipse files

Modified:
    incubator/shindig/branches/1.0.x-incubating/pom.xml

Modified: incubator/shindig/branches/1.0.x-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/pom.xml?rev=765152&r1=765151&r2=765152&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/pom.xml Wed Apr 15 12:21:29 2009
@@ -820,9 +820,9 @@
           <groupId>org.apache.maven.plugins </groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
           <version>2.5.1</version>
-<!--          <configuration>-->
-<!--            <projectNameTemplate>${project.groupId}-${project.artifactId}</projectNameTemplate>-->
-<!--          </configuration>-->
+          <configuration>
+            <addVersionToProjectName>true</addVersionToProjectName>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>