Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
0f434ad0
Commit
0f434ad0
authored
Feb 16, 2016
by
Florian Hölzl
Browse files
Updated version numbers to 2.9.0. refs 2496
parent
144ce7a9
Changes
88
Hide whitespace changes
Inline
Side-by-side
com.microsoft.z3/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Z3
Bundle-SymbolicName: com.microsoft.z3;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: lib/com.microsoft.z3.jar,
.
Bundle-Vendor: fortiss GmbH
...
...
com.microsoft.z3/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.component.ui/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Component UI
Bundle-SymbolicName: org.fortiss.af3.component.ui;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-Activator: org.fortiss.af3.component.ui.AF3ComponentUIActivator
Require-Bundle: org.fortiss.af3.expression.ui;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.component;bundle-version="2.
8
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.expression.ui;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.af3.component;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.tooling.common.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
...
org.fortiss.af3.component.ui/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.component/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Component
Bundle-SymbolicName: org.fortiss.af3.component;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
@@ -13,10 +13,10 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.contract;visibility:=reexport,
org.fortiss.tooling.base;visibility:=reexport,
org.fortiss.af3.expression;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.expression;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.af3.project;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport,
org.fortiss.pragmatictransformation;bundle-version="2.
8
.0",
org.fortiss.pragmatictransformation;bundle-version="2.
9
.0",
org.fortiss.af3.tools
Export-Package: org.fortiss.af3.component;uses:="org.osgi.framework,org.eclipse.core.runtime",
org.fortiss.af3.component.annotation.valueprovider,
...
...
org.fortiss.af3.component/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.cosimulation.ui/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Cosimulation UI
Bundle-SymbolicName: org.fortiss.af3.cosimulation.ui;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-Activator: org.fortiss.af3.cosimulation.ui.AF3CosimulationUIActivator
Require-Bundle: org.eclipse.ui.ide;bundle-version="3.7.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="1.0.0";visibility:=reexport,
org.fortiss.tooling.base.ui;bundle-version="1.0.0";visibility:=reexport,
org.fortiss.af3.component,
org.fortiss.af3.cosimulation;bundle-version="1.0.0",
org.fortiss.af3.component.ui;bundle-version="2.
8
.0"
org.fortiss.af3.component.ui;bundle-version="2.
9
.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.cosimulation.ui/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.cosimulation/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Cosimulation
Bundle-SymbolicName: org.fortiss.af3.cosimulation;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
org.fortiss.af3.cosimulation/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment.ui/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Deployment UI
Bundle-SymbolicName: org.fortiss.af3.deployment.ui;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-Activator: org.fortiss.af3.deployment.ui.AF3DeploymentUIActivator
Require-Bundle: org.fortiss.af3.deployment;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.platform.ui;bundle-version="2.
8
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.deployment;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.af3.platform.ui;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.tooling.kernel.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
...
...
org.fortiss.af3.deployment.ui/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Deployment
Bundle-SymbolicName: org.fortiss.af3.deployment;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
@@ -14,9 +14,9 @@ Require-Bundle: org.eclipse.core.runtime,
org.fortiss.tooling.base;visibility:=reexport,
org.fortiss.af3.component;visibility:=reexport,
org.fortiss.af3.expression;visibility:=reexport,
org.fortiss.af3.platform;visibility:=reexport;bundle-version="2.
8
.0",
org.fortiss.af3.platform;visibility:=reexport;bundle-version="2.
9
.0",
org.fortiss.af3.project;visibility:=reexport,
org.fortiss.af3.timing;visibility:=reexport;bundle-version="2.
8
.0",
org.fortiss.af3.timing;visibility:=reexport;bundle-version="2.
9
.0",
org.fortiss.tooling.kernel;visibility:=reexport,
org.fortiss.contract;visibility:=reexport
Export-Package: org.fortiss.af3.deployment,
...
...
org.fortiss.af3.deployment/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.exploration/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Exploration Meta Model
Bundle-SymbolicName: org.fortiss.af3.exploration;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
@@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.fortiss.af3.project;visibility:=reexport,
org.fortiss.af3.expression;visibility:=reexport,
org.fortiss.contract;visibility:=reexport,
org.fortiss.af3.safety;visibility:=reexport;bundle-version="2.
8
.0",
org.fortiss.af3.deployment;visibility:=reexport;bundle-version="2.
8
.0",
org.fortiss.af3.safety;visibility:=reexport;bundle-version="2.
9
.0",
org.fortiss.af3.deployment;visibility:=reexport;bundle-version="2.
9
.0",
org.fortiss.af3.msc,
org.fortiss.tooling.kernel.ui
org.fortiss.af3.exploration/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression.ui/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Expression UI
Bundle-SymbolicName: org.fortiss.af3.expression.ui;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-Activator: org.fortiss.af3.expression.ui.AF3ExpressionUIActivator
Bundle-ClassPath: .
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="2.
8
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
9
.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="2.
9
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.expression.ui/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression/trunk/META-INF/MANIFEST.MF
View file @
0f434ad0
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.af3.expression;singleton:=true
Bundle-Version: 2.
8
.0.qualifier
Bundle-Version: 2.
9
.0.qualifier
Bundle-ClassPath: .,
lib/antlr-3.5-complete.jar
Bundle-Vendor: %providerName
...
...
@@ -10,13 +10,13 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.expression.AF3ExpressionActivator
Require-Bundle: org.fortiss.af3.generator.common;bundle-version="2.
8
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.generator.common;bundle-version="2.
9
.0";visibility:=reexport,
org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.fortiss.af3.project;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport,
org.fortiss.tooling.base;visibility:=reexport,
org.fortiss.pragmatictransformation;bundle-version="2.
8
.0"
org.fortiss.pragmatictransformation;bundle-version="2.
9
.0"
Export-Package: org.antlr.stringtemplate,
org.antlr.stringtemplate.language,
org.fortiss.af3.expression,
...
...
org.fortiss.af3.expression/trunk/pom.xml
View file @
0f434ad0
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
8
.0-SNAPSHOT
</version>
<version>
2.
9
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment