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
ccbac7b4
Commit
ccbac7b4
authored
Jul 02, 2013
by
Florian Hölzl
Browse files
added pom.xml and updated plugin versions 2.4
refs 1411
parent
3a7891e2
Changes
61
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -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.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-Activator: org.fortiss.af3.component.ui.AF3ComponentUIActivator
Require-Bundle: org.fortiss.af3.component;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.expression.ui;bundle-version="2.
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.component;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.expression.ui;bundle-version="2.
4
.0";visibility:=reexport,
org.eclipse.jface.text;bundle-version="3.7.0",
org.fortiss.tooling.common.ui
Bundle-ActivationPolicy: lazy
...
...
org.fortiss.af3.component.ui/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.component/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Component
Bundle-SymbolicName: org.fortiss.af3.component;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: fortiss GmbH
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.fortiss.af3.component.AF3ComponentActivator
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
4
.0";visibility:=reexport
Export-Package: org.fortiss.af3.component,
org.fortiss.af3.component.constraint,
org.fortiss.af3.component.generator.c,
...
...
org.fortiss.af3.component/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment.ui/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -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.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-Activator: org.fortiss.af3.deployment.ui.AF3DeploymentUIActivator
Require-Bundle: org.fortiss.af3.deployment;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.platform.ui;bundle-version="2.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.deployment;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.platform.ui;bundle-version="2.
4
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.deployment.ui/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.deployment/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -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.
3
.0.qualifier
Bundle-Version: 2.
4
.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.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.platform;bundle-version="2.
4
.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
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression.ui/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Expression UI
Bundle-SymbolicName: org.fortiss.af3.expression.ui;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-Activator: org.fortiss.af3.expression.ui.AF3ExpressionUIActivator
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="2.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.expression;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.project.ui;bundle-version="2.
4
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.expression.ui/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.expression/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Expression
Bundle-SymbolicName: org.fortiss.af3.expression;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-ClassPath: .,
lib/antlr-3.5-complete.jar
Bundle-Vendor: fortiss GmbH
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.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.generator.common;bundle-version="2.
4
.0";visibility:=reexport
Export-Package: org.fortiss.af3.expression,
org.fortiss.af3.expression.examples,
org.fortiss.af3.expression.generator,
...
...
org.fortiss.af3.expression/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.generator.common/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Generator Commons
Bundle-SymbolicName: org.fortiss.af3.generator.common;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-ClassPath: .,
lib/antlr-3.5-complete.jar
Bundle-Vendor: fortiss GmbH
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.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.project;bundle-version="2.
4
.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
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.mira.ui/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 MIRA UI
Bundle-SymbolicName: org.fortiss.af3.mira.ui;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-ClassPath: .,
lib/swt-grouplayout.jar
Bundle-Vendor: fortiss GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.fortiss.af3.state.ui;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.mira;bundle-version="2.
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.state.ui;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.mira;bundle-version="2.
4
.0";visibility:=reexport,
org.eclipse.core.databinding.property;bundle-version="1.4.0",
org.eclipse.jface.text;bundle-version="3.6.0",
org.eclipse.core.databinding.beans;bundle-version="1.2.100",
...
...
org.fortiss.af3.mira.ui/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.mira/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 MIRA
Bundle-SymbolicName: org.fortiss.af3.mira;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-ClassPath: .,
lib/com4j.jar,
lib/com4j-office.jar
...
...
@@ -37,10 +37,10 @@ Export-Package: org.fortiss.af3.mira,
org.fortiss.af3.mira.utils,
org.fortiss.af3.mira.verification,
test.org.fortiss.af3.mira
Require-Bundle: org.fortiss.af3.component;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.msc;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.state;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.mode;bundle-version="2.
3
.0";visibility:=reexport,
Require-Bundle: org.fortiss.af3.component;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.msc;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.state;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.mode;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.table;bundle-version="1.0.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-NativeCode: lib/com4j-x86.dll; lib/com4j-amd64.dll
...
...
org.fortiss.af3.mira/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.0-SNAPSHOT
</version>
</project>
\ No newline at end of file
org.fortiss.af3.mode.ui/trunk/META-INF/MANIFEST.MF
View file @
ccbac7b4
...
...
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: AF3 Mode UI
Bundle-SymbolicName: org.fortiss.af3.mode.ui;singleton:=true
Bundle-Version: 2.
3
.0.qualifier
Bundle-Version: 2.
4
.0.qualifier
Bundle-Activator: org.fortiss.af3.mode.ui.AF3ModeUIActivator
Require-Bundle: org.fortiss.af3.mode;bundle-version="2.
3
.0";visibility:=reexport,
org.fortiss.af3.state.ui;bundle-version="2.
3
.0";visibility:=reexport
Require-Bundle: org.fortiss.af3.mode;bundle-version="2.
4
.0";visibility:=reexport,
org.fortiss.af3.state.ui;bundle-version="2.
4
.0";visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: fortiss GmbH
...
...
org.fortiss.af3.mode.ui/trunk/pom.xml
0 → 100644
View file @
ccbac7b4
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.fortiss.af3
</groupId>
<artifactId>
org.fortiss.af3.project
</artifactId>
<packaging>
eclipse-plugin
</packaging>
<parent>
<groupId>
org.fortiss.std.pom
</groupId>
<artifactId>
std-parent-pom-indigo
</artifactId>
<version>
1.0
</version>
<relativePath>
../fortiss-std-env/pom.xml
</relativePath>
</parent>
<version>
2.4.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