new manipulator structure - moved the iPOJO Ant Task
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1209863 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt b/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt
new file mode 100644
index 0000000..d86850f
--- /dev/null
+++ b/ipojo/manipulator/ipojo-ant-task/doc/changelog.txt
@@ -0,0 +1,46 @@
+Changes from the 1.6.0 to 1.8.0
+-------------------------------
+** Improvement
+ * [FELIX-2755] - Allow the manipulator and the different front end to use several metadata files
+
+Changes from the 1.4.2 to 1.6.0
+-------------------------------
+** Bug
+ * [FELIX-1411] - Issue on windows to find components inside bundle
+
+** Improvement
+ * [FELIX-1427] - Service injection with Smart Proxies
+ * [FELIX-1906] - Allow calling a method when service properties of an already injected service are modified
+
+
+Changes from the 1.4.0 to 1.4.2
+-------------------------------
+** Bug
+ * [FELIX-1411] - Issue on windows to find components inside bundle
+
+
+Changes from 1.2.0 to 1.4.0
+---------------------------
+** Bug
+ * [FELIX-1302] - Manipulator never ignore annotations
+
+** Improvement
+ * Update parent pom
+
+
+Changes from 1.0.0 to 1.2.0
+---------------------------
+** Improvement
+ * [FELIX-813] - Resolve XML-Schemas locally rather than from Internet
+
+Changes from 0.8.1 to 1.0.0
+---------------------------
+** Bug
+ * Update contained Xerces packages to support XML-Schemas
+
+** Improvement
+ * Embed the latest manipulator
+
+Version 0.8.1
+-------------
+ * Initial release