Grep for 'scramble' and see what you find. profiler_support_root2
authorjglick@netbeans.org
Tue, 06 Sep 2005 19:56:21 +0000
changeset 6390ff512900edf4
parent 6389 053bd319b2a3
child 6391 d5c3ac922884
Grep for 'scramble' and see what you find.
htmldiff/build-diff.xml
j2ee.blueprints/build.xml
javax.jmi.model/build.xml
javax.jmi.reflect/build.xml
pmd/build.xml
tomcat5.bundled/build.xml
     1.1 --- a/htmldiff/build-diff.xml	Tue Sep 06 16:28:26 2005 +0000
     1.2 +++ b/htmldiff/build-diff.xml	Tue Sep 06 19:56:21 2005 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  http://www.sun.com/
     1.5  
     1.6  The Original Code is NetBeans. The Initial Developer of the Original
     1.7 -Code is Sun Microsystems, Inc. Portions Copyright 1997-2003 Sun
     1.8 +Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
     1.9  Microsystems, Inc. All Rights Reserved.
    1.10  -->
    1.11  <project default="all" name="Build Differences Between NetBeans APIs">
    1.12 @@ -17,9 +17,6 @@
    1.13      <property name="old-nb" location="sources/old" /> 
    1.14      <property name="old-javadoc" location="${old-nb}/nbbuild/modules_javadoc" />
    1.15      
    1.16 -    <property name="netbeans.no.pre.unscramble" value="true" />
    1.17 -    
    1.18 -    
    1.19      <target name="old-co" description="Checkouts the sources for the old version" >
    1.20          <cvs 
    1.21              dest="${old-nb}"
     2.1 --- a/j2ee.blueprints/build.xml	Tue Sep 06 16:28:26 2005 +0000
     2.2 +++ b/j2ee.blueprints/build.xml	Tue Sep 06 19:56:21 2005 +0000
     2.3 @@ -52,7 +52,7 @@
     2.4                 source="1.4" includeantruntime="false" />
     2.5      </target>
     2.6      
     2.7 -    <!-- Unscramble and unzip blueprints-solutions-catalog.zip into build -->
     2.8 +    <!-- Unzip blueprints-solutions-catalog.zip into build -->
     2.9      <target name="extra-solutions">
    2.10          <property name="examples" location="${build.classes.dir}/org/netbeans/modules/j2ee/blueprints"/>
    2.11          <unzip dest="${examples}" src="../external/blueprints-solutions-catalog.zip"/>
     3.1 --- a/javax.jmi.model/build.xml	Tue Sep 06 16:28:26 2005 +0000
     3.2 +++ b/javax.jmi.model/build.xml	Tue Sep 06 19:56:21 2005 +0000
     3.3 @@ -15,11 +15,7 @@
     3.4  
     3.5      <import file="../../nbbuild/templates/projectized.xml"/>
     3.6  
     3.7 -    <target name="unscramble">
     3.8 -        <ant dir="${external.dir}" target="unscramble"/>
     3.9 -    </target>
    3.10 -
    3.11 -    <target name="release" depends="init,unscramble">
    3.12 +    <target name="release" depends="init">
    3.13          <mkdir dir="${cluster}/modules/ext"/>
    3.14          <copy todir="${cluster}/modules/ext">
    3.15              <fileset dir="${external.dir}">
     4.1 --- a/javax.jmi.reflect/build.xml	Tue Sep 06 16:28:26 2005 +0000
     4.2 +++ b/javax.jmi.reflect/build.xml	Tue Sep 06 19:56:21 2005 +0000
     4.3 @@ -14,11 +14,7 @@
     4.4  <project basedir="." default="netbeans" name="mdr/jmi">
     4.5      <import file="../../nbbuild/templates/projectized.xml"/>
     4.6  
     4.7 -    <target name="unscramble">
     4.8 -        <ant dir="${external.dir}" target="unscramble"/>
     4.9 -    </target>
    4.10 -
    4.11 -    <target name="release" depends="init,unscramble">
    4.12 +    <target name="release" depends="init">
    4.13          <mkdir dir="${cluster}/modules/ext"/>
    4.14          <copy todir="${cluster}/modules/ext">
    4.15              <fileset dir="${external.dir}">
     5.1 --- a/pmd/build.xml	Tue Sep 06 16:28:26 2005 +0000
     5.2 +++ b/pmd/build.xml	Tue Sep 06 19:56:21 2005 +0000
     5.3 @@ -34,7 +34,6 @@
     5.4      <property name="dist.base" value="www.netbeans.org/download/nbms/40"/>
     5.5  
     5.6      <target name="init">
     5.7 -        <ant dir="../../libs/external" target="unscramble"/>
     5.8          <mkdir dir="tmp"/>
     5.9          <unzip src="../../libs/external/pmd-netbeans35-bin-0.91.zip" dest="tmp">
    5.10              <patternset>
     6.1 --- a/tomcat5.bundled/build.xml	Tue Sep 06 16:28:26 2005 +0000
     6.2 +++ b/tomcat5.bundled/build.xml	Tue Sep 06 19:56:21 2005 +0000
     6.3 @@ -18,7 +18,6 @@
     6.4    <property name="tomcat.filename" value="jakarta-tomcat-5.5.7"/>
     6.5  
     6.6    <target name="init" depends="default.init">
     6.7 -    <ant dir="${nb_all}/tomcatint/external" target="unscramble"/>
     6.8      <patternset id="tomcatint/tomcat5/bundled.files">
     6.9        <include name="modules/eager/tomcat5-bundled.jar"/>
    6.10        <include name="${tomcat.filename}/**"/>