Skip to content

Commit

Permalink
Fix Workflow Plugin property path. Closes #806
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Nov 18, 2017
1 parent 58b5e2a commit 2661290
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
OpenIDE-Module-Localizing-Bundle: com/willwinder/ugs/platform/plugin/workflow/Bundle.properties
OpenIDE-Module-Localizing-Bundle: com/willwinder/ugs/nbm/workflow/Bundle.properties
OpenIDE-Module-Java-Dependencies: Java > 1.8
OpenIDE-Module-Specification-Version: ${ugs.modules.specification.version}

@@ -1,8 +1,12 @@
OpenIDE-Module-Name=WorkflowModule
OpenIDE-Module-Name=UGS Workflow
OpenIDE-Module-Short-Description=A tool for handling a workflow
OpenIDE-Module-Long-Description=A tool for handling a workflow, making it possible to keep track of and process multiple files
OpenIDE-Module-Display-Category=UGS Plugin
WorkflowWindowTopComponent.addButton.text=Add File
WorkflowWindowTopComponent.removeButton.text=Remove File
WorkflowWindowTopComponent.upButton.text=
WorkflowWindowTopComponent.downButton.text=
WorkflowWindowTopComponent.fileTable.columnModel.title0=Filename
WorkflowWindowTopComponent.fileTable.columnModel.title3=Finished
WorkflowWindowTopComponent.fileTable.columnModel.title1=Toolname

This file was deleted.

0 comments on commit 2661290

Please sign in to comment.