*** empty log message ***
diff --git a/bundles/org.eclipse.swt/build.xml b/bundles/org.eclipse.swt/build.xml
index 78a4536..97cc063 100644
--- a/bundles/org.eclipse.swt/build.xml
+++ b/bundles/org.eclipse.swt/build.xml
@@ -25,12 +25,17 @@
 	<target name="gather.bin.parts" depends="init" if="destination">

 		<ant antfile="${template}" target="includesExcludesCopy">

 			<property name="srcdir" value="${basedir}"/>

-			<property name="dest" value="${destination}/plugins/${plugin}"/>

+			<property name="dest" value="${destination}/plugins/${plugin}_${version}"/>

 			<property name="excludes" value="${bin.excludes}"/>

 			<property name="includes" value="${bin.includes}"/>

 		</ant>

 	</target>

 

+	<target name="build.jars" />

+	<target name="gather.sources" />

+	<target name="build.sources" />

+	<target name="gather.logs" />

+

 	<target name="clean" depends="init">

 	</target>

 

diff --git a/bundles/org.eclipse.swt/build_j2me.xml b/bundles/org.eclipse.swt/build_j2me.xml
index 78a4536..f31bf84 100644
--- a/bundles/org.eclipse.swt/build_j2me.xml
+++ b/bundles/org.eclipse.swt/build_j2me.xml
@@ -25,7 +25,7 @@
 	<target name="gather.bin.parts" depends="init" if="destination">

 		<ant antfile="${template}" target="includesExcludesCopy">

 			<property name="srcdir" value="${basedir}"/>

-			<property name="dest" value="${destination}/plugins/${plugin}"/>

+			<property name="dest" value="${destination}/plugins/${plugin}_${version}"/>

 			<property name="excludes" value="${bin.excludes}"/>

 			<property name="includes" value="${bin.includes}"/>

 		</ant>

@@ -33,7 +33,11 @@
 

 	<target name="clean" depends="init">

 	</target>

-

+	<target name="build.jars" />

+	<target name="gather.sources" />

+	<target name="build.sources" />

+	<target name="gather.logs" />

+	

 	<target name="properties">

 		<property name="plugin" value="org.eclipse.swt"/>

 		<property name="version" value="2.0.0"/>