[Jython-checkins] jython (2.5): Expose task should depend on compile task.

frank.wierzbicki jython-checkins at python.org
Mon Jan 2 23:00:58 CET 2012


http://hg.python.org/jython/rev/10aaf610d148
changeset:   6295:10aaf610d148
branch:      2.5
parent:      6293:abcb98e5b619
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Jan 02 11:33:22 2012 -0800
summary:
  Expose task should depend on compile task.

files:
  build.xml |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -593,7 +593,7 @@
     </target>
 
 
-    <target name="expose" depends="init">
+    <target name="expose" depends="compile">
         <taskdef name="expose" classname="org.python.expose.generate.ExposeTask">
             <classpath>
                 <path refid="main.classpath" />

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list