diff options
Diffstat (limited to 'java/eclipse/files/patch-features-org.eclipse.help.source-build.xml')
-rw-r--r-- | java/eclipse/files/patch-features-org.eclipse.help.source-build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/files/patch-features-org.eclipse.help.source-build.xml b/java/eclipse/files/patch-features-org.eclipse.help.source-build.xml index d722c0718b5a..a0fa9f87a491 100644 --- a/java/eclipse/files/patch-features-org.eclipse.help.source-build.xml +++ b/java/eclipse/files/patch-features-org.eclipse.help.source-build.xml @@ -6,7 +6,7 @@ </target> + <target name="rootFilesfreebsd_gtk_x86"> + </target> -+ <target name="rootFilesfreebsd_gtk_amd64"> ++ <target name="rootFilesfreebsd_gtk_x86_64"> + </target> <target name="rootFilessolaris_gtk_sparc"> </target> @@ -16,7 +16,7 @@ <antcall target="rootFileslinux_gtk_s390x"/> <antcall target="rootFileslinux_motif_x86"/> + <antcall target="rootFilesfreebsd_gtk_x86"/> -+ <antcall target="rootFilesfreebsd_gtk_amd64"/> ++ <antcall target="rootFilesfreebsd_gtk_x86_64"/> <antcall target="rootFilessolaris_gtk_sparc"/> <antcall target="rootFilessolaris_gtk_x86"/> <antcall target="rootFilessolaris_motif_sparc"/> |