<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/properties2java/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 11 Sep 2015 20:48:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/properties2java/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -2,46 +2,49 @@

 INSTALL
--------------------------
+==
 Requirements:
-&amp;gt;     * JDK 1.4 or above
-&amp;gt;     * Ant Version 1.6 or above
+
+* JDK 1.4 or above
+* Ant Version 1.6 or above

 Usage:
-   * Copy 'dist/lib/properties2java.jar' to your own project lib
-         directory (e.g. ./lib/ant relative to your build file)
-   * to make the new task available for Ant you have to declare it
-         in your build file:
-           &amp;lt;taskdef name="properties2java" -="" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" -="" classpath="./lib/ant/properties2java.jar"/&amp;gt;
-   * Example usage
-           &amp;lt;properties2java -="" file="test/simple/source/Dummy.properties" -="" toDir="test/simple/target/" -="" packagename="de.jayefem" -="" filecomment="true" -="" crlf="true" -="" verbose="true"/&amp;gt;
-   * Task attributes:
-       o file (mandatory)
-           The properties file to convert
-       o toDir (mandatory)
-           The target directory of the converted java file. The directory
-           must exist.
-       o packagename (mandatory)
-           Used to generate the java code 
-       o filecomment (optional)
-           If set to "true", the task will put a "DO NOT EDIT" comment 
-           in the generated java source. No comment will be generated
-           if set to "false".
-           Default is "true". 
-       o crlf (optional)
-           If set to "true", the java file will be generated with '\r\n' 
-           as line delimiter. If set to "false", '\n' is used.
-           Default is "false".
-       o verbose (optional)
-           Verbose output while running the task.
+
+* Copy 'dist/lib/properties2java.jar' to your own project lib
+     directory (e.g. ./lib/ant relative to your build file)
+* to make the new task available for Ant you have to declare it
+     in your build file:
+       &amp;lt;taskdef name="properties2java" +="" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" +="" classpath="./lib/ant/properties2java.jar"/&amp;gt;
+* Example usage
+       &amp;lt;properties2java +="" file="test/simple/source/Dummy.properties" +="" toDir="test/simple/target/" +="" packagename="de.jayefem" +="" filecomment="true" +="" crlf="true" +="" verbose="true"/&amp;gt;
+* Task attributes:
+    * file (mandatory)
+       The properties file to convert
+   * toDir (mandatory)
+       The target directory of the converted java file. The directory
+       must exist.
+   * packagename (mandatory)
+       Used to generate the java code 
+   * filecomment (optional)
+       If set to "true", the task will put a "DO NOT EDIT" comment 
+       in the generated java source. No comment will be generated
+       if set to "false".
+       Default is "true". 
+   * crlf (optional)
+       If set to "true", the java file will be generated with '\r\n' 
+       as line delimiter. If set to "false", '\n' is used.
+       Default is "false".
+   * verbose (optional)
+       Verbose output while running the task.
+

 RESULT EXAMPLE 
@@ -103,18 +106,20 @@

 COMPILATION
--------------------------
+
 Requirements:
-    * JDK 1.4 or above
-    * Ant Version 1.6 or greater to compile and build the package.
+
+* JDK 1.4 or above
+* Ant Version 1.6 or greater to compile and build the package.

 Building the project:
-    * Check out CVS source as described on the sourceforge site
-    * Create the directory './lib'
-    * Copy all jars of APACHE Ant Version 1.6 or above to './lib'
-    * invoke Ant task "all" on the build.xml of this project
-    * to test the output invoke the Ant task "test" and check the contents of
-          './test/simple/target/Dummy.java'
+    
+* Check out CVS source as described on the sourceforge site
+* Create the directory './lib'
+* Copy all jars of APACHE Ant Version 1.6 or above to './lib'
+* invoke Ant task "all" on the build.xml of this project
+* to test the output invoke the Ant task "test" and check the contents of
+  './test/simple/target/Dummy.java'

 Development contribution is HIGHLY APPRECIATED!

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:48:49 -0000</pubDate><guid>https://sourceforge.net851fd7e1140f557d72a4479a5d6a7a0a9512d744</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -4,8 +4,8 @@
 INSTALL
 -------------------------
 Requirements:
