Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: editor/tools/features/com.google.dart.tools.deploy.feature_releng/build_rcp.xml

Issue 9361037: remove closure references (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « editor/docs/README.txt ('k') | editor/tools/plugins/com.google.dart.compiler.js/.classpath » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 This build script will build the Dart RCP and Dart update site. 2 This build script will build the Dart RCP and Dart update site.
3 3
4 This script will setup the PDE build structure and then call into the PDE 4 This script will setup the PDE build structure and then call into the PDE
5 build system. The PDE build system has to run under Eclipse. 5 build system. The PDE build system has to run under Eclipse.
6 --> 6 -->
7 <project name="build_dart" default="build_rcp"> 7 <project name="build_dart" default="build_rcp">
8 8
9 <import file="build-common.xml" /> 9 <import file="build-common.xml" />
10 10
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 <setupTargetEclipse location="${build.target}" eclipse="${build.target.e clipse.version}" 530 <setupTargetEclipse location="${build.target}" eclipse="${build.target.e clipse.version}"
531 arch="${build.eclipse.arch}" /> 531 arch="${build.eclipse.arch}" />
532 <!-- installDirIntoTargetEclipse updatesite="${build.source.root}/third_ party/chromesdk/0.3.0" 532 <!-- installDirIntoTargetEclipse updatesite="${build.source.root}/third_ party/chromesdk/0.3.0"
533 ius="org.chromium.sdk.feature.group" 533 ius="org.chromium.sdk.feature.group"
534 uniqueId="chrome"/ --> 534 uniqueId="chrome"/ -->
535 <!-- installDirIntoTargetEclipse updatesite="${build.source.root}/third_ party/usageprofiler" 535 <!-- installDirIntoTargetEclipse updatesite="${build.source.root}/third_ party/usageprofiler"
536 ius="com.google.gdt.eclipse.usageprofiler.f eature.feature.group" 536 ius="com.google.gdt.eclipse.usageprofiler.f eature.feature.group"
537 uniqueId="profiler"/--> 537 uniqueId="profiler"/-->
538 <delete file="${build.source.root}/third_party/closure_compiler_src/buil d/compiler.jar" 538 <delete file="${build.source.root}/third_party/closure_compiler_src/buil d/compiler.jar"
539 failonerror="false" /> 539 failonerror="false" />
540 <ant antfile="build.xml" dir="${build.source.root}/third_party/closure_c ompiler_src" 540 <!-- closure compiler no longer part of the build
541 inheritall="false" inheritrefs="false" /> 541 ant antfile="build.xml" dir="${build.source.root}/third_party/closure_ compiler_src"
542 inheritall="false" inheritrefs="false" / -->
Mark R Russell 2012/02/08 16:16:25 In another CL we should remove this section
danrubel 2012/02/08 16:21:05 Good idea.
542 <property name="eclipse.runtime.dir" 543 <property name="eclipse.runtime.dir"
543 value="${build.runtime}/eclipse" /> 544 value="${build.runtime}/eclipse" />
544 <mkdir dir="${build.stage.plugins}" /> 545 <mkdir dir="${build.stage.plugins}" />
545 <mkdir dir="${build.stage.features}" /> 546 <mkdir dir="${build.stage.features}" />
546 547
547 <copy todir="${build.stage.plugins}"> 548 <copy todir="${build.stage.plugins}">
548 <fileset dir="${build.source}/tools/plugins"> 549 <fileset dir="${build.source}/tools/plugins">
549 <exclude name="*_test/**" /> 550 <exclude name="*_test/**" />
550 <exclude name="**/bin/**" /> 551 <exclude name="**/bin/**" />
551 </fileset> 552 </fileset>
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 </copy> 630 </copy>
630 </target> 631 </target>
631 632
632 <!-- - - - - - - - - - - - - - - - - - 633 <!-- - - - - - - - - - - - - - - - - -
633 target: doDeploy_rcp 634 target: doDeploy_rcp
634 - - - - - - - - - - - - - - - - - --> 635 - - - - - - - - - - - - - - - - - -->
635 <target name="doDeploy_rcp" depends="init, setupBuild, doBuild_rcp, package_ rcp"> 636 <target name="doDeploy_rcp" depends="init, setupBuild, doBuild_rcp, package_ rcp">
636 </target> 637 </target>
637 638
638 </project> 639 </project>
OLDNEW
« no previous file with comments | « editor/docs/README.txt ('k') | editor/tools/plugins/com.google.dart.compiler.js/.classpath » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698