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

Unified Diff: compiler/dartc.xml

Issue 10005005: Removes remants of precompiled .jar files from dartc build (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « compiler/dart-compiler.gyp ('k') | compiler/scripts/generate_my_projects.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/dartc.xml
diff --git a/compiler/dartc.xml b/compiler/dartc.xml
index 30b724c0105ede07786d8e142ddb727db54b10a9..3d5761b5bfab93b88124d214620d54aff654fd81 100644
--- a/compiler/dartc.xml
+++ b/compiler/dartc.xml
@@ -6,12 +6,6 @@
<project default="dist">
<import file="sources.xml"/>
<import file="test_sources.xml"/>
- <import file="corelib_sources.xml"/>
- <import file="compiler_corelib_sources.xml"/>
- <import file="domlib_sources.xml"/>
- <import file="htmllib_sources.xml"/>
- <import file="jsonlib_sources.xml"/>
- <import file="isolatelib_sources.xml"/>
<!--
The file build.properties does not exist. If provided, properties can be customized.
@@ -137,7 +131,7 @@
<copy file="scripts/dartc.sh" tofile="${dist.dir}/bin/dartc">
<filterset>
- <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:$DARTC_LIBS/isolatelib.jar:${dartc.classpath.runtime.unix}"/>
+ <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:${dartc.classpath.runtime.unix}"/>
</filterset>
</copy>
<chmod file="${dist.dir}/bin/dartc" perm="a+rx"/>
@@ -151,7 +145,7 @@
<include name="dartc_metrics.sh"/>
</fileset>
<filterset>
- <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:$DARTC_LIBS/corelib.jar:$DARTC_LIBS/domlib.jar:$DARTC_LIBS/htmllib.jar:$DARTC_LIBS/jsonlib.jar:$DARTC_LIBS/isolatelib.jar:${dartc.classpath.runtime.unix}"/>
+ <filter token="CLASSPATH" value="$DARTC_LIBS/dartc.jar:${dartc.classpath.runtime.unix}"/>
</filterset>
</copy>
<chmod file="${build.dir}/dartc_run.sh" perm="a+rx"/>
« no previous file with comments | « compiler/dart-compiler.gyp ('k') | compiler/scripts/generate_my_projects.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698