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.1.0.qualifier" | 5 version="0.1.0.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 868 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 | 879 |
880 <plugin | 880 <plugin |
881 id="org.eclipse.equinox.p2.repository" | 881 id="org.eclipse.equinox.p2.repository" |
882 download-size="0" | 882 download-size="0" |
883 install-size="0" | 883 install-size="0" |
884 version="0.0.0" | 884 version="0.0.0" |
885 unpack="false"/> | 885 unpack="false"/> |
886 | 886 |
887 <!-- The next four are required by org.eclipse.ltk.ui.refactoring --> | 887 <!-- The next four are required by org.eclipse.ltk.ui.refactoring --> |
888 <plugin | 888 <plugin |
889 id="org.eclipse.ui.navigator" | |
890 download-size="0" | |
891 install-size="0" | |
892 version="0.0.0" | |
893 unpack="false"/> | |
894 | |
895 <plugin | |
896 id="org.eclipse.compare" | 889 id="org.eclipse.compare" |
897 download-size="0" | 890 download-size="0" |
898 install-size="0" | 891 install-size="0" |
899 version="0.0.0" | 892 version="0.0.0" |
900 unpack="false"/> | 893 unpack="false"/> |
901 | |
902 <plugin | |
903 id="org.eclipse.team.core" | |
904 download-size="0" | |
905 install-size="0" | |
906 version="0.0.0" | |
907 unpack="false"/> | |
908 | |
909 <plugin | |
910 id="org.eclipse.team.ui" | |
911 download-size="0" | |
912 install-size="0" | |
913 version="0.0.0" | |
914 unpack="false"/> | |
915 | 894 |
916 </feature> | 895 </feature> |
OLD | NEW |