diff options
-rw-r--r-- | planet2/config/planet-config.xml | 3 | ||||
-rw-r--r-- | planet2/update-planet.sh | 2 | ||||
-rw-r--r-- | planet2/update-stream.sh | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/planet2/config/planet-config.xml b/planet2/config/planet-config.xml index 186970a..d346caa 100644 --- a/planet2/config/planet-config.xml +++ b/planet2/config/planet-config.xml @@ -14,7 +14,8 @@ </planet> <feed name="dominik-blog" url="http://copypastaresearch.tumblr.com/rss"/> - <feed name="mbien-blog" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jogl"/> + <feed name="mbien-blog1" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jogl"/> + <feed name="mbien-blog2" url="http://michael-bien.com/mbien/feed/entries/atom?tags=jocl"/> <feed name="jau-blog" url="http://jausoft.com/blog/category/computer-stuff/3d-opengl/jogl/feed/"/> <feed name="rami-blog" url="http://ramisantina.com/blog/?feed=rss2&tag=jogl"/> <feed name="wade-blog" url="http://en.wordpress.com/tag/java-opengl/feed/"/> diff --git a/planet2/update-planet.sh b/planet2/update-planet.sh index c420bad..d012aca 100644 --- a/planet2/update-planet.sh +++ b/planet2/update-planet.sh @@ -1,3 +1,3 @@ cd /home/jogl/jogamp.org/planet2 -/opt-linux-x86/jdk1.6.0_21/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar /srv/www/jogamp.org/planet2/config/planet-config.xml +/opt-linux-x86_64/j2se6/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar /srv/www/jogamp.org/planet2/config/planet-config.xml diff --git a/planet2/update-stream.sh b/planet2/update-stream.sh index 95d5da7..faa82bc 100644 --- a/planet2/update-stream.sh +++ b/planet2/update-stream.sh @@ -1,3 +1,2 @@ cd /home/jogl/jogamp.org/planet2 -/opt-linux-x86/jdk1.6.0_21/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar /srv/www/jogamp.org/planet2/config/stream-config.xml - +/opt-linux-x86_64/j2se6/bin/java -jar HungryHarry-SNAPSHOT-jar-with-dependencies.jar /srv/www/jogamp.org/planet2/config/stream-config.xml |