[Pixelle-commit] SF.net SVN: pixelle:[206] trunk/pixelle/src/com/mebigfatguy/pixelle/ AlgorithmArch
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-11-20 07:21:07
|
Revision: 206
http://pixelle.svn.sourceforge.net/pixelle/?rev=206&view=rev
Author: dbrosius
Date: 2008-11-20 07:21:06 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
fix xml
Modified Paths:
--------------
trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmArchiver.java
Modified: trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmArchiver.java
===================================================================
--- trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmArchiver.java 2008-11-20 07:18:44 UTC (rev 205)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmArchiver.java 2008-11-20 07:21:06 UTC (rev 206)
@@ -227,7 +227,7 @@
pw.println(" xsi:schemaLocation='/com/mebigfatguy/pixelle/resources/algorithms.xsd'>");
for (Map.Entry<ImageType, Map<String, Map<String, Map<PixelleComponent, String>>>> type : algorithms.entrySet()) {
- pw.println(" <type name'" + type.getKey() + "'>");
+ pw.println(" <type name='" + type.getKey() + "'>");
for (Map.Entry<String, Map<String, Map<PixelleComponent, String>>> group : type.getValue().entrySet()) {
pw.println(" <group name='" + group.getKey() + "'>");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|