Skip to content

Commit b5546e8

Browse files
committed
Issues #7, #8 - Resolved.
1 parent 7802bd6 commit b5546e8

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

org.modeldriven.alf.eclipse.papyrus/META-INF/MANIFEST.MF

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Alf Compiler
44
Bundle-SymbolicName: org.modeldriven.alf.eclipse.papyrus;singleton:=true
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 0.6.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
77
Require-Bundle: org.eclipse.uml2;bundle-version="4.0.2";resolution:=optional,
88
org.eclipse.uml2.uml.ecore.exporter;bundle-version="2.6.1";resolution:=optional,
99
org.eclipse.uml2.uml.ecore.importer;bundle-version="2.6.0";resolution:=optional,
1010
org.eclipse.uml2.uml.resources;bundle-version="4.0.1",
11-
org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.1",
11+
org.eclipse.papyrus.uml.tools.utils;bundle-version="1.0.0",
1212
org.apache.log4j;bundle-version="1.2.15",
1313
org.apache.commons.logging;bundle-version="1.0.4",
14-
org.modeldriven.alf.eclipse;bundle-version="0.1.0",
14+
org.modeldriven.alf.eclipse;bundle-version="0.6.0",
1515
org.eclipse.equinox.registry,
1616
org.junit,
1717
org.eclipse.papyrus.moka;bundle-version="1.0.0",
@@ -21,4 +21,5 @@ Require-Bundle: org.eclipse.uml2;bundle-version="4.0.2";resolution:=optional,
2121
org.eclipse.core.runtime;bundle-version="3.10.0"
2222
Bundle-Vendor: Model Driven Solutions
2323
Bundle-ClassPath: .
24-
Export-Package: org.modeldriven.alf.eclipse.papyrus.execution
24+
Export-Package: org.modeldriven.alf.eclipse.papyrus.execution,
25+
org.modeldriven.alf.eclipse.papyrus.units

org.modeldriven.alf.eclipse/META-INF/MANIFEST.MF

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Eclipse Alf
44
Bundle-SymbolicName: org.modeldriven.alf.eclipse
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 0.6.0.qualifier
66
Bundle-Vendor: Model Driven Solutions
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
88
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.8.3",
@@ -18,8 +18,10 @@ Export-Package: org.modeldriven.alf.eclipse.fuml.execution,
1818
org.modeldriven.alf.eclipse.units,
1919
org.modeldriven.alf.execution,
2020
org.modeldriven.alf.fuml.execution,
21-
org.modeldriven.alf.fuml.execution.test,
2221
org.modeldriven.alf.fuml.mapping,
22+
org.modeldriven.alf.fuml.mapping.common,
23+
org.modeldriven.alf.fuml.mapping.expressions,
24+
org.modeldriven.alf.fuml.mapping.statements,
2325
org.modeldriven.alf.fuml.mapping.units,
2426
org.modeldriven.alf.fuml.units,
2527
org.modeldriven.alf.mapping,
@@ -28,6 +30,8 @@ Export-Package: org.modeldriven.alf.eclipse.fuml.execution,
2830
org.modeldriven.alf.syntax.common.impl,
2931
org.modeldriven.alf.syntax.expressions,
3032
org.modeldriven.alf.syntax.expressions.impl,
33+
org.modeldriven.alf.syntax.statements,
34+
org.modeldriven.alf.syntax.statements.impl,
3135
org.modeldriven.alf.syntax.units,
3236
org.modeldriven.alf.syntax.units.impl,
3337
org.modeldriven.alf.uml

org.modeldriven.alf.eclipse/build.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
44
.,\
5-
lib/alf-base.jar
5+
lib/alf-base.jar,\
6+
Libraries/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/bin/
2+
/*.log

0 commit comments

Comments
 (0)