-    * JDK 1.4 or above
-    * Ant Version 1.6 or above
+&amp;gt;     * JDK 1.4 or above
+&amp;gt;     * Ant Version 1.6 or above

 Usage:
    * Copy 'dist/lib/properties2java.jar' to your own project lib
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:39:28 -0000</pubDate><guid>https://sourceforge.netecf586f462a2a1b328fb7e77e0e201ab45ec5176</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -8,40 +8,40 @@
     * Ant Version 1.6 or above

 Usage:
-* Copy 'dist/lib/properties2java.jar' to your own project lib
-     directory (e.g. ./lib/ant relative to your build file)
-* to make the new task available for Ant you have to declare it
-     in your build file:
-       &amp;lt;taskdef name="properties2java" -="" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" -="" classpath="./lib/ant/properties2java.jar"/&amp;gt;
-* Example usage
-       &amp;lt;properties2java -="" file="test/simple/source/Dummy.properties" -="" toDir="test/simple/target/" -="" packagename="de.jayefem" -="" filecomment="true" -="" crlf="true" -="" verbose="true"/&amp;gt;
-* Task attributes:
-* * file (mandatory)
-           The properties file to convert
-     o toDir (mandatory)
-           The target directory of the converted java file. The directory
-           must exist.
-     o packagename (mandatory)
-           Used to generate the java code 
-     o filecomment (optional)
-           If set to "true", the task will put a "DO NOT EDIT" comment 
-           in the generated java source. No comment will be generated
-           if set to "false".
+   * Copy 'dist/lib/properties2java.jar' to your own project lib
+         directory (e.g. ./lib/ant relative to your build file)
+   * to make the new task available for Ant you have to declare it
+         in your build file:
+           &amp;lt;taskdef name="properties2java" +="" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" +="" classpath="./lib/ant/properties2java.jar"/&amp;gt;
+   * Example usage
+           &amp;lt;properties2java +="" file="test/simple/source/Dummy.properties" +="" toDir="test/simple/target/" +="" packagename="de.jayefem" +="" filecomment="true" +="" crlf="true" +="" verbose="true"/&amp;gt;
+   * Task attributes:
+       o file (mandatory)
+           The properties file to convert
+       o toDir (mandatory)
+           The target directory of the converted java file. The directory
+           must exist.
+       o packagename (mandatory)
+           Used to generate the java code 
+       o filecomment (optional)
+           If set to "true", the task will put a "DO NOT EDIT" comment 
+           in the generated java source. No comment will be generated
+           if set to "false".
            Default is "true". 
-     o crlf (optional)
-           If set to "true", the java file will be generated with '\r\n' 
-           as line delimiter. If set to "false", '\n' is used.
-           Default is "false".
-     o verbose (optional)
-           Verbose output while running the task.
+       o crlf (optional)
+           If set to "true", the java file will be generated with '\r\n' 
+           as line delimiter. If set to "false", '\n' is used.
+           Default is "false".
+       o verbose (optional)
+           Verbose output while running the task.

 RESULT EXAMPLE 
@@ -105,16 +105,16 @@
 COMPILATION
 -------------------------
 Requirements:
-* JDK 1.4 or above
-* Ant Version 1.6 or greater to compile and build the package.
+    * JDK 1.4 or above
+    * Ant Version 1.6 or greater to compile and build the package.

 Building the project:
-* Check out CVS source as described on the sourceforge site
-* Create the directory './lib'
-* Copy all jars of APACHE Ant Version 1.6 or above to './lib'
-* invoke Ant task "all" on the build.xml of this project
-* to test the output invoke the Ant task "test" and check the contents of
-     './test/simple/target/Dummy.java'
+    * Check out CVS source as described on the sourceforge site
+    * Create the directory './lib'
+    * Copy all jars of APACHE Ant Version 1.6 or above to './lib'
+    * invoke Ant task "all" on the build.xml of this project
+    * to test the output invoke the Ant task "test" and check the contents of
+          './test/simple/target/Dummy.java'

 Development contribution is HIGHLY APPRECIATED!

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:38:27 -0000</pubDate><guid>https://sourceforge.net1f00b4756f4dc2d6b853acea5bd1a5827398acde</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,8 +4,8 @@
 INSTALL
 -------------------------
 Requirements:
