[jython/jython252rc3] Copy over demo.

Andrew Overholt overholt at fedoraproject.org
Sun Jan 30 18:07:34 UTC 2011


commit b0a72542de4539c9e9ad3fdbe14d6d208496efe4
Author: Andrew Overholt <overholt at redhat.com>
Date:   Sun Jan 30 11:01:05 2011 -0700

    Copy over demo.

 jython.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/jython.spec b/jython.spec
index 485c7b0..1dc0fda 100644
--- a/jython.spec
+++ b/jython.spec
@@ -112,6 +112,9 @@ ant \
   -Dcpython.license.file=%{_defaultdocdir}/python-%{pyver}/LICENSE \
   brand-readme-version pycompile javadoc
 
+# To avoid doing a full build but get the demo stuff into dist:
+ant -Dfull-build=true copy-full
+
 # remove #! from python files
 pushd dist
   for f in `find . -name '*.py'`


More information about the scm-commits mailing list