Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 105072 Details for
Bug 144769
Eliminate manual updates and user complaints about Javadoc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
hyades.releng.builder
releng_builder.txt (text/plain), 4.78 KB, created by
Kendric Wang
on 2008-06-16 16:22:19 EDT
(
hide
)
Description:
hyades.releng.builder
Filename:
MIME Type:
Creator:
Kendric Wang
Created:
2008-06-16 16:22:19 EDT
Size:
4.78 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.releng.builder >Index: master/bash/run-javadoc.sh >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/bash/run-javadoc.sh,v >retrieving revision 1.47 >diff -u -r1.47 run-javadoc.sh >--- master/bash/run-javadoc.sh 1 May 2008 21:08:14 -0000 1.47 >+++ master/bash/run-javadoc.sh 16 Jun 2008 20:15:07 -0000 >@@ -1,13 +1,15 @@ > #!/bin/bash -x > >-if [ $# -ne 3 ]; then >- echo "usage: run-javadoc.sh <workspace dir> <release version> <previous version>" >+if [ $# -ne 4 ]; then >+ echo "usage: run-javadoc.sh <workspace dir> <release version> <previous version> <CVS branch>" > exit 2 > fi > > wsdir=$1 > version=$2 > previousVersion=$3 >+cvsbrn=$4 >+ > #JAVA_5_HOME=/opt/ibm/jdk1.5.0_06 > JAVA_5_HOME=/opt/ibm/ibm-java2-i386-50 > JAVADOC_FLAGS=-J-Xmx500m >@@ -123,3 +125,31 @@ > tar zxf jdiff.tgz > rm -f jdiff.tgz > ssh download-eclipse "cd /home/data/httpd/archive.eclipse.org/tptp/$version/jdiff; rm -fr Platform Monitoring_Tools Testing_Tools Tracing_and_Profiling_Tools; tar zxf jdiff.tgz; rm -f jdiff.tgz" >+ >+# Create javadoc plugins and upload them to the webserver >+cd $ws >+cvs -d tptp:/cvsroot/tptp ex -r $cvsbrn -d eclipse/plugins/org.eclipse.tptp.platform.api.doc.isv platform/org.eclipse.tptp.platform.api.doc.isv >+cp -r Platform eclipse/plugins/org.eclipse.tptp.platform.api.doc.isv/javadoc/ >+rm eclipse/plugins/org.eclipse.tptp.platform.api.doc.isv/build.properties >+zip -ry platform-api-TPTP-$version.zip eclipse >+rm -rf eclipse >+ >+cvs -d tptp:/cvsroot/tptp ex -r $cvsbrn -d eclipse/plugins/org.eclipse.tptp.monitoring.api.doc.isv monitoring/org.eclipse.tptp.monitoring.api.doc.isv >+cp -r Monitoring_Tools eclipse/plugins/org.eclipse.tptp.monitoring.api.doc.isv/javadoc/ >+rm eclipse/plugins/org.eclipse.tptp.monitoring.api.doc.isv/build.properties >+zip -ry monitoring-api-TPTP-$version.zip eclipse >+rm -rf eclipse >+ >+cvs -d tptp:/cvsroot/tptp ex -r $cvsbrn -d eclipse/plugins/org.eclipse.tptp.test.api.doc.isv test/org.eclipse.tptp.test.api.doc.isv >+cp -r Testing_Tools eclipse/plugins/org.eclipse.tptp.test.api.doc.isv/javadoc/ >+rm eclipse/plugins/org.eclipse.tptp.test.api.doc.isv/build.properties >+zip -ry test-api-TPTP-$version.zip eclipse >+rm -rf eclipse >+ >+cvs -d tptp:/cvsroot/tptp ex -r $cvsbrn -d eclipse/plugins/org.eclipse.tptp.trace.api.doc.isv trace/org.eclipse.tptp.trace.api.doc.isv >+cp -r Tracing_and_Profiling_Tools eclipse/plugins/org.eclipse.tptp.trace.api.doc.isv/javadoc/ >+rm eclipse/plugins/org.eclipse.tptp.trace.api.doc.isv/build.properties >+zip -ry trace-api-TPTP-$version.zip eclipse >+rm -rf eclipse >+ >+scp platform-api-TPTP-$version.zip monitoring-api-TPTP-$version.zip test-api-TPTP-$version.zip trace-api-TPTP-$version.zip download-eclipse:/home/data/httpd/archive.eclipse.org/tptp/$version/javadoc >\ No newline at end of file >Index: master/templateFiles/drop.html.template >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/templateFiles/drop.html.template,v >retrieving revision 1.222 >diff -u -r1.222 drop.html.template >--- master/templateFiles/drop.html.template 1 May 2008 17:38:47 -0000 1.222 >+++ master/templateFiles/drop.html.template 16 Jun 2008 20:15:08 -0000 >@@ -462,7 +462,7 @@ > <li><a href="http://www.eclipse.org/tptp/home/downloads/@releaseVersion@/documents/installguide/InstallGuide45.html">Installation Guide v4.5.0</a></li> > <li><a href="http://www.eclipse.org/tptp/home/downloads/@releaseVersion@/documents/releasenotes/releasenotes4_5_0.html">Release Notes v4.5.0</a></li> > <!-- >- <li><a href="http://www.eclipse.org/tptp/home/documents/resources/javadoc.html#43">HTML JavaDoc for v4.3.0</a></li> >+ <li><a href="http://www.eclipse.org/tptp/home/documents/resources/javadoc.html#45">HTML JavaDoc for v4.5.0</a></li> > <li><a href="http://www.eclipse.org/tptp/home/downloads/@releaseVersion@/migrateguide/tptp_migration_guide_consumers.html">Migration guide for consumers</a></li> > --> > <li><a href="http://www.eclipse.org/tptp/home/documents/">More...</a></li> >Index: master/runtime/customTargets.xml >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/runtime/customTargets.xml,v >retrieving revision 1.692 >diff -u -r1.692 customTargets.xml >--- master/runtime/customTargets.xml 6 Jun 2008 00:22:58 -0000 1.692 >+++ master/runtime/customTargets.xml 16 Jun 2008 20:15:08 -0000 >@@ -1699,6 +1699,7 @@ > <arg value="${buildDirectory}" /> > <arg value="${releaseVersion}" /> > <arg value="${previousVersion}" /> >+ <arg value="${cvsbrn}" /> > </exec> > </target> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 144769
:
105071
| 105072