-1. JDK 1.4 or above
-1. Ant Version 1.6 or above
+    * JDK 1.4 or above
+    * Ant Version 1.6 or above

 Usage:
 * Copy 'dist/lib/properties2java.jar' to your own project lib
@@ -48,6 +48,7 @@
 -------------------------

 Dummy.properties: 
+
    test.simple=simple
    test.quotes="quotes"
    test.lf=before\nafter
@@ -58,31 +59,32 @@

 Dummy.java:

-/*
- * DO NOT EDIT!
- * Automatic generated java file from original source:
- * C:\properties2java\test\simple\source\Dummy.properties 
- */
-package de.jayefem;
+   /*
+    * DO NOT EDIT!
+    * Automatic generated java file from original source:
+    * C:\properties2java\test\simple\source\Dummy.properties 
+    */
+   package de.jayefem;

-import java.util.ListResourceBundle;
+   import java.util.ListResourceBundle;

-public class Dummy extends ListResourceBundle {
-   /**
-    * @see java.util.ListResourceBundle#getContents()
-    */
-   public Object[][] getContents() {
-       return contents;
+   public class Dummy extends ListResourceBundle {
+       /**
+        * @see java.util.ListResourceBundle#getContents()
+        */
+       public Object[][] getContents() {
+           return contents;
+       }
+
+       static final Object[][] contents = {
+           {"test.simple","simple"},
+           {"test.quotes","\"quotes\""},
+           {"test.crlf","before\r\nafter"},
+           {"test.lf","before\nafter"},
+           {"test.tab","before\tafter"}
+       };
    }

-   static final Object[][] contents = {
-       {"test.simple","simple"},
-       {"test.quotes","\"quotes\""},
-       {"test.crlf","before\r\nafter"},
-       {"test.lf","before\nafter"},
-       {"test.tab","before\tafter"}
-   };
-}

 WHY USING THAT TASK?
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:36:35 -0000</pubDate><guid>https://sourceforge.netc8968ca0c610167c115384269a9d6d2e580f324f</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,8 +4,8 @@
 INSTALL
 -------------------------
 Requirements:
-* JDK 1.4 or above
-* Ant Version 1.6 or above
+1. JDK 1.4 or above
+1. Ant Version 1.6 or above

 Usage:
 * Copy 'dist/lib/properties2java.jar' to your own project lib
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:35:07 -0000</pubDate><guid>https://sourceforge.net30f527ba67da3da9dedfb593ae6fb9b2e2e1f9db</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:34:08 -0000</pubDate><guid>https://sourceforge.net83186fadb10dc662c423ebafe92717e9690b84ae</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,18 +4,18 @@
 INSTALL
 -------------------------
 Requirements:
-   * JDK 1.4 or above
-   * Ant Version 1.6 or above
+* JDK 1.4 or above
+* Ant Version 1.6 or above

 Usage:
-   * Copy 'dist/lib/properties2java.jar' to your own project lib
+* Copy 'dist/lib/properties2java.jar' to your own project lib
      directory (e.g. ./lib/ant relative to your build file)
-   * to make the new task available for Ant you have to declare it
+* to make the new task available for Ant you have to declare it
      in your build file:
        &amp;lt;taskdef name="properties2java" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" classpath="./lib/ant/properties2java.jar"/&amp;gt;
-   * Example usage
+* Example usage
        &amp;lt;properties2java file="test/simple/source/Dummy.properties" toDir="test/simple/target/" @@="" -23,8="" +23,8="" @@="" filecomment="true" crlf="true" verbose="true"/&amp;gt;
-   * Task attributes:
-     o file (mandatory)
+* Task attributes:
+* * file (mandatory)
            The properties file to convert
      o toDir (mandatory)
            The target directory of the converted java file. The directory
@@ -57,64 +57,64 @@
 =&amp;gt;

 Dummy.java:
-   /*
-    * DO NOT EDIT!
-    * Automatic generated java file from original source:
-    * C:\properties2java\test\simple\source\Dummy.properties 
+
+/*
+ * DO NOT EDIT!
+ * Automatic generated java file from original source:
+ * C:\properties2java\test\simple\source\Dummy.properties 
+ */
+package de.jayefem;
+
+import java.util.ListResourceBundle;
+
+public class Dummy extends ListResourceBundle {
+   /**
+    * @see java.util.ListResourceBundle#getContents()
     */
-   package de.jayefem;
-   
-   import java.util.ListResourceBundle;
+   public Object[][] getContents() {
+       return contents;
+   }

-   public class Dummy extends ListResourceBundle {
-       /**
-        * @see java.util.ListResourceBundle#getContents()
-        */
-       public Object[][] getContents() {
-           return contents;
-       }
-   
-       static final Object[][] contents = {
-           {"test.simple","simple"},
-           {"test.quotes","\"quotes\""},
-           {"test.crlf","before\r\nafter"},
-           {"test.lf","before\nafter"},
-           {"test.tab","before\tafter"}
-       };
-   }
+   static final Object[][] contents = {
+       {"test.simple","simple"},
+       {"test.quotes","\"quotes\""},
+       {"test.crlf","before\r\nafter"},
+       {"test.lf","before\nafter"},
+       {"test.tab","before\tafter"}
+   };
+}

 WHY USING THAT TASK?
 -------------------------
-   If you're using an obfuscator which is not able to encode 
-   the contents of an properties file, it would be useful
-   to convert the properties to java files which can be handled
-   by an obfuscator easily.
-   
-   Generally when using that task in combination with an obfuscator, 
-   you have to modify your sourcecode
-   from:
-   ResourceBundle.getBundle("de.jayefem.Dummy");
-   to:
-   ResourceBundle.getBundle(de.jayefem.Dummy.class.getName());
+If you're using an obfuscator which is not able to encode 
+the contents of an properties file, it would be useful
+to convert the properties to java files which can be handled
+by an obfuscator easily.
+
+Generally when using that task in combination with an obfuscator, 
+you have to modify your sourcecode
+from:
+ResourceBundle.getBundle("de.jayefem.Dummy");
+to:
+ResourceBundle.getBundle(de.jayefem.Dummy.class.getName());

 COMPILATION
 -------------------------
 Requirements:
-   * JDK 1.4 or above
-   * Ant Version 1.6 or greater to compile and build the
-     package.
+* JDK 1.4 or above
+* Ant Version 1.6 or greater to compile and build the package.

 Building the project:
-   * Check out CVS source as described on the sourceforge site
-   * Create the directory './lib'
-   * Copy all jars of APACHE Ant Version 1.6 or above to './lib'
-   * invoke Ant task "all" on the build.xml of this project
-   * to test the output invoke the Ant task "test" and check the contents of
+* Check out CVS source as described on the sourceforge site
+* Create the directory './lib'
+* Copy all jars of APACHE Ant Version 1.6 or above to './lib'
+* invoke Ant task "all" on the build.xml of this project
+* to test the output invoke the Ant task "test" and check the contents of
      './test/simple/target/Dummy.java'

-   Development contribution is HIGHLY APPRECIATED!
+Development contribution is HIGHLY APPRECIATED!

 LICENSE
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:33:18 -0000</pubDate><guid>https://sourceforge.net28224ac57f474e5cad84ad740288c5517c31ad09</guid></item><item><title>Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,141 @@
-Welcome to your wiki!
+Properties2Java is an Ant task for automatic conversion of java ".properties" files to ".java" files extending the java.util.ListResourceBundle.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

-The wiki uses [Markdown](/p/properties2java/wiki/markdown_syntax/) syntax.
+INSTALL
+-------------------------
+Requirements:
+   * JDK 1.4 or above
+   * Ant Version 1.6 or above
+   
+Usage:
+   * Copy 'dist/lib/properties2java.jar' to your own project lib
+     directory (e.g. ./lib/ant relative to your build file)
+   * to make the new task available for Ant you have to declare it
+     in your build file:
+       &amp;lt;taskdef name="properties2java" +="" classname="de.jayefem.ant.properties2java.taskdefs.Properties2Java" +="" classpath="./lib/ant/properties2java.jar"/&amp;gt;
+   * Example usage
+       &amp;lt;properties2java +="" file="test/simple/source/Dummy.properties" +="" toDir="test/simple/target/" +="" packagename="de.jayefem" +="" filecomment="true" +="" crlf="true" +="" verbose="true"/&amp;gt;
+   * Task attributes:
+     o file (mandatory)
+           The properties file to convert
+     o toDir (mandatory)
+           The target directory of the converted java file. The directory
+           must exist.
+     o packagename (mandatory)
+           Used to generate the java code 
+     o filecomment (optional)
+           If set to "true", the task will put a "DO NOT EDIT" comment 
+           in the generated java source. No comment will be generated
+           if set to "false".
+           Default is "true". 
+     o crlf (optional)
+           If set to "true", the java file will be generated with '\r\n' 
+           as line delimiter. If set to "false", '\n' is used.
+           Default is "false".
+     o verbose (optional)
+           Verbose output while running the task.

+
+RESULT EXAMPLE 
+-------------------------
+
+Dummy.properties: 
+   test.simple=simple
+   test.quotes="quotes"
+   test.lf=before\nafter
+   test.crlf=before\r\nafter
+   test.tab=before\tafter
+
+=&amp;gt;
+   
+Dummy.java:
+   /*
+    * DO NOT EDIT!
+    * Automatic generated java file from original source:
+    * C:\properties2java\test\simple\source\Dummy.properties 
+    */
+   package de.jayefem;
+   
+   import java.util.ListResourceBundle;
+
+   public class Dummy extends ListResourceBundle {
+       /**
+        * @see java.util.ListResourceBundle#getContents()
+        */
+       public Object[][] getContents() {
+           return contents;
+       }
+   
+       static final Object[][] contents = {
+           {"test.simple","simple"},
+           {"test.quotes","\"quotes\""},
+           {"test.crlf","before\r\nafter"},
+           {"test.lf","before\nafter"},
+           {"test.tab","before\tafter"}
+       };
+   }
+   
+
+WHY USING THAT TASK?
+-------------------------
+   If you're using an obfuscator which is not able to encode 
+   the contents of an properties file, it would be useful
+   to convert the properties to java files which can be handled
+   by an obfuscator easily.
+   
+   Generally when using that task in combination with an obfuscator, 
+   you have to modify your sourcecode
+   from:
+   ResourceBundle.getBundle("de.jayefem.Dummy");
+   to:
+   ResourceBundle.getBundle(de.jayefem.Dummy.class.getName());
+
+
+COMPILATION
+-------------------------
+Requirements:
+   * JDK 1.4 or above
+   * Ant Version 1.6 or greater to compile and build the
+     package.
+
+Building the project:
+   * Check out CVS source as described on the sourceforge site
+   * Create the directory './lib'
+   * Copy all jars of APACHE Ant Version 1.6 or above to './lib'
+   * invoke Ant task "all" on the build.xml of this project
+   * to test the output invoke the Ant task "test" and check the contents of
+     './test/simple/target/Dummy.java'
+     
+   Development contribution is HIGHLY APPRECIATED!
+   
+
+LICENSE
+-------------------------
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+
+
+June 2005, Jan-Friedrich Mutter
+p2j@jayefem.de
+   
+[[project_screenshots]]
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 11 Sep 2015 20:30:06 -0000</pubDate><guid>https://sourceforge.net492bc92d320e886b15177e400801114dc3365153</guid></item><item><title>WikiPage Home modified by Jan-Friedrich Mutter</title><link>https://sourceforge.net/p/properties2java/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/properties2java/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;a href="/u/krabatz/"&gt;Jan-Friedrich Mutter&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-513a0cbb271846036508ff07" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan-Friedrich Mutter</dc:creator><pubDate>Fri, 08 Mar 2013 16:07:24 -0000</pubDate><guid>https://sourceforge.netab8196e198465299d965beae674e92b6e76788f4</guid></item></channel></rss>