Edit D:\app\Administrator\product\11.2.0\dbhome_1\sqldeveloper\jdev\extensions\META-INF\extension.xml
<?xml version="1.0" encoding="UTF-8"?> <extension xmlns="http://jcp.org/jsr/198/extension-manifest" id="oracle.jdeveloper.subversion" version="11.1.1.0.22.49.48" esdk-version="1.0" rsbundle-class="oracle.jdevimpl.vcs.svn.res.Resource"> <name rskey="SVN_LONG_NAME"/> <owner rskey="SVN_OWNER"/> <dependencies> <import>oracle.ide.importexport</import> <import>oracle.jdeveloper.vcs</import> </dependencies> <classpaths> <classpath>../../lib/xml.jar</classpath> <classpath>${ide.extension.install.home}/svnjavahl.jar</classpath> <classpath>${ide.extension.install.home}/svnClientAdapter.jar</classpath> <classpath>${ide.extension.install.home}/svnkit.jar</classpath> <classpath>${ide.extension.install.home}/ganymed.jar</classpath> </classpaths> <hooks> <menu-hook> <toolbars> <toolbar id="VCSNavigatorWindow-SVN.Toolbar"> <section id="main"> <item action-ref="Ide.DELETE_CMD_ID" /> <item action-ref="Ide.REFRESH_CMD_ID" /> </section> </toolbar> </toolbars> </menu-hook> <feature-hook> <description rskey="SVN_DESCRIPTION"/> <optional>true</optional> <part-of>oracle.jdeveloper.vcs</part-of> </feature-hook> <jdeveloper-hook xmlns="http://xmlns.oracle.com/jdeveloper/1013/extension"> <context-menu-listeners> <site idref="navigator"> <listener-class>oracle.jdevimpl.vcs.svn.nav.SVNNavigatorContextMenu</listener-class> </site> </context-menu-listeners> <help> <item> <helpName>Subversion</helpName> <helpURL>${ide.extension.install.home}/svnf1help.jar!/svn.hs</helpURL> </item> </help> <settings-migrators> <migrator-class>oracle.jdevimpl.vcs.svn.migration.SVNExtensionMigrator</migrator-class> <migrator-class>oracle.jdevimpl.vcs.svn.migration.SVNConnectionsMigrator</migrator-class> </settings-migrators> </jdeveloper-hook> <importexport-hook xmlns="http://xmlns.oracle.com/ide/1013/ide-importexport"> <import>oracle.jdevimpl.vcs.svn.repos.SVNRepositoryImportExportWizard</import> <export>oracle.jdevimpl.vcs.svn.repos.SVNRepositoryImportExportWizard</export> </importexport-hook> <vcs-hook xmlns="http://xmlns.oracle.com/jdeveloper/vcshook"> <vcs-profile> <listener-class>oracle.jdevimpl.vcs.svn.SVNProfile</listener-class> <client-info> <short-label rskey="SVN_SHORT_NAME"/> <long-label rskey="SVN_LONG_NAME"/> </client-info> <client-setting id="CLIENT_TECHNOLOGY"> <property type="java.lang.Integer"> <!-- See SVNClientSelector for types. --> <id>clientType</id> <default-value>2</default-value> </property> </client-setting> <client-setting id="VTOOLS_SETTINGS"> <property type="java.lang.Integer"> <!-- 0->Always, 1->When Comments Hidden, 2->Never --> <id>outgoingCommitDialog</id> <default-value>1</default-value> </property> <property type="java.lang.Integer"> <!-- Incoming changes timer interval. --> <id>incomingInterval</id> <default-value>15</default-value> </property> <property type="java.lang.String"> <!-- Incoming changes timer interval unit [MINUTES|HOURS]. --> <id>incomingIntervalUnit</id> <default-value>MINUTES</default-value> </property> </client-setting> <preferences> <traversable-class>oracle.jdevimpl.vcs.svn.prefs.SVNClientsTraversable</traversable-class> <child-panel> <traversable-class>oracle.jdevimpl.vcs.svn.prefs.SVNEnvironmentTraversable</traversable-class> <label rskey="PREFERENCES_GENERAL"/> </child-panel> <child-panel> <traversable-class>oracle.jdevimpl.vcs.svn.prefs.SVNVersionToolsTraversable</traversable-class> <label rskey="PREFERENCES_VTOOLS"/> <searchTag rskey="PREFERENCES_SEARCH_TAG"/> </child-panel> </preferences> <file-system> <url-filter id="oracle.jdeveloper.vcs.filters.url.DEFAULT"> <type>FILE_PROTOCOL</type> </url-filter> <url-filter id="oracle.jdeveloper.vcs.filters.url.CONTROL" class="oracle.jdevimpl.vcs.svn.util.ControlURLFilter"/> <url-filter id="oracle.jdeveloper.subversion.filters.url.SVN_NAV"> <protocol>ide.scm.svn.nav</protocol> </url-filter> <url-filter id="oracle.jdeveloper.subversion.filters.url.WORKING_COPY" class="oracle.jdevimpl.vcs.svn.util.WorkingCopyURLFilter"/> <url-filter id="oracle.jdeveloper.subversion.filters.url.ADMINISTRATIVE" class="oracle.jdevimpl.vcs.svn.util.AdministrativeURLFilter"/> <helper> <protocol>file</protocol> <helper-class>oracle.jdevimpl.vcs.svn.SVNFileProtocolHelper</helper-class> </helper> <helper> <protocol>ide.scm.svn.nav</protocol> <helper-class>oracle.jdevimpl.vcs.svn.nav.SVNNavURLFileSystemHelper</helper-class> </helper> <statuses> <resolver-class>oracle.jdevimpl.vcs.svn.SVNStatusResolver</resolver-class> <status id="UNVERSIONED"> <versioned>false</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_UNVERSIONED"/> <short-label-key>STATUS_UNVERSIONED</short-label-key> </status> <status id="UNMODIFIED"> <!-- Item has not been modified in the working copy (wc). --> <versioned>true</versioned> <overlay-icon-key>OVERLAY_UNMODIFIED</overlay-icon-key> <short-label-key>STATUS_UNMODIFIED</short-label-key> </status> <status id="MODIFIED"> <!-- Item has local (wc) modifications. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_MODIFIED"/> <short-label-key>STATUS_MODIFIED</short-label-key> </status> <status id="ADDED"> <!-- Item is scheduled for addition. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_ADDED"/> <short-label-key>STATUS_ADDED</short-label-key> </status> <status id="CONFLICTS"> <!-- Item has recieved remote modifications which conflict with local (wc) modification. --> <versioned>true</versioned> <conflicts>true</conflicts> <highlight-changelist>true</highlight-changelist> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_CONFLICT</short-label-key> </status> <status id="DELETED"> <!-- Item is scheduled for deletion. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_ID_REMOVED"/> <short-label-key>STATUS_DELETED</short-label-key> </status> <status id="EXTERNAL"> <!-- An unversioned path populated by an svn:external property.--> <versioned>false</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_EXTERNAL</short-label-key> </status> <status id="IGNORED"> <!-- An item is marked as ignored by the svn:ignored propety. --> <versioned>false</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_IGNORED</short-label-key> </status> <status id="INCOMPLETE"> <!-- A directory doesn't contain a complete entries list. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_INCOMPLETE</short-label-key> </status> <status id="MERGED"> <!-- Local modifications successfully merged with remote modification. --> <versioned>true</versioned> <overlay-icon-key>OVERLAY_MODIFIED</overlay-icon-key> <short-label-key>STATUS_MERGED</short-label-key> </status> <status id="MISSING"> <!-- Item is under version control, but is missing. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_MISSING</short-label-key> </status> <status id="OBSTRUCTED"> <!-- An unversioned resource is in the way of the versioned resource. --> <versioned>true</versioned> <overlay-icon-ref icon-id="oracle.jdeveloper.vcs.icon.OVERLAY_ICON_CONFLICTS"/> <short-label-key>STATUS_OBSTRUCTED</short-label-key> </status> <status id="REPLACED"> <!-- Item was deleted then re-added. --> <versioned>true</versioned> <overlay-icon-key>OVERLAY_UNMODIFIED</overlay-icon-key> <short-label-key>STATUS_REPLACED</short-label-key> </status> <status id="ADMINISTRATIVE"> <!-- A file in a wc '.svn' directory, or the '.svn' directory itself. --> <versioned>false</versioned> <short-label-key>STATUS_ADMINISTRATIVE</short-label-key> </status> <status-filter id="oracle.jdeveloper.subversion.filter.status.EXISTS_REMOTELY"> <reject-status status-id="ADDED"/> <reject-status status-id="ADMINISTRATIVE"/> <reject-status status-id="OBSTRUCTED"/> <reject-status status-id="IGNORED"/> <reject-status status-id="UNVERSIONED"/> <reject-status status-id="EXTERNAL"/> <reject-status status-id="oracle.jdeveloper.vcs.status.UNRECOGNIZED"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.UNADDED"> <accept-status status-id="UNVERSIONED"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.REVERTABLE"> <reject-status status-id="oracle.jdeveloper.vcs.status.UNRECOGNIZED"/> <reject-status status-id="UNVERSIONED"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.UPDATEABLE"> <reject-status status-id="ADDED"/> <reject-status status-id="ADMINISTRATIVE"/> <reject-status status-id="OBSTRUCTED"/> <reject-status status-id="IGNORED"/> <reject-status status-id="UNVERSIONED"/> <reject-status status-id="oracle.jdeveloper.vcs.status.UNRECOGNIZED"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.COMMITABLE"> <reject-status status-id="oracle.jdeveloper.vcs.status.UNRECOGNIZED"/> <reject-status status-id="UNVERSIONED"/> <reject-status status-id="ADMINISTRATIVE"/> <!--<reject-status status-id="UNMODIFIED"/> --> <reject-status status-id="IGNORED"/> <reject-status status-id="CONFLICTS"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"> <reject-status status-id="ADMINISTRATIVE"/> <reject-status status-id="OBSTRUCTED"/> <reject-status status-id="IGNORED"/> <reject-status status-id="UNVERSIONED"/> <reject-status status-id="CONFLICTS"/> <reject-status status-id="oracle.jdeveloper.vcs.status.UNRECOGNIZED"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.CONFLICTED"> <accept-status status-id="CONFLICTS"/> </status-filter> <status-filter id="oracle.jdeveloper.subversion.filter.status.ADDED"> <accept-status status-id="ADDED"/> </status-filter> <overlay-producer-class>oracle.jdevimpl.vcs.svn.SVNOverlayProducer</overlay-producer-class> </statuses> </file-system> <event-bus> <node-observer class="oracle.jdeveloper.vcs.spi.VCSSingleNodeObserver"/> </event-bus> <actions> <action id="oracle.jdeveloper.subversion.show-navigator"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.ShowNavigatorCmd</action-class> <resource-prefix>ACTION_SHOW_NAVIGATOR</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.new-connection"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.NewConnectionCommand</action-class> <resource-prefix>ACTION_NEW_CONNECTION</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.edit-connection"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.EditConnectionCommand</action-class> <resource-prefix>ACTION_EDIT_CONNECTION</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.delete-connection"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.DeleteConnectionCommand</action-class> <resource-prefix>ACTION_DELETE_CONNECTION</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.delete-remote-resource"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.DeleteRemoteResourceCommand</action-class> <resource-prefix>ACTION_DELETE_REMOTE_RESOURCE</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.copy-svnurl"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.CopySVNURLCommand</action-class> <resource-prefix>ACTION_COPY_SVNURL</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.export-connections"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.ExportConnectionsCommand</action-class> <resource-prefix>ACTION_EXPORT_CONNECTIONS</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.import-connections"> <action-class>oracle.jdevimpl.vcs.svn.nav.cmd.ImportConnectionsCommand</action-class> <resource-prefix>ACTION_IMPORT_CONNECTIONS</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.create-repos"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCreateRepos</action-class> <style>NORMAL</style> <resource-prefix>ACTION_CREATE_REPOS</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.checkout"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCheckout</action-class> <style>NORMAL</style> <resource-prefix>ACTION_CHECKOUT</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.add"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationAdd</action-class> <style>MULTI</style> <resource-prefix>ACTION_ADD</resource-prefix> <icon-ref icon-id="oracle.jdeveloper.vcs.icon.ADD"/> <dialog-title rskey="ACTION_ADD_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_ADD_DIALOG_MESSAGE"/> <help-topic-id>f1_svnaddtosourcecontrol_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.UNADDED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.remove"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationRemove</action-class> <style>MULTI</style> <resource-prefix>ACTION_REMOVE</resource-prefix> <dialog-title rskey="ACTION_REMOVE_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_REMOVE_DIALOG_MESSAGE"/> <help-topic-id>f1_svnremovefromsubversion_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> <requires> <requirement class="oracle.jdeveloper.vcs.generic.EditableRequirement"/> </requires> </action> <action id="oracle.jdeveloper.subversion.revert"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationRevert</action-class> <style>MULTI</style> <resource-prefix>ACTION_REVERT</resource-prefix> <dialog-title rskey="ACTION_REVERT_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_REVERT_DIALOG_MESSAGE"/> <help-topic-id>f1_svnrevertlocalchanges_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.REVERTABLE"/> </affects> </action> <action id="oracle.jdeveloper.subversion.update"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationUpdate</action-class> <style>MULTI</style> <icon-ref icon-id="oracle.jdeveloper.vcs.icon.SYNCHRONIZE_ALL"/> <resource-prefix>ACTION_UPDATE</resource-prefix> <dialog-title rskey="ACTION_UPDATE_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_UPDATE_DIALOG_MESSAGE"/> <help-topic-id>f1_svnupdateresources_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.UPDATEABLE"/> </affects> </action> <action id="oracle.jdeveloper.subversion.update-workingcopy"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationUpdateWC</action-class> <style>MULTI</style> <resource-prefix>ACTION_UPDATE_WC</resource-prefix> <dialog-title rskey="ACTION_UPDATE_WC_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_UPDATE_WC_DIALOG_MESSAGE"/> <help-topic-id>f1_svnupdateworkingcopy_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <action id="oracle.jdeveloper.subversion.commit"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCommit</action-class> <style>MULTI</style> <icon-ref icon-id="oracle.jdeveloper.vcs.icon.CHECK_IN_ALL"/> <resource-prefix>ACTION_COMMIT</resource-prefix> <dialog-title rskey="ACTION_COMMIT_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_COMMIT_DIALOG_MESSAGE"/> <help-topic-id>f1_svncommitresources_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.COMMITABLE"/> </affects> </action> <action id="oracle.jdeveloper.subversion.commit-workingcopy"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCommitWC</action-class> <style>MULTI</style> <resource-prefix>ACTION_COMMIT_WC</resource-prefix> <dialog-title rskey="ACTION_COMMIT_WC_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_COMMIT_WC_DIALOG_MESSAGE"/> <help-topic-id>f1_svncommitworkingcopy_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <action id="oracle.jdeveloper.subversion.resolve-conflicts"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationResolveConflicts</action-class> <style>SINGLE</style> <icon-ref icon-id="oracle.jdeveloper.vcs.icon.MERGE"/> <resource-prefix>ACTION_RESOLVE_CONFLICTS</resource-prefix> <help-topic-id>f1_svnmergetool_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.CONFLICTED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.resolved"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationMarkResolved</action-class> <style>MULTI</style> <resource-prefix>ACTION_MARK_RESOLVED</resource-prefix> <dialog-title rskey="ACTION_MARK_RESOLVED_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_MARK_RESOLVED_DIALOG_MESSAGE"/> <help-topic-id>f1_svnmarkasresolved_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.CONFLICTED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.import"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationImport</action-class> <style>SINGLE</style> <resource-prefix>ACTION_IMPORT</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.UNRECOGNIZED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.export"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationExport</action-class> <style>SINGLE</style> <resource-prefix>ACTION_EXPORT</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.compare-previous"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationComparePrevious</action-class> <resource-prefix>ACTION_COMPARE_PREVIOUS</resource-prefix> <icon-ref icon-id="oracle.jdeveloper.vcs.icon.COMPARE_PREVIOUS"/> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.EXISTS_REMOTELY"/> </affects> </action> <action id="oracle.jdeveloper.subversion.compare-latest"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCompareLatest</action-class> <resource-prefix>ACTION_COMPARE_LATEST</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.EXISTS_REMOTELY"/> </affects> </action> <action id="oracle.jdeveloper.subversion.compare-other"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCompareOther</action-class> <resource-prefix>ACTION_COMPARE_OTHER</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.EXISTS_REMOTELY"/> </affects> </action> <action id="oracle.jdeveloper.subversion.replace-previous"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationReplacePrevious</action-class> <resource-prefix>ACTION_REPLACE_PREVIOUS</resource-prefix> <dialog-title rskey="ACTION_REPLACE_PREVIOUS_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_REPLACE_PREVIOUS_DIALOG_MESSAGE"/> <help-topic-id>f1_svnreplacewithbaserevision_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.REVERTABLE"/> </affects> </action> <action id="oracle.jdeveloper.subversion.new-remote-directory"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationNewRemoteDir</action-class> <resource-prefix>ACTION_CREATE_REMOTE_DIR</resource-prefix> </action> <action id="oracle.jdeveloper.subversion.branch"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationBranch</action-class> <resource-prefix>ACTION_BRANCH</resource-prefix> <style>SINGLE</style> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.merge"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationMerge</action-class> <style>SINGLE</style> <resource-prefix>ACTION_MERGE</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.switch"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationSwitch</action-class> <style>SINGLE</style> <resource-prefix>ACTION_SWITCH</resource-prefix> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.addproperty"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationAddProperty</action-class> <resource-prefix>ACTION_ADDPROPERTY</resource-prefix> <style>MULTI</style> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.editproperty"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationEditProperty</action-class> <resource-prefix>ACTION_EDITPROPERTY</resource-prefix> <style>SINGLE</style> <affects> <status-filter-ref id="oracle.jdeveloper.vcs.filter.status.VERSIONED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.ignore"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationIgnore</action-class> <resource-prefix>ACTION_IGNORE</resource-prefix> <style>MULTI</style> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.UNADDED"/> </affects> </action> <action id="oracle.jdeveloper.subversion.viewproperties"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationViewProperties</action-class> <resource-prefix>ACTION_VIEWPROPERTIES</resource-prefix> <style>SINGLE</style> </action> <action id="oracle.jdeveloper.subversion.lock"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationLock</action-class> <style>MULTI</style> <type>FILE</type> <resource-prefix>ACTION_LOCK</resource-prefix> <dialog-title rskey="ACTION_LOCK_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_LOCK_DIALOG_MESSAGE"/> <help-topic-id>f1_svnlock_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <action id="oracle.jdeveloper.subversion.unlock"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationUnlock</action-class> <style>MULTI</style> <type>FILE</type> <resource-prefix>ACTION_UNLOCK</resource-prefix> <dialog-title rskey="ACTION_UNLOCK_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_UNLOCK_DIALOG_MESSAGE"/> <help-topic-id>f1_svnunlock_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <action id="oracle.jdeveloper.subversion.cleanup"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationCleanup</action-class> <style>MULTI</style> <type>FOLDER</type> <resource-prefix>ACTION_CLEANUP</resource-prefix> <dialog-title rskey="ACTION_CLEANUP_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_CLEANUP_DIALOG_MESSAGE"/> <help-topic-id>f1_svncleanup_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <action id="oracle.jdeveloper.subversion.viewannotation"> <action-class>oracle.jdevimpl.vcs.svn.op.SVNOperationViewAnnotation</action-class> <style>SINGLE</style> <type>FILE</type> <resource-prefix>ACTION_ANNOTATION</resource-prefix> <dialog-title rskey="ACTION_ANNOTATION_DIALOG_TITLE"/> <dialog-hint rskey="ACTION_ANNOTATION_DIALOG_MESSAGE"/> <help-topic-id>f1_svnviewannotation_html</help-topic-id> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.WORKINGCOPIES"/> </affects> </action> <refresh-action> <refresh-statuses/> </refresh-action> </actions> <menus> <dynamic-chooser-class>oracle.jdevimpl.vcs.svn.SVNCommandChooser</dynamic-chooser-class> <vcs-menu id="oracle.jdeveloper.vcs.menus.VERSIONING_MENU"> <!-- Section for basic operations which access the repos. --> <section id="remote-basic"> <item action-ref="oracle.jdeveloper.subversion.create-repos"/> <item action-ref="oracle.jdeveloper.subversion.checkout"/> </section> <!-- Section for basic operations which do not access the repos. --> <section id="local-basic"> <item action-ref="oracle.jdeveloper.subversion.commit"/> <item action-ref="oracle.jdeveloper.subversion.update"/> <item action-ref="oracle.jdeveloper.subversion.add"/> <item action-ref="oracle.jdeveloper.subversion.remove"/> <item action-ref="oracle.jdeveloper.subversion.revert"/> </section> <section id="local-conflicts"> <item action-ref="oracle.jdeveloper.subversion.resolve-conflicts"/> <item action-ref="oracle.jdeveloper.subversion.resolved"/> </section> <!-- Section for items which affect the entire working copy--> <section id="local-wc"> <item action-ref="oracle.jdeveloper.subversion.commit-workingcopy"/> <item action-ref="oracle.jdeveloper.subversion.update-workingcopy"/> </section> <section id="branch-merge"> <item action-ref="oracle.jdeveloper.subversion.branch"/> <item action-ref="oracle.jdeveloper.subversion.merge"/> <item action-ref="oracle.jdeveloper.subversion.switch"/> </section> <section id="lock-unlock"> <item action-ref="oracle.jdeveloper.subversion.lock"/> <item action-ref="oracle.jdeveloper.subversion.unlock"/> <item action-ref="oracle.jdeveloper.subversion.cleanup"/> </section> <section id="show-set-properties"> <item action-ref="oracle.jdeveloper.subversion.viewproperties"/> <item action-ref="oracle.jdeveloper.subversion.addproperty"/> <item action-ref="oracle.jdeveloper.subversion.ignore"/> </section> <section id="annotation"> <item action-ref="oracle.jdeveloper.subversion.viewannotation"/> </section> <section id="imp-exp"> <item action-ref="oracle.jdeveloper.subversion.import"/> <item action-ref="oracle.jdeveloper.subversion.export"/> </section> </vcs-menu> <vcs-menu id="oracle.jdeveloper.vcs.menus.VERSIONING_CONTEXT_MENU"> <section id="basic"> <item action-ref="oracle.jdeveloper.subversion.import"/> <item action-ref="oracle.jdeveloper.subversion.commit"/> <item action-ref="oracle.jdeveloper.subversion.commit-workingcopy"/> <item action-ref="oracle.jdeveloper.subversion.update"/> <item action-ref="oracle.jdeveloper.subversion.update-workingcopy"/> <item action-ref="oracle.jdeveloper.subversion.add"/> <item action-ref="oracle.jdeveloper.subversion.remove"/> <item action-ref="oracle.jdeveloper.subversion.revert"/> <item action-ref="oracle.jdeveloper.subversion.resolve-conflicts"/> <item action-ref="oracle.jdeveloper.subversion.resolved"/> <item action-ref="oracle.jdeveloper.subversion.export"/> </section> <section id="branch-merge"> <item action-ref="oracle.jdeveloper.subversion.branch"/> <item action-ref="oracle.jdeveloper.subversion.merge"/> <item action-ref="oracle.jdeveloper.subversion.switch"/> </section> <section id="lock-cleanup"> <item action-ref="oracle.jdeveloper.subversion.lock"/> <item action-ref="oracle.jdeveloper.subversion.unlock"/> <item action-ref="oracle.jdeveloper.subversion.cleanup"/> </section> <section id="show-set-properties"> <item action-ref="oracle.jdeveloper.subversion.viewproperties"/> <item action-ref="oracle.jdeveloper.subversion.addproperty"/> <item action-ref="oracle.jdeveloper.subversion.ignore"/> </section> <section id="annotation"> <item action-ref="oracle.jdeveloper.subversion.viewannotation"/> </section> </vcs-menu> <vcs-menu id="oracle.jdeveloper.vcs.menus.COMPARE_MENU"> <section id="svn-entries"> <item action-ref="oracle.jdeveloper.subversion.compare-previous"/> <item action-ref="oracle.jdeveloper.subversion.compare-latest"/> <item action-ref="oracle.jdeveloper.subversion.compare-other"/> </section> </vcs-menu> <vcs-menu id="oracle.jdeveloper.vcs.menus.REPLACE_MENU"> <section id="svn-entries"> <item action-ref="oracle.jdeveloper.subversion.replace-previous"/> </section> </vcs-menu> </menus> <history-provider> <entry-producer-class>oracle.jdevimpl.vcs.svn.history.SVNHistoryEntryProducer</entry-producer-class> <filter-label rskey="HISTORY_FILTER_LABEL"/> <!-- The date is included by default, but put it in here for the sake of clarity. --> <history-property id="oracle.jdeveloper.vcs.history.DATE"/> <history-property id="oracle.jdeveloper.subversion.history.AUTHOR"> <short-label rskey="HISTORY_PROPERTY_AUTHOR_SHORT"/> <long-label rskey="HISTORY_PROPERTY_AUTHOR_LONG"/> <type>java.lang.String</type> <prototype>sampleauthor</prototype> <visible>true</visible> </history-property> <history-property id="oracle.jdeveloper.vcs.history.REVISION"> <visible>true</visible> </history-property> <history-property id="oracle.jdeveloper.vcs.history.DESCRIPTION"> <visible>true</visible> </history-property> <affects> <status-filter-ref id="oracle.jdeveloper.subversion.filter.status.EXISTS_REMOTELY"/> </affects> </history-provider> <property-provider> <help-id>f1_svnversioningproperties_html</help-id> <property-panel-class>oracle.jdevimpl.vcs.svn.SVNPropertiesPanel</property-panel-class> </property-provider> <pending-changes> <help-id>f1_svnpendingchanges_html</help-id> <adapter class="oracle.jdevimpl.vcs.svn.changelist.SVNPendingChangesAdapter"/> <!-- //////////////////// The outgoing tab //////////////////// --> <change-list id="oracle.jdevimpl.vcs.svn.changelist.OUTGOING"> <display-name rskey="CHANGE_LIST_OUTGOING_LABEL"/> <busy-message rskey="CHANGE_LIST_OUTGOING_BUSY"/> <display-property id="textStatus"> <short-label rskey="CHANGE_LIST_TEXTSTATUS_LABEL"/> <type>oracle.jdeveloper.vcs.changelist.MultiChangeListStatus</type> <prototype>XXXXXXXXXXXXXXXXXXXX</prototype> </display-property> <display-property id="propStatus"> <short-label rskey="CHANGE_LIST_PROPSTATUS_LABEL"/> <type>oracle.jdeveloper.vcs.changelist.MultiChangeListStatus</type> <prototype>XXXXXXXXXXXXXXXXXXXX</prototype> </display-property> <visible-statuses> <status-ref id="MODIFIED"/> <status-ref id="ADDED"/> <status-ref id="DELETED"/> <status-ref id="MERGED"/> <status-ref id="CONFLICTS"/> </visible-statuses> <!-- <tab-toggle-key>SVN.PendingChangesWindow.OutgoingVisible</tab-toggle-key> --> <comments-ui>true</comments-ui> <event-queue-class>oracle.jdevimpl.vcs.svn.changelist.SVNOutgoingEventQueue</event-queue-class> <toolbar> <section id="oracle.jdevimpl.vcs.svn.OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.commit"/> </section> </toolbar> <context-menu> <section id="oracle.jdeveloper.vcs.menus.cl.context.SECTION_CONFLICTS"> <item action-ref="oracle.jdeveloper.subversion.resolve-conflicts"/> <item action-ref="oracle.jdeveloper.subversion.resolved"/> </section> <section id="oracle.jdeveloper.vcs.menus.cl.context.SECTION_OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.commit"/> <item action-ref="oracle.jdeveloper.subversion.commit-workingcopy"/> </section> </context-menu> </change-list> <!--//////////////////// The candidates tab ////////////////////--> <change-list id="oracle.jdevimpl.vcs.svn.changelist.CANDIDATES"> <display-name rskey="CHANGE_LIST_CANDIDATES_LABEL"/> <busy-message rskey="CHANGE_LIST_CANDIDATES_BUSY"/> <display-property id="status"> <short-label rskey="CHANGE_LIST_CANDIDATES_STATUS_LABEL"/> <type>oracle.jdeveloper.vcs.changelist.MultiChangeListStatus</type> <prototype>XXXXXXXXXXXXXXXXXXXX</prototype> </display-property> <visible-statuses> <status-ref id="UNVERSIONED"/> </visible-statuses> <tab-toggle-key>SVN.PendingChangesWindow.CandidatesVisible</tab-toggle-key> <event-queue-class>oracle.jdevimpl.vcs.svn.changelist.SVNCandidatesEventQueue</event-queue-class> <toolbar> <section id="oracle.jdevimpl.vcs.svn.OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.add"/> </section> </toolbar> <comments-ui>false</comments-ui> <context-menu> <section id="oracle.jdeveloper.vcs.menus.cl.context.SECTION_OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.add"/> <item action-ref="oracle.jdeveloper.subversion.ignore"/> </section> </context-menu> </change-list> <!--//////////////////// The incoming changes tab ////////////////////--> <change-list id="oracle.jdevimpl.vcs.svn.changelist.INCOMING"> <change-list-class>oracle.jdevimpl.vcs.svn.changelist.SVNIncomingChangeList</change-list-class> <display-name rskey="CHANGE_LIST_INCOMING_LABEL"/> <busy-message rskey="CHANGE_LIST_INCOMING_BUSY"/> <display-property id="textStatus"> <short-label rskey="CHANGE_LIST_INCOMING_STATUS_LABEL"/> <type>oracle.jdeveloper.vcs.changelist.MultiChangeListStatus</type> <prototype>XXXXXXXXXXXXXXXXXXXX</prototype> </display-property> <display-property id="propStatus"> <short-label rskey="CHANGE_LIST_PROPSTATUS_LABEL"/> <type>oracle.jdeveloper.vcs.changelist.MultiChangeListStatus</type> <prototype>XXXXXXXXXXXXXXXXXXXX</prototype> </display-property> <visible-statuses> <status-ref id="REMOTE_MODIFIED"/> <status-ref id="REMOTE_ADDED"/> <status-ref id="REMOTE_DELETED"/> </visible-statuses> <event-queue-class>oracle.jdevimpl.vcs.svn.changelist.SVNIncomingEventQueue</event-queue-class> <comments-ui>false</comments-ui> <toolbar> <section id="oracle.jdevimpl.vcs.svn.OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.update"/> </section> </toolbar> <context-menu> <section id="oracle.jdeveloper.vcs.menus.cl.context.SECTION_OPERATIONS"> <item action-ref="oracle.jdeveloper.subversion.update"/> </section> </context-menu> </change-list> </pending-changes> </vcs-profile> </vcs-hook> </hooks> </extension>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de