Author: smartini
Date: Fri Oct 28 10:34:30 2011
New Revision: 1190237

URL: http://svn.apache.org/viewvc?rev=1190237&view=rev
Log:
updated to new workspace (in eclipse 3.7.1)

Modified:
    pivot/skunk/pivot-archetype-quickstart/.classpath
    pivot/skunk/pivot-archetype-quickstart/.project

Modified: pivot/skunk/pivot-archetype-quickstart/.classpath
URL: 
http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/.classpath?rev=1190237&r1=1190236&r2=1190237&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/.classpath (original)
+++ pivot/skunk/pivot-archetype-quickstart/.classpath Fri Oct 28 10:34:30 2011
@@ -3,6 +3,7 @@
        <classpathentry excluding="**" kind="src" output="target/classes" 
path="src/main/resources"/>
        <classpathentry excluding="**" kind="src" output="target/test-classes" 
path="src/test/resources"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+       <classpathentry kind="con" 
path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
        <classpathentry kind="con" 
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: pivot/skunk/pivot-archetype-quickstart/.project
URL: 
http://svn.apache.org/viewvc/pivot/skunk/pivot-archetype-quickstart/.project?rev=1190237&r1=1190236&r2=1190237&view=diff
==============================================================================
--- pivot/skunk/pivot-archetype-quickstart/.project (original)
+++ pivot/skunk/pivot-archetype-quickstart/.project Fri Oct 28 10:34:30 2011
@@ -15,8 +15,14 @@
                        <arguments>
                        </arguments>
                </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.m2e.core.maven2Builder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
        </buildSpec>
        <natures>
+               <nature>org.eclipse.m2e.core.maven2Nature</nature>
                <nature>org.eclipse.jdt.core.javanature</nature>
                <nature>org.maven.ide.eclipse.maven2Nature</nature>
        </natures>


Reply via email to