You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/03/13 19:37:40 UTC

svn commit: r636827 - /geronimo/site/trunk/bin/sync

Author: jdillon
Date: Thu Mar 13 11:37:27 2008
New Revision: 636827

URL: http://svn.apache.org/viewvc?rev=636827&view=rev
Log:
Drop rm hacks

Modified:
    geronimo/site/trunk/bin/sync

Modified: geronimo/site/trunk/bin/sync
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/bin/sync?rev=636827&r1=636826&r2=636827&view=diff
==============================================================================
--- geronimo/site/trunk/bin/sync (original)
+++ geronimo/site/trunk/bin/sync Thu Mar 13 11:37:27 2008
@@ -23,11 +23,6 @@
 # Install the cwiki exported content
 rsync -r "/www/confluence-exports/GMOxSITE/" "$TMPDIR/"
 
-# Clean up some deleted content... stupid AE plugin
-rm "$TMPDIR/foo-bar.html"
-rm "$TMPDIR/sidenave-subprojects.html"
-rm "$TMPDIR/svn.html"
-
 # Update the live site sync dir
 rsync -r "$TMPDIR/" "/www/geronimo.apache.org/"