You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/01/23 23:56:56 UTC

svn commit: r614723 - /incubator/tuscany/java/sdo/tools-test/pom.xml

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: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org