Author: eschwert
Date: Mon Mar 26 13:04:51 2012
New Revision: 1305341

URL: http://svn.apache.org/viewvc?rev=1305341&view=rev
Log:
OPENMEETINGS-60 Add JAR file to SVN

Added:
    incubator/openmeetings/branches/jira-plugin/target/   (with props)
    
incubator/openmeetings/branches/jira-plugin/target/openmeetings-1.0-SNAPSHOT.jar
   (with props)
Modified:
    
incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java

Modified: 
incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java?rev=1305341&r1=1305340&r2=1305341&view=diff
==============================================================================
--- 
incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java
 (original)
+++ 
incubator/openmeetings/branches/jira-plugin/src/main/java/org/openmeetings/jira/plugin/servlet/RoomsServlet.java
 Mon Mar 26 13:04:51 2012
@@ -122,7 +122,8 @@ public final class RoomsServlet extends 
                Room room = roomService.getRoom(id);
                
             Map<String, Object> context = Maps.newHashMap();
-            context.put("room", room);        
+            context.put("room", room);
+            context.put("errors", this.errors);
             res.setContentType("text/html;charset=utf-8");
             // Render the template with the issue inside the context
             templateRenderer.render(EDIT_BROWSER_TEMPLATE, context, 
res.getWriter());          

Propchange: incubator/openmeetings/branches/jira-plugin/target/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Mar 26 13:04:51 2012
@@ -0,0 +1,7 @@
+container
+dependency-maven-plugin-markers
+jira
+maven-archiver
+surefire-reports
+classes
+test-classes

Added: 
incubator/openmeetings/branches/jira-plugin/target/openmeetings-1.0-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/branches/jira-plugin/target/openmeetings-1.0-SNAPSHOT.jar?rev=1305341&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
incubator/openmeetings/branches/jira-plugin/target/openmeetings-1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to