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 187463 Details for
Bug 335240
DefaultTaskSchema missing CC attribute
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]
patch v1
clipboard.txt (text/plain), 2.76 KB, created by
Thomas Ehrnhoefer
on 2011-01-24 15:06:44 EST
(
hide
)
Description:
patch v1
Filename:
MIME Type:
Creator:
Thomas Ehrnhoefer
Created:
2011-01-24 15:06:44 EST
Size:
2.76 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.mylyn.tasks.core >Index: src/org/eclipse/mylyn/internal/tasks/core/data/DefaultTaskSchema.java >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/data/DefaultTaskSchema.java,v >retrieving revision 1.9 >diff -u -r1.9 DefaultTaskSchema.java >--- src/org/eclipse/mylyn/internal/tasks/core/data/DefaultTaskSchema.java 20 Nov 2010 10:45:52 -0000 1.9 >+++ src/org/eclipse/mylyn/internal/tasks/core/data/DefaultTaskSchema.java 24 Jan 2011 20:06:19 -0000 >@@ -237,6 +237,8 @@ > public static final Field USER_REPORTER = createField(TaskAttribute.USER_REPORTER, > Messages.DefaultTaskSchema_Reporter_Label, TaskAttribute.TYPE_PERSON, Flag.PEOPLE); > >+ public static final Field USER_CC = createField(TaskAttribute.USER_CC, Messages.DefaultTaskSchema_CC_Label, TaskAttribute.TYPE_PERSON, Flag.PEOPLE); >+ > public static final Field TASK_URL = createField(TaskAttribute.TASK_URL, Messages.DefaultTaskSchema_URL_Label, > TaskAttribute.TYPE_URL, Flag.READ_ONLY); > >Index: src/org/eclipse/mylyn/internal/tasks/core/data/Messages.java >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/data/Messages.java,v >retrieving revision 1.3 >diff -u -r1.3 Messages.java >--- src/org/eclipse/mylyn/internal/tasks/core/data/Messages.java 8 Jun 2010 23:10:13 -0000 1.3 >+++ src/org/eclipse/mylyn/internal/tasks/core/data/Messages.java 24 Jan 2011 20:06:19 -0000 >@@ -24,6 +24,8 @@ > > public static String DefaultTaskSchema_Author_Label; > >+ public static String DefaultTaskSchema_CC_Label; >+ > public static String DefaultTaskSchema_Completion_Label; > > public static String DefaultTaskSchema_Component_Label; >Index: src/org/eclipse/mylyn/internal/tasks/core/data/messages.properties >=================================================================== >RCS file: /cvsroot/mylyn/org.eclipse.mylyn.tasks/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/internal/tasks/core/data/messages.properties,v >retrieving revision 1.3 >diff -u -r1.3 messages.properties >--- src/org/eclipse/mylyn/internal/tasks/core/data/messages.properties 8 Jun 2010 23:10:13 -0000 1.3 >+++ src/org/eclipse/mylyn/internal/tasks/core/data/messages.properties 24 Jan 2011 20:06:19 -0000 >@@ -12,6 +12,7 @@ > DefaultTaskSchema_Attachment_ID_Label=Attachment ID > DefaultTaskSchema_Attachment_Label=Attachment > DefaultTaskSchema_Author_Label=Author >+DefaultTaskSchema_CC_Label=CC > DefaultTaskSchema_Completion_Label=Completion > DefaultTaskSchema_Component_Label=Component > DefaultTaskSchema_Content_Type_Label=Content-Type
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 335240
: 187463 |
187464