diff --git a/talend.studio.tos.di.product/.project b/build/talend.studio.tos.di.product/.project similarity index 100% rename from talend.studio.tos.di.product/.project rename to build/talend.studio.tos.di.product/.project diff --git a/talend.studio.tos.di.product/config.ini b/build/talend.studio.tos.di.product/config.ini similarity index 100% rename from talend.studio.tos.di.product/config.ini rename to build/talend.studio.tos.di.product/config.ini diff --git a/talend.studio.tos.di.product/build/launcher.ini b/build/talend.studio.tos.di.product/launcher.ini similarity index 100% rename from talend.studio.tos.di.product/build/launcher.ini rename to build/talend.studio.tos.di.product/launcher.ini diff --git a/talend.studio.tos.di.product/build/launcher_64.ini b/build/talend.studio.tos.di.product/launcher_64.ini similarity index 100% rename from talend.studio.tos.di.product/build/launcher_64.ini rename to build/talend.studio.tos.di.product/launcher_64.ini diff --git a/talend.studio.tos.di.product/build/macosx_infoplist.properties b/build/talend.studio.tos.di.product/macosx_infoplist.properties similarity index 100% rename from talend.studio.tos.di.product/build/macosx_infoplist.properties rename to build/talend.studio.tos.di.product/macosx_infoplist.properties diff --git a/talend.studio.tos.di.product/pom.xml b/build/talend.studio.tos.di.product/pom.xml similarity index 82% rename from talend.studio.tos.di.product/pom.xml rename to build/talend.studio.tos.di.product/pom.xml index 1c7e5a2..75509f5 100644 --- a/talend.studio.tos.di.product/pom.xml +++ b/build/talend.studio.tos.di.product/pom.xml @@ -69,36 +69,6 @@ - - org.apache.maven.plugins maven-dependency-plugin @@ -114,7 +84,7 @@ org.talend.studio - binaries + eclipse-launcher-binaries 3.6.1 zip true @@ -153,9 +123,9 @@ + value="TOS_DI" /> - + @@ -171,18 +141,18 @@ from="(.*)launcher(.*)" to="\1${launcher.prefix}\2" /> - + - + - + - + diff --git a/build/talend.studio.tos.di.product/talend.p2.inf b/build/talend.studio.tos.di.product/talend.p2.inf new file mode 100644 index 0000000..d3b7963 --- /dev/null +++ b/build/talend.studio.tos.di.product/talend.p2.inf @@ -0,0 +1,8 @@ +## +# Remove root files +## +instructions.configure=\ +org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse.exe);\ +org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse.ini);\ +org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);\ +org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/artifacts.xml); diff --git a/talend.studio.tos.di.product/talend.product b/build/talend.studio.tos.di.product/talend.product similarity index 100% rename from talend.studio.tos.di.product/talend.product rename to build/talend.studio.tos.di.product/talend.product diff --git a/pom.xml b/pom.xml index f7cf2e0..dec13e4 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ talend.tos.products - talend.studio.tos.di.product + build/talend.studio.tos.di.product diff --git a/talend.studio.parent.pom/pom.xml b/talend.studio.parent.pom/pom.xml index 73da77a..f5844be 100644 --- a/talend.studio.parent.pom/pom.xml +++ b/talend.studio.parent.pom/pom.xml @@ -17,7 +17,7 @@ - snapshots + talend_nexus_snapshots http://newbuild.talend.com:8081/nexus/content/repositories/snapshots/ true false @@ -120,6 +120,9 @@ false yyyyMMdd'_'HHmm + + false + diff --git a/talend.studio.tos.di.product/talend.p2.inf b/talend.studio.tos.di.product/talend.p2.inf deleted file mode 100644 index 0636893..0000000 --- a/talend.studio.tos.di.product/talend.p2.inf +++ /dev/null @@ -1,7 +0,0 @@ -## -# Remove root files -## -#instructions.configure=\ - org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse.exe);\ - org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipse.ini);\ - org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/eclipsec.exe);