diff options
Diffstat (limited to 'cpp/install/common/makewindist.py')
-rwxr-xr-x | cpp/install/common/makewindist.py | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/cpp/install/common/makewindist.py b/cpp/install/common/makewindist.py index 2a0f252eae7..38fbf82f82e 100755 --- a/cpp/install/common/makewindist.py +++ b/cpp/install/common/makewindist.py @@ -55,12 +55,11 @@ def cleanIceDists(sourcesDir, sourcesVersion, installVersion): #
# Ice for Java
#
- # XXX- Its very unclear why we would rebuild Java since all of
- # the files we need here are already built.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ # Leave Ice for Java alone. Everything that is needed is already
+ # included in the source distribution.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
- # os.chdir(os.path.join(sourcesDir, "IceJ-" + sourcesVersion))
- # print "Cleaning in " + os.getcwd() + "..."
- # runprog("ant clean")
#
# Ice for C#
@@ -153,12 +152,11 @@ def buildIceDists(stageDir, sourcesDir, sourcesVersion, installVersion): #
# Ice for Java
#
- # XXX- Its very unclear why we would rebuild Java since all of
- # the files we need here are already built.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ # Leave Ice for Java alone. Everything that is needed is already
+ # included in the source distribution.
+ # XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
- # os.chdir(os.path.join(sourcesDir, "IceJ-" + sourcesVersion))
- # print "Building in " + os.getcwd() + "..."
- # runprog("ant")
#
# Ice for C#
|