svn commit: r1297463 - /cocoon/cocoon3/trunk/cocoon-sax/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: simonetripodi
Date: Tue Mar 6 13:17:03 2012
New Revision: 1297463
URL: http://svn.apache.org/viewvc?rev=1297463&view=rev
Log:
don't hardcode target dir, but rather deduce it
Modified:
cocoon/cocoon3/trunk/cocoon-sax/pom.xml
Modified: cocoon/cocoon3/trunk/cocoon-sax/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-sax/pom.xml?rev=1297463&r1=1297462&r2=1297463&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-sax/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-sax/pom.xml Tue Mar 6 13:17:03 2012
@@ -130,7 +130,7 @@
</goals>
<configuration>
<sources>
- <source>target/generated-sources/javacc</source>
+ <source>${project.build.directory}/generated-sources/javacc</source>
</sources>
</configuration>
</execution>
@@ -155,7 +155,7 @@
<classpath />
<argument>org.apache.xalan.xsltc.cmdline.Compile</argument>
<argument>-d</argument>
- <argument>target/test-classes</argument>
+ <argument>${project.build.directory}/test-classes</argument>
<argument>-p</argument>
<argument>org.apache.cocoon.sax</argument>
<argument>-o</argument>