Author: simonetripodi
Date: Mon Oct 24 20:11:24 2011
New Revision: 1188348
URL: http://svn.apache.org/viewvc?rev=1188348&view=rev
Log:
benchmark dir treated as a source dir
Added:
commons/proper/ognl/trunk/src/benchmarks/
- copied from r1188333, commons/proper/ognl/trunk/benchmarks/
commons/proper/ognl/trunk/src/benchmarks/java/
- copied from r1188335, commons/proper/ognl/trunk/benchmarks/java/
commons/proper/ognl/trunk/src/benchmarks/resources/
- copied from r1188335, commons/proper/ognl/trunk/benchmarks/resources/
Removed:
commons/proper/ognl/trunk/benchmarks/
commons/proper/ognl/trunk/src/benchmarks/src/
Modified:
commons/proper/ognl/trunk/pom.xml
Modified: commons/proper/ognl/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1188348&r1=1188347&r2=1188348&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Oct 24 20:11:24 2011
@@ -440,7 +440,7 @@ limitations under the License.
<build>
<testResources>
<testResource>
- <directory>${basedir}/benchmarks/resources</directory>
+ <directory>${basedir}/src/benchmarks/resources</directory>
</testResource>
</testResources>
@@ -458,7 +458,7 @@ limitations under the License.
</goals>
<configuration>
<sources>
- <source>${basedir}/benchmarks/java</source>
+ <source>${basedir}/src/benchmarks/java</source>
</sources>
</configuration>
</execution>