Index: /applications/editors/josm/plugins/pt_assistant/build.xml
===================================================================
--- /applications/editors/josm/plugins/pt_assistant/build.xml	(revision 32300)
+++ /applications/editors/josm/plugins/pt_assistant/build.xml	(revision 32300)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project name="pt_assistant" default="dist" basedir=".">
+
+  <!-- enter the SVN commit message --> 
+  <property name="commit.message" value="Commit message"/>
+  <!-- enter the *lowest JOSM version this plugin is currently compatible with -->
+  <property name="plugin.main.version" value="10306"/>
+
+  <property name="plugin.author" value="Darya Golovko darya0705@gmail.com"/>
+  <property name="plugin.class" value="org.openstreetmap.josm.plugins.pt_assistant.PTAssistantPlugin"/>
+  <property name="plugin.description" value="Provides validation and fixing for public transport route according to version 2 of the public transport schema"/>
+  <property name="plugin.icon" value="..."/>
+  <property name="plugin.link" value="..."/>
+  
+  <!-- ** include targets that all plugins have in common ** -->
+  <import file="../build-common.xml"/>
+</project>
