* r1506047
   Add swig_diff target to the __SWIG_PERL__ and __SWIG_RUBY__ targets in
   build.conf
   Justification:
     These targets should build all swig modules for the language.
   Votes:
     +1: rhuijben, breser, rschupp


git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/1.8.x@1516020 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS b/STATUS
index e3c8b51..241f54e 100644
--- a/STATUS
+++ b/STATUS
@@ -120,14 +120,6 @@
 Approved changes:
 =================
 
- * r1506047
-   Add swig_diff target to the __SWIG_PERL__ and __SWIG_RUBY__ targets in
-   build.conf
-   Justification:
-     These targets should build all swig modules for the language.
-   Votes:
-     +1: rhuijben, breser, rschupp
-
  * r175
    Fix symlink attack on svnpubsub's pidfile. Pick up r175 from upstream
    of daemonize.py
diff --git a/build.conf b/build.conf
index fd62014..ea560cc 100644
--- a/build.conf
+++ b/build.conf
@@ -1263,13 +1263,13 @@
 [__SWIG_PERL__]
 type = swig_project
 path = build/win32
-libs = swig_client swig_delta swig_fs swig_ra swig_repos swig_wc swig_core
+libs = swig_client swig_delta swig_diff swig_fs swig_ra swig_repos swig_wc swig_core
 lang = perl
 
 [__SWIG_RUBY__]
 type = swig_project
 path = build/win32
-libs = swig_client swig_delta swig_fs swig_ra swig_repos swig_wc swig_core
+libs = swig_client swig_delta swig_diff swig_fs swig_ra swig_repos swig_wc swig_core
 lang = ruby
 
 [__JAVAHL__]