Author: fguillaume
Date: Wed Oct 6 14:21:01 2010
New Revision: 1005051
URL: http://svn.apache.org/viewvc?rev=1005051&view=rev
Log:
Don't put generated build-timestamp.txt in source tree
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
Modified:
incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml?rev=1005051&r1=1005050&r2=1005051&view=diff
==============================================================================
---
incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
(original)
+++
incubator/chemistry/opencmis/trunk/chemistry-opencmis-workbench/chemistry-opencmis-workbench/pom.xml
Wed Oct 6 14:21:01 2010
@@ -36,6 +36,11 @@
</properties>
<build>
+ <resources>
+ <resource>
+
<directory>${project.build.directory}/generated-resources</directory>
+ </resource>
+ </resources>
<pluginManagement>
<plugins>
<plugin>
@@ -93,7 +98,7 @@
<property name="workbench.jar"
value="${project.build.finalName}" />
<!-- build timestamp -->
- <echo
file="${basedir}/src/main/resources/META-INF/build-timestamp.txt">Version:
${version} / Build: ${timestamp}</echo>
+ <echo
file="${targetdir}/generated-resources/META-INF/build-timestamp.txt">Version:
${version} / Build: ${timestamp}</echo>
<!-- start scripts -->
<mkdir dir="${targetdir}/start"/>