File tree Expand file tree Collapse file tree 12 files changed +28
-19
lines changed
org.modeldriven.alf.eclipse.papyrus
org.modeldriven.alf.eclipse Expand file tree Collapse file tree 12 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6 " />
3
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 " />
4
4
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
5
5
<classpathentry kind =" src" path =" src" />
6
6
<classpathentry kind =" output" path =" bin" />
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
4
- org.eclipse.jdt.core.compiler.compliance =1.6
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4
+ org.eclipse.jdt.core.compiler.compliance =1.7
5
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
- org.eclipse.jdt.core.compiler.source =1.6
7
+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Bundle-ManifestVersion: 2
3
3
Bundle-Name : Alf Compiler
4
4
Bundle-SymbolicName : org.modeldriven.alf.eclipse.papyrus;singleton:=true
5
5
Bundle-Version : 0.1.0.qualifier
6
- Bundle-RequiredExecutionEnvironment : JavaSE-1.6
7
- Require-Bundle : org.eclipse.uml2;bundle-version="4.0.2",
8
- org.eclipse.uml2.uml.ecore.exporter;bundle-version="2.6.1",
9
- org.eclipse.uml2.uml.ecore.importer;bundle-version="2.6.0",
6
+ Bundle-RequiredExecutionEnvironment : JavaSE-1.7
7
+ Require-Bundle : org.eclipse.uml2;bundle-version="4.0.2";resolution:=optional ,
8
+ org.eclipse.uml2.uml.ecore.exporter;bundle-version="2.6.1";resolution:=optional ,
9
+ org.eclipse.uml2.uml.ecore.importer;bundle-version="2.6.0";resolution:=optional ,
10
10
org.eclipse.uml2.uml.resources;bundle-version="4.0.1",
11
11
org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.1",
12
12
org.apache.log4j;bundle-version="1.2.15",
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<classpath >
3
3
<classpathentry exported =" true" kind =" lib" path =" lib/alf-base.jar" sourcepath =" /org.modeldriven.alf/src" />
4
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6 " />
4
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7 " />
5
5
<classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
6
6
<classpathentry kind =" src" path =" src" />
7
7
<classpathentry kind =" output" path =" bin" />
Original file line number Diff line number Diff line change 1
1
eclipse.preferences.version =1
2
2
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode =enabled
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.6
4
- org.eclipse.jdt.core.compiler.compliance =1.6
3
+ org.eclipse.jdt.core.compiler.codegen.targetPlatform =1.7
4
+ org.eclipse.jdt.core.compiler.compliance =1.7
5
5
org.eclipse.jdt.core.compiler.problem.assertIdentifier =error
6
6
org.eclipse.jdt.core.compiler.problem.enumIdentifier =error
7
- org.eclipse.jdt.core.compiler.source =1.6
7
+ org.eclipse.jdt.core.compiler.source =1.7
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Bundle-Name: Eclipse Alf
4
4
Bundle-SymbolicName : org.modeldriven.alf.eclipse
5
5
Bundle-Version : 0.1.0.qualifier
6
6
Bundle-Vendor : Model Driven Solutions
7
- Bundle-RequiredExecutionEnvironment : JavaSE-1.6
7
+ Bundle-RequiredExecutionEnvironment : JavaSE-1.7
8
8
Require-Bundle : org.eclipse.emf.ecore;bundle-version="2.8.3",
9
9
org.eclipse.emf.ecore.xmi;bundle-version="2.8.1",
10
- org.eclipse.uml2;bundle-version="4.0.2",
10
+ org.eclipse.uml2;bundle-version="4.0.2";resolution:=optional ,
11
11
org.eclipse.uml2.uml;bundle-version="4.0.2",
12
12
org.eclipse.uml2.uml.resources;bundle-version="4.0.2"
13
13
Bundle-ClassPath : .,
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright 2011-2015 Data Access Technologies, Inc. (Model Driven Solutions)
2
+ * Copyright 2011-2016 Data Access Technologies, Inc. (Model Driven Solutions)
3
3
* All rights reserved worldwide. This program and the accompanying materials
4
4
* are made available for use under the terms of the GNU General Public License
5
5
* (GPL) version 3 that accompanies this distribution and is available at
19
19
20
20
public abstract class AlfBase {
21
21
22
- public static final String ALF_VERSION = "0.6.0 " ;
22
+ public static final String ALF_VERSION = "0.6.0a " ;
23
23
24
24
protected boolean isVerbose = false ;
25
25
You can’t perform that action at this time.
0 commit comments