Update of /var/cvs/src/org/mmbase/module/tools
In directory james.mmbase.org:/tmp/cvs-serv16363

Modified Files:
        ApplicationInstaller.java 
Log Message:
Fixed typo


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/tools


Index: ApplicationInstaller.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/tools/ApplicationInstaller.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- ApplicationInstaller.java   1 Oct 2008 20:15:49 -0000       1.18
+++ ApplicationInstaller.java   22 Apr 2009 15:09:15 -0000      1.19
@@ -32,7 +32,7 @@
  *
  * @author Nico Klasens
  * @since MMBase-1.8
- * @version $Id: ApplicationInstaller.java,v 1.18 2008/10/01 20:15:49 michiel 
Exp $
+ * @version $Id: ApplicationInstaller.java,v 1.19 2009/04/22 15:09:15 michiel 
Exp $
  */
 class ApplicationInstaller {
 
@@ -81,6 +81,7 @@
         ApplicationReader reader = getApplicationReader(applicationName);
         if (reader != null) {
             Versions ver = (Versions) mmb.getBuilder("versions");
+            if (ver == null) throw new IllegalStateException("No versions 
builder");
             // test autodeploy
             if (autoDeploy) {
                 if (!reader.hasAutoDeploy()) {
@@ -231,7 +232,7 @@
         for (Iterator<MMObjectNode> n = nodeReader.getNodes(mmb).iterator(); 
n.hasNext();) {
             try {
                 MMObjectNode newNode = n.next();
-                nodeReader.loadBinairyFields(newNode);
+                nodeReader.loadBinaryFields(newNode);
 
                 int exportnumber = newNode.getIntValue("number");
                 if (existsSyncnode(syncbul, exportsource, exportnumber)) {
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to