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 61754 Details for
Bug 170540
Create servlets for uploading data to mylar.eclipse.org
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]
adds the javax servlet library
170540Patch.txt (text/plain), 4.45 KB, created by
meghan
on 2007-03-22 17:30:54 EDT
(
hide
)
Description:
adds the javax servlet library
Filename:
MIME Type:
Creator:
meghan
Created:
2007-03-22 17:30:54 EDT
Size:
4.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylar.monitor.server >Index: .refactorings/2007/3/12/refactorings.history >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/sandbox/org.eclipse.mylar.monitor.server/.refactorings/2007/3/12/refactorings.history,v >retrieving revision 1.1 >diff -u -r1.1 refactorings.history >--- .refactorings/2007/3/12/refactorings.history 22 Mar 2007 17:53:17 -0000 1.1 >+++ .refactorings/2007/3/12/refactorings.history 22 Mar 2007 21:18:14 -0000 >@@ -2,4 +2,6 @@ > <session version="1.0"> > <refactoring accessors="true" comment="Delete 1 element(s) from project 'org.eclipse.mylar.monitor.server' - Original project: 'org.eclipse.mylar.monitor.server' - Original element: 'bin'" description="Delete element" element1="bin" elements="0" flags="589830" id="org.eclipse.jdt.ui.delete" resources="1" stamp="1174495277568" subPackages="false" version="1.0"/> > <refactoring accessors="true" comment="Delete 1 element(s) from project 'org.eclipse.mylar.monitor.server' - Original project: 'org.eclipse.mylar.monitor.server' - Original element: 'lib'" description="Delete element" element1="lib" elements="0" flags="589830" id="org.eclipse.jdt.ui.delete" resources="1" stamp="1174495283724" subPackages="false" version="1.0"/> >+<refactoring accessors="true" comment="Delete 1 element(s) from project 'org.eclipse.mylar.monitor.server' - Original project: 'org.eclipse.mylar.monitor.server' - Original element: 'servlet.jar'" description="Delete element" element1="WEB-INF/lib/servlet.jar" elements="0" flags="589830" id="org.eclipse.jdt.ui.delete" resources="1" stamp="1174597673706" subPackages="false" version="1.0"/> >+<refactoring accessors="true" comment="Delete 1 element(s) from project 'org.eclipse.mylar.monitor.server' - Original project: 'org.eclipse.mylar.monitor.server' - Original element: 'commons-fileupload-1.1.1.jar'" description="Delete element" element1="WEB-INF/lib/commons-fileupload-1.1.1.jar" elements="0" flags="589830" id="org.eclipse.jdt.ui.delete" resources="1" stamp="1174597677128" subPackages="false" version="1.0"/> > </session> >Index: .refactorings/2007/3/12/refactorings.index >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/sandbox/org.eclipse.mylar.monitor.server/.refactorings/2007/3/12/refactorings.index,v >retrieving revision 1.1 >diff -u -r1.1 refactorings.index >--- .refactorings/2007/3/12/refactorings.index 22 Mar 2007 17:53:17 -0000 1.1 >+++ .refactorings/2007/3/12/refactorings.index 22 Mar 2007 21:18:14 -0000 >@@ -1,2 +1,4 @@ > 1174495277568 Delete element > 1174495283724 Delete element >+1174597673706 Delete element >+1174597677128 Delete element >Index: WEB-INF/lib/readme.txt >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/sandbox/org.eclipse.mylar.monitor.server/WEB-INF/lib/readme.txt,v >retrieving revision 1.1 >diff -u -r1.1 readme.txt >--- WEB-INF/lib/readme.txt 22 Mar 2007 17:51:58 -0000 1.1 >+++ WEB-INF/lib/readme.txt 22 Mar 2007 21:18:14 -0000 >@@ -1,4 +1,4 @@ >-This plugin depends on two Apache libraries that must be downloaded independently of Mylar. >+This plugin depends on three Apache libraries that must be downloaded independently of Mylar. > > > commons-fileupload-1.1.1.jar can be downloaded from here: >@@ -6,3 +6,7 @@ > > commons-io-1.2.jar can be downloaded from here: > http://archive.apache.org/dist/jakarta/commons/io/binaries/ >+ >+servlet-api.jar can be downloaded from here: >+(I believe that you have to download the whole Tomcat install) >+http://tomcat.apache.org/download-60.cgi >\ No newline at end of file >Index: .classpath >=================================================================== >RCS file: /cvsroot/technology/org.eclipse.mylar/sandbox/org.eclipse.mylar.monitor.server/.classpath,v >retrieving revision 1.2 >diff -u -r1.2 .classpath >--- .classpath 22 Mar 2007 17:51:57 -0000 1.2 >+++ .classpath 22 Mar 2007 21:18:14 -0000 >@@ -15,5 +15,6 @@ > <classpathentry kind="lib" path="/org.eclipse.mylar/lib-httpclient/commons-httpclient-3.0.1.jar"/> > <classpathentry kind="lib" path="WEB-INF/lib/commons-io-1.2.jar"/> > <classpathentry kind="lib" path="WEB-INF/lib/commons-fileupload-1.2.jar"/> >+ <classpathentry kind="lib" path="WEB-INF/lib/servlet-api.jar"/> > <classpathentry kind="output" path="WEB-INF/classes"/> > </classpath>
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 170540
:
57158
|
58678
|
58679
|
61568
| 61754