Skip to content
GitLab
Menu
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
5991fdd5
Commit
5991fdd5
authored
Aug 24, 2015
by
Vincent Aravantinos
Browse files
2.7.0 -> 2.8.0
parent
b8ade25b
Changes
78
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.af3.component.ui.AF3ComponentUIActivator
Require-Bundle: org.fortiss.af3.expression.ui;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.af3.component;bundle-version="2.
7
.0";visibility:=reexport,
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,
org.fortiss.tooling.common.ui
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
...
...
org.fortiss.af3.component.ui/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.component/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.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.
7
.0";visibility:=reexport,
org.fortiss.af3.expression;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.project;visibility:=reexport,
org.fortiss.tooling.kernel;visibility:=reexport,
org.fortiss.pragmatictransformation;bundle-version="2.
7
.0",
org.fortiss.pragmatictransformation;bundle-version="2.
8
.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 @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.cosimulation.ui/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.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.
7
.0"
org.fortiss.af3.component.ui;bundle-version="2.
8
.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.cosimulation.ui/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.cosimulation/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
...
...
org.fortiss.af3.cosimulation/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment.ui/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.af3.deployment.ui.AF3DeploymentUIActivator
Require-Bundle: org.fortiss.af3.deployment;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.af3.platform.ui;bundle-version="2.
7
.0";visibility:=reexport
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
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.deployment.ui/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Deployment
Bundle-SymbolicName: org.fortiss.af3.deployment;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.deployment.AF3DeploymentActivator
Require-Bundle: org.fortiss.af3.platform;bundle-version="2.
7
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.platform;bundle-version="2.
8
.0";visibility:=reexport
Export-Package: org.fortiss.af3.deployment,
org.fortiss.af3.deployment.constraint,
org.fortiss.af3.deployment.generator,
...
...
org.fortiss.af3.deployment/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression.ui/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-Activator: org.fortiss.af3.expression.ui.AF3ExpressionUIActivator
Bundle-ClassPath: .
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="2.
7
.0";visibility:=reexport
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
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.expression.ui/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -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.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .,
lib/antlr-3.5-complete.jar
Bundle-Vendor: %providerName
...
...
@@ -10,13 +10,13 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.expression.AF3ExpressionActivator
Require-Bundle: org.fortiss.af3.generator.common;bundle-version="2.
7
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.generator.common;bundle-version="2.
8
.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.
7
.0"
org.fortiss.pragmatictransformation;bundle-version="2.
8
.0"
Export-Package: org.antlr.stringtemplate,
org.antlr.stringtemplate.language,
org.fortiss.af3.expression,
...
...
org.fortiss.af3.expression/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.generator.common/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.fortiss.af3.generator.common;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .,
lib/antlr-3.5-complete.jar
Bundle-Vendor: %providerName
...
...
@@ -10,7 +10,7 @@ Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.generator.common.AF3GeneratorCommonActivator
Require-Bundle: org.fortiss.af3.project;bundle-version="2.
7
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.project;bundle-version="2.
8
.0";visibility:=reexport
Export-Package: org.fortiss.af3.generator.common,
org.fortiss.af3.generator.common.model.c,
org.fortiss.af3.generator.common.model.c.impl,
...
...
org.fortiss.af3.generator.common/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.mira.ui/trunk/META-INF/MANIFEST.MF
View file @
5991fdd5
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 MIRA UI
Bundle-SymbolicName: org.fortiss.af3.mira.ui;singleton:=true
Bundle-Version: 2.
7
.0.qualifier
Bundle-Version: 2.
8
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
...
...
@@ -10,10 +10,10 @@ Require-Bundle: org.eclipse.core.databinding.beans;bundle-version="1.2.100",
org.eclipse.swtbot.forms.finder;bundle-version="2.0.0";resolution:=optional,
org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.0";resolution:=optional,
org.eclipse.swtbot.junit4_x;bundle-version="2.0.0";resolution:=optional,
org.fortiss.af3.mira;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.af3.safety.ui;bundle-version="2.
7
.0",
org.fortiss.af3.refinement;bundle-version="2.
7
.0";visibility:=reexport,
org.fortiss.af3.state.ui;bundle-version="2.
7
.0";visibility:=reexport
org.fortiss.af3.mira;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.safety.ui;bundle-version="2.
8
.0",
org.fortiss.af3.refinement;bundle-version="2.
8
.0";visibility:=reexport,
org.fortiss.af3.state.ui;bundle-version="2.
8
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.mira.ui.AF3MiraUIActivator
Export-Package: org.fortiss.af3.mira.ui,
...
...
org.fortiss.af3.mira.ui/trunk/pom.xml
View file @
5991fdd5
...
...
@@ -17,5 +17,5 @@
<relativePath>
../fortiss-std-env/maven-build/pom.xml
</relativePath>
</parent>
<version>
2.
7
.0-SNAPSHOT
</version>
<version>
2.
8
.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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