You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by co...@google.com on 2013/02/07 08:45:34 UTC

[red5phone] r72 committed - typo in red5sip.sh is fixed;...

Revision: 72
Author:   solomax666@gmail.com
Date:     Wed Feb  6 23:45:11 2013
Log:      typo in red5sip.sh is fixed;
project clean-up
http://code.google.com/p/red5phone/source/detail?r=72

Deleted:
  /branches/red5sip/lib/red5sip.jar
  /branches/red5sip/out
  /branches/red5sip/red5sip.eml
Modified:
  /branches/red5sip
  /branches/red5sip/lib
  /branches/red5sip/red5sip.sh

=======================================
--- /branches/red5sip/lib/red5sip.jar	Wed Feb  6 09:31:44 2013
+++ /dev/null	
Binary file, no diff available.
=======================================
--- /branches/red5sip/red5sip.eml	Fri Feb 10 07:37:46 2012
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component>
-	<output-test url="file://$MODULE_DIR$/out/test/sip"/>
-	<exclude-output/>
-	<contentEntry url="file://$MODULE_DIR$"/>
-</component>
=======================================
--- /branches/red5sip/red5sip.sh	Mon Feb  4 23:34:05 2013
+++ /branches/red5sip/red5sip.sh	Wed Feb  6 23:45:11 2013
@@ -42,7 +42,7 @@
      #
      # Run red5sip
      #
-    $JAVA_HOME/bin/java -Dlogs=$LOGS_DAIR -cp $CLASSPATH  
org.red5.sip.app.Main $SETTINGS_FILE
+    $JAVA_HOME/bin/java -Dlogs=$LOGS_DIR -cp $CLASSPATH  
org.red5.sip.app.Main $SETTINGS_FILE
      ;;

    *)