You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/06/05 15:54:21 UTC

svn commit: r411793 - /myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Author: schof
Date: Mon Jun  5 06:54:21 2006
New Revision: 411793

URL: http://svn.apache.org/viewvc?rev=411793&view=rev
Log:
minor tweak to pom

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=411793&r1=411792&r2=411793&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Mon Jun  5 06:54:21 2006
@@ -60,7 +60,7 @@
                                             <classifier>sources</classifier>
                                         </artifactItem>
                                     </artifactItems>
-                                    <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/source</outputDirectory>
+                                    <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/src</outputDirectory>
                                 </configuration>
                             </execution>
                         </executions>