forked from dsldevkit/dsl-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dsldevkit#51: Autocorrect to add check to configuration does not put …
…string params in quotes Do not display fully-qualified names in some Javadoc. Revert line endings in xtext.test.ui's manifest to CRLF. Issue-Id: dsldevkit#51
- Loading branch information
1 parent
7f1b9cc
commit 21349b2
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: com.avaloq.tools.ddk.xtext.ui.test | ||
Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.ui.test;singleton:=true | ||
Bundle-Version: 1.1.0.qualifier | ||
Bundle-Vendor: Avaloq Evolution AG | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Require-Bundle: org.eclipse.xtext.ui, | ||
org.eclipse.xtext.xbase.lib, | ||
org.junit, | ||
org.mockito, | ||
com.avaloq.tools.ddk.xtext.ui, | ||
com.avaloq.tools.ddk.test.core, | ||
org.eclipse.ui.ide | ||
Export-Package: com.avaloq.tools.ddk.xtext.ui.test | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: com.avaloq.tools.ddk.xtext.ui.test | ||
Bundle-SymbolicName: com.avaloq.tools.ddk.xtext.ui.test;singleton:=true | ||
Bundle-Version: 1.1.0.qualifier | ||
Bundle-Vendor: Avaloq Evolution AG | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Require-Bundle: org.eclipse.xtext.ui, | ||
org.eclipse.xtext.xbase.lib, | ||
org.junit, | ||
org.mockito, | ||
com.avaloq.tools.ddk.xtext.ui, | ||
com.avaloq.tools.ddk.test.core, | ||
org.eclipse.ui.ide | ||
Export-Package: com.avaloq.tools.ddk.xtext.ui.test |