Revision: 2539
Author: seba.wagner
Date: Tue Oct 27 02:06:34 2009
Log: Fix build process and update binary SWFs
http://code.google.com/p/openmeetings/source/detail?r=2539
Modified:
/trunk/singlewebapp/WebContent/languages/deutsch.xml
/trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf
/trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx
/trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf
/trunk/singlewebapp/build_red5webapp.xml
=======================================
--- /trunk/singlewebapp/WebContent/languages/deutsch.xml Mon Oct 26
14:32:01 2009
+++ /trunk/singlewebapp/WebContent/languages/deutsch.xml Tue Oct 27
02:06:34 2009
@@ -1141,7 +1141,7 @@
<value>Neue Nachrichten:</value>
</string>
<string id="379" name="dashboard">
- <value>Anzeigebild ändern</value>
+ <value>Bild ändern</value>
</string>
<string id="380" name="backuppanel">
<value>Benutzerdaten - Exportieren</value>
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf Mon Oct
12 04:25:20 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/main.lzx.swf8.swf Tue Oct
27 02:06:34 2009
Binary file, no diff available.
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx Mon Oct 12
04:25:20 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx Tue Oct 27
02:06:34 2009
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<canvas debug="true" width="100%" height="100%" >
+<canvas debug="true" width="100%" height="100%">
<debug fontsize="11" oninit="Debug.showInternalProperties = true" />
<!--
=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf Mon
Oct 12 04:25:20 2009
+++ /trunk/singlewebapp/WebContent/openmeetings/maindebug.lzx.swf8.swf Tue
Oct 27 02:06:34 2009
File is too large to display a diff.
=======================================
--- /trunk/singlewebapp/build_red5webapp.xml Mon Oct 26 15:21:56 2009
+++ /trunk/singlewebapp/build_red5webapp.xml Tue Oct 27 02:06:34 2009
@@ -242,6 +242,13 @@
<fileset dir="WebContent/languages">
</fileset>
</copy>
+ <!-- add compiled versions of openmeetings SWF to release
+ You have to manually copy those ressources out of the Temp
directory
of Eclipse!!
+ -->
+ <copy todir="${dist.dir}/openmeetings"
file="WebContent/openmeetings/main.lzx.swf8.swf" >
+ </copy>
+ <copy todir="${dist.dir}/openmeetings"
file="WebContent/openmeetings/maindebug.lzx.swf8.swf" >
+ </copy>
<tstamp/>
</target>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---