svn commit: r1227099 - /cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Wed Jan 4 10:18:32 2012
New Revision: 1227099
URL: http://svn.apache.org/viewvc?rev=1227099&view=rev
Log:
Let's remove outputDirectory from here as well, otherwise our poor Eclipse will go crazy (why not upgrade to Netbeans, hence?) :-P
Modified:
cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml
Modified: cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml?rev=1227099&r1=1227098&r2=1227099&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-block/src/main/resources/archetype-resources/pom.xml Wed Jan 4 10:18:32 2012
@@ -143,8 +143,6 @@
</dependencies>
<build>
- <outputDirectory>${project.build.directory}/rcl/webapp/WEB-INF/classes</outputDirectory>
-
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>