Author: brett
Date: Mon Jun 11 07:32:04 2007
New Revision: 546159
URL: http://svn.apache.org/viewvc?view=rev&rev=546159
Log:
another IDE fix
Modified:
maven/continuum/trunk/continuum-data-management/continuum-legacy/pom.xml
Modified: maven/continuum/trunk/continuum-data-management/continuum-legacy/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-data-management/continuum-legacy/pom.xml?view=diff&rev=546159&r1=546158&r2=546159
==============================================================================
--- maven/continuum/trunk/continuum-data-management/continuum-legacy/pom.xml (original)
+++ maven/continuum/trunk/continuum-data-management/continuum-legacy/pom.xml Mon Jun 11 07:32:04
2007
@@ -100,7 +100,7 @@
</execution>
<execution>
<id>hack-resources</id>
- <phase>process-resources</phase>
+ <phase>process-classes</phase>
<configuration>
<tasks>
<!-- Workaround for MODELLO-91 -->
@@ -111,10 +111,11 @@
<replace dir="target/classes/META-INF" token='name="changecomment"' value='name="comment"'/>
<replace dir="target/classes/META-INF" token='name="changedate"' value='name="date"'/>
<replace dir="target/classes/META-INF" token='name="scheduledelay"' value='name="delay"'/>
- <!-- TODO: can we remove this? -->
<move file="target/classes/META-INF/package.jdorepl"
tofile="target/classes/META-INF/package.jdorepl109"/>
- <copy file="target/classes/META-INF/package.jdo" tofile="target/classes/META-INF/package.jdo109"/>
+ <move file="target/classes/META-INF/package.jdo" tofile="target/classes/META-INF/package.jdo109"/>
+ <delete file="target/classes/package.jdo" />
+ <delete file="target/classes/package.jdorepl" />
</tasks>
</configuration>
<goals>
|