You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2013/03/08 04:04:13 UTC

svn commit: r1454226 - /accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project

Author: elserj
Date: Fri Mar  8 03:04:13 2013
New Revision: 1454226

URL: http://svn.apache.org/r1454226
Log:
Fix the .project to the remove the -archetype from the generated code

Modified:
    accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project

Modified: accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project
URL: http://svn.apache.org/viewvc/accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project?rev=1454226&r1=1454225&r2=1454226&view=diff
==============================================================================
--- accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project (original)
+++ accumulo/contrib/instamo-archetype/trunk/src/main/resources/archetype-resources/.project Fri Mar  8 03:04:13 2013
@@ -3,7 +3,7 @@
 #set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>${artifactId}-archetype</name>
+	<name>${artifactId}</name>
 	<comment></comment>
 	<projects>
 	</projects>