Author: mcbrown
Date: 2006-07-29 22:10:47 +0200 (Sat, 29 Jul 2006)
New Revision: 2886
Log:
Adjusted eclipse build so that plugin references are sorted before, rather than after, the
final directory rename
Modified:
trunk/make.d/xml-eclipse
Modified: trunk/make.d/xml-eclipse
===================================================================
--- trunk/make.d/xml-eclipse 2006-07-29 20:06:44 UTC (rev 2885)
+++ trunk/make.d/xml-eclipse 2006-07-29 20:10:47 UTC (rev 2886)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 613 bytes
@@ -11,9 +11,9 @@
--output $@-tmp/ \
$(MYSQL_ECLIPSE_XSL) \
$<
+ sed -e 's/com.mysql.refman/com.mysql.$(BASE_DIR)/' <$@-tmp/plugin.xml
>$@-tmp/plugin.xml.new
+ mv $@-tmp/plugin.xml.new $@-tmp/plugin.xml
mv $@-tmp $@
- sed -e 's/com.mysql.refman/com.mysql.$(BASE_DIR)/' <$@/plugin.xml
>$@/plugin.xml.new
- mv $@/plugin.xml.new $@/plugin.xml
clean::
$(RM) -rf *.eclipse *.eclipse-tmp
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2886 - trunk/make.d | mcbrown | 29 Jul |