You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2012/01/03 22:59:44 UTC

svn commit: r1226965 - /cocoon/cocoon3/trunk/cocoon-sample/pom.xml

Author: reinhard
Date: Tue Jan  3 21:59:44 2012
New Revision: 1226965

URL: http://svn.apache.org/viewvc?rev=1226965&view=rev
Log:
remove the outputDirectory because it confuses Eclipse (i.e. the RunJettyRun plugin doesn't see all classpath resources)

Modified:
    cocoon/cocoon3/trunk/cocoon-sample/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sample/pom.xml?rev=1226965&r1=1226964&r2=1226965&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sample/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sample/pom.xml Tue Jan  3 21:59:44 2012
@@ -132,7 +132,6 @@
   </dependencies>
 
   <build>
-    <outputDirectory>${project.build.directory}/rcl/webapp/WEB-INF/classes</outputDirectory>
     <plugins>
       <plugin>
         <groupId>org.apache.cocoon</groupId>