svn commit: r1226965 - /cocoon/cocoon3/trunk/cocoon-sample/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
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>