Revision: 4011
Author: seba.wagner
Date: Sat Jul 30 03:43:23 2011
Log: Fix some classpath/compile errors
http://code.google.com/p/openmeetings/source/detail?r=4011
Modified:
/trunk/singlewebapp/.classpath
/trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console.xslt
/trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console_jp.xslt
=======================================
--- /trunk/singlewebapp/.classpath Sun Jul 3 05:09:11 2011
+++ /trunk/singlewebapp/.classpath Sat Jul 30 03:43:23 2011
@@ -15,5 +15,6 @@
<classpathentry kind="lib" path="WebContent/screen/kunststoff.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="server/red5/lib/javaee-api-5.1.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
=======================================
--- /trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console.xslt
Sun Apr 24 12:35:49 2011
+++ /trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console.xslt
Sat Jul 30 03:43:23 2011
@@ -232,7 +232,7 @@
</xsl:choose>
</xsl:template>
- <xsl:template match="error">
+ <xsl:template match="error_duplicate">
<xsl:call-template name="str.subst">
<xsl:with-param name="str" select="." />
<xsl:with-param name="from" select="'
'" />
=======================================
---
/trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console_jp.xslt
Sun Apr 24 12:35:49 2011
+++
/trunk/singlewebapp/openlaszlo/WEB-INF/lps/templates/app-console_jp.xslt
Sat Jul 30 03:43:23 2011
@@ -232,7 +232,7 @@
</xsl:choose>
</xsl:template>
- <xsl:template match="error">
+ <xsl:template match="error_duplicate">
<xsl:call-template name="str.subst">
<xsl:with-param name="str" select="." />
<xsl:with-param name="from" select="'
'" />
--
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.