Author: nickboldt
Date: 2011-08-15 17:36:53 -0400 (Mon, 15 Aug 2011)
New Revision: 33938
Added:
branches/jbosstools-3.2.x/build/aggregate/site/README.installation.txt
Modified:
branches/jbosstools-3.2.x/build/aggregate/site/build.xml
Log:
JBIDE-6985 add README.installation.txt to aggregate site zip
Added: branches/jbosstools-3.2.x/build/aggregate/site/README.installation.txt
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/site/README.installation.txt
(rev 0)
+++ branches/jbosstools-3.2.x/build/aggregate/site/README.installation.txt 2011-08-15
21:36:53 UTC (rev 33938)
@@ -0,0 +1,10 @@
+This file is an Eclipse update zip to be used from within an Eclipse installations update
manager.
+
+Do not unzip this zip into Eclipse directly nor into its dropins folder - it will not
work.
+
+In fact, you do not need to unzip this zip at all - you can simply use the Eclipse Update
Manager
+( Help > Install New Software... > Add... > Archive... ) to perform the
installation directly from
+this zip file.
+
+For more information, see
https://www.jboss.org/tools/download/installation/update_3_2.html#fromzip
+
Modified: branches/jbosstools-3.2.x/build/aggregate/site/build.xml
===================================================================
--- branches/jbosstools-3.2.x/build/aggregate/site/build.xml 2011-08-15 21:12:43 UTC (rev
33937)
+++ branches/jbosstools-3.2.x/build/aggregate/site/build.xml 2011-08-15 21:36:53 UTC (rev
33938)
@@ -372,7 +372,7 @@
</target>
<target name="pack.zip">
- <zip destfile="${output.dir}/target/site_assembly.zip"
update="true" basedir="${update.site.source.dir}"
includes="content.* index.html, web/*.css" />
+ <zip destfile="${output.dir}/target/site_assembly.zip"
update="true" basedir="${update.site.source.dir}"
includes="content.* index.html, web/*.css, README*" />
</target>
<target name="check.target">
@@ -436,7 +436,7 @@
</copy>
<copy todir="${update.site.source.dir}">
- <fileset dir="${output.dir}" includes="index.html, **/*.css"
/>
+ <fileset dir="${output.dir}" includes="index.html, **/*.css,
README*" />
</copy>
</target>