OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <feature | 2 <feature |
3 id="com.google.dart.tools.eclipse.platform.feature" | 3 id="com.google.dart.tools.eclipse.platform.feature" |
4 label="%featureName" | 4 label="%featureName" |
5 version="0.0.1.qualifier" | 5 version="0.0.1.qualifier" |
6 provider-name="%providerName"> | 6 provider-name="%providerName"> |
7 | 7 |
8 <description url="http://www.example.com/description"> | 8 <description url="http://www.example.com/description"> |
9 %description | 9 %description |
10 </description> | 10 </description> |
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
885 version="0.0.0" | 885 version="0.0.0" |
886 unpack="false"/> | 886 unpack="false"/> |
887 | 887 |
888 <plugin | 888 <plugin |
889 id="org.eclipse.compare" | 889 id="org.eclipse.compare" |
890 download-size="0" | 890 download-size="0" |
891 install-size="0" | 891 install-size="0" |
892 version="0.0.0" | 892 version="0.0.0" |
893 unpack="false"/> | 893 unpack="false"/> |
894 | 894 |
895 <plugin | |
896 id="org.junit" | |
897 download-size="0" | |
898 install-size="0" | |
899 version="0.0.0" | |
900 unpack="true"/> | |
901 | |
902 <plugin | |
903 id="org.eclipse.team.core" | |
danrubel
2013/03/01 21:58:15
I don't believe that team is needed for the Dart E
devoncarew
2013/03/01 23:02:54
OK, removed. We were referencing it form one test
| |
904 download-size="0" | |
905 install-size="0" | |
906 version="0.0.0" | |
907 unpack="false"/> | |
908 | |
909 <plugin | |
910 id="org.hamcrest.core" | |
911 download-size="0" | |
912 install-size="0" | |
913 version="0.0.0" | |
914 unpack="false"/> | |
915 | |
895 </feature> | 916 </feature> |
OLD | NEW |