Author: rfeng
Date: Wed Jan 23 14:56:56 2008
New Revision: 614723
URL: http://svn.apache.org/viewvc?rev=614723&view=rev
Log:
Fix the case for file names to avoid build break as it's case sensitive on
Lunix.
Modified:
incubator/tuscany/java/sdo/tools-test/pom.xml
Modified: incubator/tuscany/java/sdo/tools-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools-test/pom.xml?rev=614723&r1=614722&r2=614723&view=diff
==============================================================================
--- incubator/tuscany/java/sdo/tools-test/pom.xml (original)
+++ incubator/tuscany/java/sdo/tools-test/pom.xml Wed Jan 23 14:56:56 2008
@@ -235,7 +235,7 @@
<id>SubstitutionWithExtensionValues</id>
<configuration>
<schemaFile>
-
${basedir}/src/main/resources/SubstitutionWithExtensionValues.xsd
+
${basedir}/src/main/resources/substitutionWithExtensionValues.xsd
</schemaFile>
<prefix>SEV</prefix>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]