[Pixelle-commit] SF.net SVN: pixelle: [166] trunk/pixelle/src/com/mebigfatguy/pixelle/ AlgorithmArc
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-07-13 01:18:10
|
Revision: 166
http://pixelle.svn.sourceforge.net/pixelle/?rev=166&view=rev
Author: dbrosius
Date: 2008-07-12 18:18:17 -0700 (Sat, 12 Jul 2008)
Log Message:
-----------
use the Version class
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-07-13 01:17:55 UTC (rev 165)
+++ trunk/pixelle/src/com/mebigfatguy/pixelle/AlgorithmArchiver.java 2008-07-13 01:18:17 UTC (rev 166)
@@ -186,7 +186,7 @@
PrintWriter pw = null;
try {
pw = new PrintWriter(new OutputStreamWriter(is));
- pw.println("<algorithms xmlns='http://pixelle.mebigfatguy.com/0.1.0'");
+ pw.println("<algorithms xmlns='http://pixelle.mebigfatguy.com/" + Version.getVersion() + "'");
pw.println(" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'");
pw.println(" xsi:schemaLocation='/com/mebigfatguy/pixelle/resources/algorithms.xsd'>");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|