diff --git a/com.minres.rdl.parent/com.minres.rdl.product/META-INF/MANIFEST.MF b/com.minres.rdl.parent/com.minres.rdl.product/META-INF/MANIFEST.MF index 17e031b..1d1c713 100644 --- a/com.minres.rdl.parent/com.minres.rdl.product/META-INF/MANIFEST.MF +++ b/com.minres.rdl.parent/com.minres.rdl.product/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: RDL Editor Bundle-SymbolicName: com.minres.rdl.product;singleton:=true -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.1.1.qualifier Bundle-Vendor: MINRES Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0" diff --git a/com.minres.rdl.parent/com.minres.rdl.product/com.minres.rdl.product.product b/com.minres.rdl.parent/com.minres.rdl.product/com.minres.rdl.product.product index baf0f9b..d5bf213 100644 --- a/com.minres.rdl.parent/com.minres.rdl.product/com.minres.rdl.product.product +++ b/com.minres.rdl.parent/com.minres.rdl.product/com.minres.rdl.product.product @@ -1,8 +1,7 @@ - - + @@ -14,14 +13,13 @@ - + - diff --git a/com.minres.rdl.parent/com.minres.rdl.product/pom.xml b/com.minres.rdl.parent/com.minres.rdl.product/pom.xml index 9623e89..097a8bb 100644 --- a/com.minres.rdl.parent/com.minres.rdl.product/pom.xml +++ b/com.minres.rdl.parent/com.minres.rdl.product/pom.xml @@ -4,7 +4,7 @@ com.minres.rdl com.minres.rdl.parent - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT com.minres.rdl.product eclipse-application @@ -18,4 +18,5 @@ + 1.1.1-SNAPSHOT diff --git a/com.minres.rdl.parent/com.minres.rdl.standalone/pom.xml b/com.minres.rdl.parent/com.minres.rdl.standalone/pom.xml index 7e24245..68a0405 100644 --- a/com.minres.rdl.parent/com.minres.rdl.standalone/pom.xml +++ b/com.minres.rdl.parent/com.minres.rdl.standalone/pom.xml @@ -168,6 +168,7 @@ com.minres.rdl.parent com.minres.rdl - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.1.1-SNAPSHOT \ No newline at end of file diff --git a/com.minres.rdl.parent/com.minres.rdl.target/pom.xml b/com.minres.rdl.parent/com.minres.rdl.target/pom.xml index 019e21f..0255d6b 100644 --- a/com.minres.rdl.parent/com.minres.rdl.target/pom.xml +++ b/com.minres.rdl.parent/com.minres.rdl.target/pom.xml @@ -4,7 +4,7 @@ com.minres.rdl com.minres.rdl.parent - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT com.minres.rdl.target eclipse-target-definition diff --git a/com.minres.rdl.parent/com.minres.rdl.ui/.gitignore b/com.minres.rdl.parent/com.minres.rdl.ui/.gitignore new file mode 100644 index 0000000..6dfe64e --- /dev/null +++ b/com.minres.rdl.parent/com.minres.rdl.ui/.gitignore @@ -0,0 +1 @@ +/plugin.xml_gen diff --git a/com.minres.rdl.parent/com.minres.rdl.ui/META-INF/MANIFEST.MF b/com.minres.rdl.parent/com.minres.rdl.ui/META-INF/MANIFEST.MF index a64ad21..06c5a1c 100644 --- a/com.minres.rdl.parent/com.minres.rdl.ui/META-INF/MANIFEST.MF +++ b/com.minres.rdl.parent/com.minres.rdl.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: com.minres.rdl.ui Bundle-Vendor: My Company -Bundle-Version: 1.1.0.qualifier +Bundle-Version: 1.1.1.qualifier Bundle-SymbolicName: com.minres.rdl.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: com.minres.rdl, diff --git a/com.minres.rdl.parent/com.minres.rdl.ui/pom.xml b/com.minres.rdl.parent/com.minres.rdl.ui/pom.xml index 3a7f878..ee61d4b 100644 --- a/com.minres.rdl.parent/com.minres.rdl.ui/pom.xml +++ b/com.minres.rdl.parent/com.minres.rdl.ui/pom.xml @@ -4,7 +4,7 @@ com.minres.rdl com.minres.rdl.parent - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT com.minres.rdl.ui eclipse-plugin @@ -18,4 +18,5 @@ + 1.1.1-SNAPSHOT diff --git a/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/RDLUiModule.java b/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/RDLUiModule.java index 38135bf..f4a8c89 100644 --- a/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/RDLUiModule.java +++ b/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/RDLUiModule.java @@ -25,7 +25,7 @@ public class RDLUiModule extends AbstractRDLUiModule { return RDLEObjectDocumentationProvider.class; } - public RDLUiModule(final AbstractUIPlugin plugin) { - super(plugin); + public RDLUiModule(final AbstractUIPlugin arg0) { + super(arg0); } } diff --git a/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/preferences/.gitignore b/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/preferences/.gitignore deleted file mode 100644 index 22ecb04..0000000 --- a/com.minres.rdl.parent/com.minres.rdl.ui/xtend-gen/com/minres/rdl/ui/preferences/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/RdlPreferencePage.java diff --git a/com.minres.rdl.parent/com.minres.rdl/.gitignore b/com.minres.rdl.parent/com.minres.rdl/.gitignore index 087409e..a9f1b80 100644 --- a/com.minres.rdl.parent/com.minres.rdl/.gitignore +++ b/com.minres.rdl.parent/com.minres.rdl/.gitignore @@ -1,3 +1,4 @@ /Run RDL Generator DBT-RISCV (test).launch /Run RDL Generator DBT-RISCV.launch /Run RDL Generator SC-Components-Test.launch +/plugin.xml_gen diff --git a/com.minres.rdl.parent/com.minres.rdl/pom.xml b/com.minres.rdl.parent/com.minres.rdl/pom.xml index 4307b96..20d939a 100644 --- a/com.minres.rdl.parent/com.minres.rdl/pom.xml +++ b/com.minres.rdl.parent/com.minres.rdl/pom.xml @@ -4,7 +4,7 @@ com.minres.rdl com.minres.rdl.parent - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT com.minres.rdl eclipse-plugin @@ -146,4 +146,5 @@ + 1.1.0-SNAPSHOT diff --git a/com.minres.rdl.parent/pom.xml b/com.minres.rdl.parent/pom.xml index d3bdb59..d108234 100644 --- a/com.minres.rdl.parent/pom.xml +++ b/com.minres.rdl.parent/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.minres.rdl - 1.1.0-SNAPSHOT + 1.0.0-SNAPSHOT com.minres.rdl.parent pom