Skip to content

Commit

Permalink
Perms in Events fixed.
Browse files Browse the repository at this point in the history
Lists and post deletion.
Wave updated.
  • Loading branch information
vjrj_ committed Apr 8, 2012
1 parent c26d143 commit e37ebc6
Show file tree
Hide file tree
Showing 45 changed files with 1,436 additions and 298 deletions.
181 changes: 172 additions & 9 deletions .classpath

Large diffs are not rendered by default.

110 changes: 45 additions & 65 deletions .project
Original file line number Diff line number Diff line change
@@ -1,66 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>kune</name>
<comment>kune free/open/libre collaboration platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.instantiations.assist.eclipse.coverage.instrumentationBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.recommenders.rcp.analysis.RecommendersBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.ajdt.ui.ajnature</nature>
<nature>com.google.gwt.eclipse.core.gwtNature</nature>
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
<nature>com.instantiations.assist.eclipse.coverage.codeCoverageNature</nature>
<nature>org.eclipse.recommenders.rcp.analysis.RecommendersNature</nature>
</natures>
</projectDescription>
<name>kune</name>
<comment>kune free/open/libre collaboration platform. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects/>
<buildSpec>
<buildCommand>
<name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
</buildCommand>
<buildCommand>
<name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
</buildCommand>
<buildCommand>
<name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
</buildCommand>
<buildCommand>
<name>com.instantiations.assist.eclipse.coverage.instrumentationBuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.recommenders.rcp.analysis.RecommendersBuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.ajdt.ui.ajnature</nature>
<nature>com.google.gwt.eclipse.core.gwtNature</nature>
<nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
<nature>com.instantiations.assist.eclipse.coverage.codeCoverageNature</nature>
<nature>org.eclipse.recommenders.rcp.analysis.RecommendersNature</nature>
</natures>
</projectDescription>
3 changes: 3 additions & 0 deletions DEV-GUIDE
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ Check also trunk/HOWTO_ADD_A_NEW_TOOL to instructions of how to add a new tool i

== Google Wave ==

Wave Client Development Environment Set Up (if you want to work only in the Apache Wave part):
http://www.waveprotocol.org/code/client-development-environment-set-up

David Hearnden recommendations of Wave code development (read in an informal Wave conversation):

"Being written in Java, we strongly recommend following the principles outlined in Effective Java. On top of that, patterns that aid testability (dependency injection, etc) are quite important. But beyond that, I don't know if there are any other patterns or practices that would be universal across the whole thing. The web client and the server run in very different environments, so the appropriate patterns change (e.g., the client-only code doesn't have to worry about thread safety, but should worry about excessive short-lived object creation)."
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kune (0.1.0+b7) oneiric; urgency=low

* Improved openfire connection, debian init andº wave offline render and cache.
* Improved openfire connection, debian init and wave offline render and cache.

-- Vicente J. Ruiz Jurado <[email protected]> Mon, 02 Apr 2012 22:51:59 +0200

Expand Down
Loading

0 comments on commit e37ebc6

Please sign in to comment.