Author: nickboldt
Date: 2011-08-15 17:54:12 -0400 (Mon, 15 Aug 2011)
New Revision: 33941
Added:
trunk/build/aggregate/site/README.installation.txt
trunk/build/aggregate/soa-site/README.installation.txt
Modified:
trunk/build/aggregate/site/build.xml
trunk/build/aggregate/soa-site/build.xml
Log:
JBIDE-6985 add README.installation.txt to aggregate site zip
Added: trunk/build/aggregate/site/README.installation.txt
===================================================================
--- trunk/build/aggregate/site/README.installation.txt (rev 0)
+++ trunk/build/aggregate/site/README.installation.txt 2011-08-15 21:54:12 UTC (rev
33941)
@@ -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_3.html#fromzip
+
Modified: trunk/build/aggregate/site/build.xml
===================================================================
--- trunk/build/aggregate/site/build.xml 2011-08-15 21:53:39 UTC (rev 33940)
+++ trunk/build/aggregate/site/build.xml 2011-08-15 21:54:12 UTC (rev 33941)
@@ -389,7 +389,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">
@@ -453,7 +453,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>
Added: trunk/build/aggregate/soa-site/README.installation.txt
===================================================================
--- trunk/build/aggregate/soa-site/README.installation.txt (rev
0)
+++ trunk/build/aggregate/soa-site/README.installation.txt 2011-08-15 21:54:12 UTC (rev
33941)
@@ -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_3.html#fromzip
+
Modified: trunk/build/aggregate/soa-site/build.xml
===================================================================
--- trunk/build/aggregate/soa-site/build.xml 2011-08-15 21:53:39 UTC (rev 33940)
+++ trunk/build/aggregate/soa-site/build.xml 2011-08-15 21:54:12 UTC (rev 33941)
@@ -389,7 +389,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">
@@ -453,7 +453,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>