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 63954 Details for
Bug 170263
[Vista] EventLogReader creates meaningless security event log message
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 for plugin.xml and plugin.properties
plugin_xml_patch.txt (text/plain), 4.78 KB, created by
Cindy Jin
on 2007-04-16 17:25:01 EDT
(
hide
)
Description:
patch for plugin.xml and plugin.properties
Filename:
MIME Type:
Creator:
Cindy Jin
Created:
2007-04-16 17:25:01 EDT
Size:
4.78 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.logging.parsers >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/plugin.properties,v >retrieving revision 1.18 >diff -u -r1.18 plugin.properties >--- plugin.properties 21 Mar 2007 21:30:09 -0000 1.18 >+++ plugin.properties 16 Apr 2007 21:24:59 -0000 >@@ -59,7 +59,7 @@ > STR_WINDOWS_SYSTEM_LOG_IMPORT_VERSION = Microsoft Windows &version: > STR_WINDOWS_SYSTEM_LOG_IMPORT_VERSION_TOOLTIP = Microsoft Windows version used to generate the system log file > >-STR_WINDOWS_ALL = All >+STR_WINDOWS_ALL = Windows XP,Windows 2000,Windows Server 2003,Windows Vista > > STR_JAVA_LOGGING_XML_LOG_IMPORT_FILE_PATH_UI_ = Java Logging XML log file &path: > STR_JAVA_LOGGING_XML_LOG_IMPORT_FILE_PATH_TOOLTIP_UI_ = The absolute path of the Java Logging XML log file >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.hyades.logging.parsers/plugin.xml,v >retrieving revision 1.30 >diff -u -r1.30 plugin.xml >--- plugin.xml 11 Mar 2007 06:18:08 -0000 1.30 >+++ plugin.xml 16 Apr 2007 21:24:59 -0000 >@@ -106,7 +106,7 @@ > <field > useBrowse="false" > defaultValue="%STR_APACHE_ACCESS_LOG_DEFAULT_VERSION_UI_" >- defaultRuntimeValue="1.3.20(static),1.3.26(static),2.0(static),1.3.x(rules),2.0.x(rules)" >+ defaultRuntimeValue="1.3.20(static),1.3.26(static),2.0(static),1.3.x(rules),2.0.x(rules),test" > name="%STR_APACHE_ACCESS_LOG_IMPORT_APACHE_VERSION" > helpContextId="" > tooltip="%STR_APACHE_ACCESS_LOG_IMPORT_APACHE_VERSION_TOOLTIP" >@@ -232,7 +232,7 @@ > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" >- defaultRuntimeValue="All" >+ defaultRuntimeValue="Windows XP, Windows 2000, Windows Server 2003, Windows Vista" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_APPLICATION_LOG_IMPORT_VERSION_TOOLTIP" >@@ -241,9 +241,13 @@ > </field> > <!-- Default should be defined in case a match cannot be found --> > <!-- Config file lookup based on the selected version above --> >+ <parserParameter >+ name="Windows Vista" >+ value="./Windows/application/vista/nl/regex.adapter"> >+ </parserParameter> > <parserParameter > name="Default" >- value="./Windows/application/nl/regex.adapter"> >+ value="./Windows/application/windowsXP/nl/regex.adapter"> > </parserParameter> > </parser> > </extension> >@@ -261,7 +265,7 @@ > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" >- defaultRuntimeValue="All" >+ defaultRuntimeValue="WindowsXP,Windows2000,WindowsServer2003,WindowsVista" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_SECURITY_LOG_IMPORT_VERSION_TOOLTIP" >@@ -272,7 +276,11 @@ > <!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" >- value="./Windows/security/nl/regex.adapter"> >+ value="./Windows/security/windowsXP/nl/regex.adapter"> >+ </parserParameter> >+ <parserParameter >+ name="Windows Vista" >+ value="./Windows/security/vista/nl/regex.adapter"> > </parserParameter> > </parser> > </extension> >@@ -290,7 +298,7 @@ > <field > useBrowse="false" > defaultValue="%STR_WINDOWS_ALL" >- defaultRuntimeValue="All" >+ defaultRuntimeValue="Windows XP,Windows 2000,Windows Server 2003,Windows Vista" > name="%STR_WINDOWS_OPERATING_SYSTEM_VERSION" > helpContextId="" > tooltip="%STR_WINDOWS_SYSTEM_LOG_IMPORT_VERSION_TOOLTIP" >@@ -301,8 +309,13 @@ > <!-- Config file lookup based on the selected version above --> > <parserParameter > name="Default" >- value="./Windows/system/nl/regex.adapter"> >+ value="./Windows/system/windowsXP/nl/regex.adapter"> >+ </parserParameter> >+ <parserParameter >+ name="Windows Vista" >+ value="./Windows/system/vista/nl/regex.adapter"> > </parserParameter> >+ > </parser> > </extension> > <!-- Java Logging XML log Parser extension point -->
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 170263
:
63951
|
63952
|
63953
|
63954
|
64520
|
64521
|
64522