Commit f54aa5f5ddbdb9008d4f7f00396f046d725109ed
1 parent
b186a9b614
Exists in
master
and in
1 other branch
"Modif feature.xml and GenerateAll.java"
Showing 29 changed files with 135 additions and 5 deletions Inline Diff
- fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java
- fr.femtost.disc.sysml2vhdlams.feature/feature.xml
- fr.femtost.disc.sysml2vhdlams.updatesite/artifacts.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/content.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.problemmetamodel_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.problemmetamodel_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.atl_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.atl_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.ui_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.ui_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.atl_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.atl_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.ui_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.ui_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary.ui_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary.ui_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel_1.0.0.201404231706.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel_1.0.0.201404241015.jar
- fr.femtost.disc.sysml2vhdlams.updatesite/site.xml
fr.femtost.disc.eclipse.sysml2vhdlams.acceleo/src/fr/femtost/disc/eclipse/sysml2vhdlams/acceleo/common/GenerateAll.java
View file @
f54aa5f
/******************************************************************************* | 1 | 1 | /******************************************************************************* | |
* Copyright (c) 2008, 2011 Obeo. | 2 | 2 | * Copyright (c) 2008, 2011 Obeo. | |
* All rights reserved. This program and the accompanying materials | 3 | 3 | * All rights reserved. This program and the accompanying materials | |
* are made available under the terms of the Eclipse Public License v1.0 | 4 | 4 | * are made available under the terms of the Eclipse Public License v1.0 | |
* which accompanies this distribution, and is available at | 5 | 5 | * which accompanies this distribution, and is available at | |
* http://www.eclipse.org/legal/epl-v10.html | 6 | 6 | * http://www.eclipse.org/legal/epl-v10.html | |
* | 7 | 7 | * | |
* Contributors: | 8 | 8 | * Contributors: | |
* Obeo - initial API and implementation | 9 | 9 | * Obeo - initial API and implementation | |
*******************************************************************************/ | 10 | 10 | *******************************************************************************/ | |
package fr.femtost.disc.eclipse.sysml2vhdlams.acceleo.common; | 11 | 11 | package fr.femtost.disc.eclipse.sysml2vhdlams.acceleo.common; | |
12 | 12 | |||
import java.io.IOException; | 13 | 13 | import java.io.IOException; | |
import java.util.ArrayList; | 14 | 14 | import java.util.ArrayList; | |
import java.util.List; | 15 | 15 | import java.util.List; | |
import org.eclipse.emf.common.util.BasicMonitor; | 16 | 16 | import org.eclipse.emf.common.util.BasicMonitor; | |
import org.eclipse.core.resources.IContainer; | 17 | 17 | import org.eclipse.core.resources.IContainer; | |
18 | import org.eclipse.core.runtime.IPath; | |||
import org.eclipse.core.runtime.IProgressMonitor; | 18 | 19 | import org.eclipse.core.runtime.IProgressMonitor; | |
import org.eclipse.emf.common.util.URI; | 19 | 20 | import org.eclipse.emf.common.util.URI; | |
20 | 21 | |||
21 | 22 | |||
/** | 22 | 23 | /** | |
* Main entry point of the 'Acceleo' generation module. | 23 | 24 | * Main entry point of the 'Acceleo' generation module. | |
*/ | 24 | 25 | */ | |
public class GenerateAll { | 25 | 26 | public class GenerateAll { | |
26 | 27 | |||
/** | 27 | 28 | /** | |
* The model URI. | 28 | 29 | * The model URI. | |
*/ | 29 | 30 | */ | |
private URI modelURI; | 30 | 31 | private URI modelURI; | |
31 | 32 | |||
/** | 32 | 33 | /** | |
* The output folder. | 33 | 34 | * The output folder. | |
*/ | 34 | 35 | */ | |
private IContainer targetFolder; | 35 | 36 | private IContainer targetFolder; | |
36 | 37 | |||
/** | 37 | 38 | /** | |
* The other arguments. | 38 | 39 | * The other arguments. | |
*/ | 39 | 40 | */ | |
List<? extends Object> arguments; | 40 | 41 | List<? extends Object> arguments; | |
41 | 42 | |||
43 | private IPath targetFolderPath; | |||
44 | private IPath targetFolderPathFull; | |||
45 | ||||
/** | 42 | 46 | /** | |
* Constructor. | 43 | 47 | * Constructor. | |
* | 44 | 48 | * | |
* @param modelURI | 45 | 49 | * @param modelURI | |
* is the URI of the model. | 46 | 50 | * is the URI of the model. | |
* @param targetFolder | 47 | 51 | * @param targetFolder | |
* is the output folder | 48 | 52 | * is the output folder | |
* @param arguments | 49 | 53 | * @param arguments | |
* are the other arguments | 50 | 54 | * are the other arguments | |
* @throws IOException | 51 | 55 | * @throws IOException | |
* Thrown when the output cannot be saved. | 52 | 56 | * Thrown when the output cannot be saved. | |
* @generated | 53 | 57 | * @generated | |
*/ | 54 | 58 | */ | |
public GenerateAll(URI modelURI, IContainer targetFolder, List<? extends Object> arguments) { | 55 | 59 | public GenerateAll(URI modelURI, IContainer targetFolder, List<? extends Object> arguments) { | |
this.modelURI = modelURI; | 56 | 60 | this.modelURI = modelURI; | |
this.targetFolder = targetFolder; | 57 | 61 | this.targetFolder = targetFolder; | |
this.arguments = arguments; | 58 | 62 | this.arguments = arguments; | |
63 | this.targetFolderPath = this.targetFolder.getLocation().addTrailingSeparator().append("code-gen"); | |||
64 | this.targetFolderPathFull = this.targetFolder.getLocation().addTrailingSeparator().append("code-gen"); | |||
} | 59 | 65 | } | |
60 | 66 | |||
/** | 61 | 67 | /** | |
* Launches the generation. | 62 | 68 | * Launches the generation. | |
* | 63 | 69 | * | |
* @param monitor | 64 | 70 | * @param monitor | |
* This will be used to display progress information to the user. | 65 | 71 | * This will be used to display progress information to the user. | |
* @throws IOException | 66 | 72 | * @throws IOException | |
* Thrown when the output cannot be saved. | 67 | 73 | * Thrown when the output cannot be saved. | |
* @generated | 68 | 74 | * @generated | |
*/ | 69 | 75 | */ | |
public void doGenerate(IProgressMonitor monitor) throws IOException { | 70 | 76 | public void doGenerate(IProgressMonitor monitor) throws IOException { | |
if (!targetFolder.getLocation().toFile().exists()) { | 71 | 77 | if (!targetFolderPath.toFile().exists()) { | |
targetFolder.getLocation().toFile().mkdirs(); | 72 | 78 | targetFolderPath.toFile().mkdirs(); | |
} | 73 | 79 | } | |
74 | 80 | |||
// final URI template0 = getTemplateURI("fr.femto.topcased.sysml2vhdlams.acceleo", new Path("/fr/femto/topcased/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.emtl")); | 75 | 81 | // final URI template0 = getTemplateURI("fr.femto.topcased.sysml2vhdlams.acceleo", new Path("/fr/femto/topcased/sysml2vhdlams/acceleo/common/sysml2vhdlamsfile.emtl")); | |
// fr.femto.topcased.sysml2vhdlams.acceleo.common.Sysml2vhdlamsfile gen0 = new fr.femto.topcased.sysml2vhdlams.acceleo.common.Sysml2vhdlamsfile(modelURI, targetFolder.getLocation().toFile(), arguments) { | 76 | 82 | // fr.femto.topcased.sysml2vhdlams.acceleo.common.Sysml2vhdlamsfile gen0 = new fr.femto.topcased.sysml2vhdlams.acceleo.common.Sysml2vhdlamsfile(modelURI, targetFolder.getLocation().toFile(), arguments) { | |
// protected URI createTemplateURI(String entry) { | 77 | 83 | // protected URI createTemplateURI(String entry) { | |
// return template0; | 78 | 84 | // return template0; | |
// } | 79 | 85 | // } | |
//}; | 80 | 86 | //}; | |
//gen0.doGenerate(BasicMonitor.toMonitor(monitor)); | 81 | 87 | //gen0.doGenerate(BasicMonitor.toMonitor(monitor)); | |
monitor.subTask("Loading..."); | 82 | 88 | monitor.subTask("Loading..."); |
fr.femtost.disc.sysml2vhdlams.feature/feature.xml
View file @
f54aa5f
<?xml version="1.0" encoding="UTF-8"?> | 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> | |
<feature | 2 | 2 | <feature | |
id="fr.femtost.disc.sysml2vhdlams.feature" | 3 | 3 | id="fr.femtost.disc.sysml2vhdlams.feature" | |
label="SysML to VHDL-AMS" | 4 | 4 | label="SysML to VHDL-AMS" | |
version="1.0.0.qualifier" | 5 | 5 | version="1.0.0.qualifier" | |
provider-name="Femto-st / DISC"> | 6 | 6 | provider-name="Femto-st / DISC"> | |
7 | 7 | |||
<description url="http://www.example.com/description"> | 8 | 8 | <description url="http://www.example.com/description"> | |
[Enter Feature Description here.] | 9 | 9 | [Enter Feature Description here.] | |
</description> | 10 | 10 | </description> | |
11 | 11 | |||
<copyright url="http://www.example.com/copyright"> | 12 | 12 | <copyright url="http://www.example.com/copyright"> | |
[Enter Copyright Description here.] | 13 | 13 | [Enter Copyright Description here.] | |
</copyright> | 14 | 14 | </copyright> | |
15 | 15 | |||
<license url="http://www.example.com/license"> | 16 | 16 | <license url="http://www.eclipse.org/org/documents/epl-v10.html"> | |
[Enter License Description here.] | 17 | 17 | ||
18 | Eclipse Foundation Software User Agreement | |||
19 | February 1, 2011 | |||
20 | ||||
21 | Usage Of Content | |||
22 | ||||
23 | THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR | |||
24 | OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). | |||
25 | USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS | |||
26 | AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR | |||
27 | NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU | |||
28 | AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT | |||
29 | AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS | |||
30 | OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE | |||
31 | TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS | |||
32 | OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED | |||
33 | BELOW, THEN YOU MAY NOT USE THE CONTENT. | |||
34 | ||||
35 | Applicable Licenses | |||
36 | ||||
37 | Unless otherwise indicated, all Content made available by the | |||
38 | Eclipse Foundation is provided to you under the terms and conditions of | |||
39 | the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is | |||
40 | provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. | |||
41 | For purposes of the EPL, "Program" will mean the Content. | |||
42 | ||||
43 | Content includes, but is not limited to, source code, object code, | |||
44 | documentation and other files maintained in the Eclipse Foundation source code | |||
45 | repository ("Repository") in software modules ("Modules") and made available | |||
46 | as downloadable archives ("Downloads"). | |||
47 | ||||
48 | - Content may be structured and packaged into modules to facilitate delivering, | |||
49 | extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), | |||
50 | plug-in fragments ("Fragments"), and features ("Features"). | |||
51 | - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive) | |||
52 | in a directory named "plugins". | |||
53 | - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. | |||
54 | Each Feature may be packaged as a sub-directory in a directory named "features". | |||
55 | Within a Feature, files named "feature.xml" may contain a list of the names and version | |||
56 | numbers of the Plug-ins and/or Fragments associated with that Feature. | |||
57 | - Features may also include other Features ("Included Features"). Within a Feature, files | |||
58 | named "feature.xml" may contain a list of the names and version numbers of Included Features. | |||
59 | ||||
60 | The terms and conditions governing Plug-ins and Fragments should be | |||
61 | contained in files named "about.html" ("Abouts"). The terms and | |||
62 | conditions governing Features and Included Features should be contained | |||
63 | in files named "license.html" ("Feature Licenses"). Abouts and Feature | |||
64 | Licenses may be located in any directory of a Download or Module | |||
65 | including, but not limited to the following locations: | |||
66 | ||||
67 | - The top-level (root) directory | |||
68 | - Plug-in and Fragment directories | |||
69 | - Inside Plug-ins and Fragments packaged as JARs | |||
70 | - Sub-directories of the directory named "src" of certain Plug-ins | |||
71 | - Feature directories | |||
72 | ||||
73 | Note: if a Feature made available by the Eclipse Foundation is installed using the | |||
74 | Provisioning Technology (as defined below), you must agree to a license ("Feature | |||
75 | Update License") during the installation process. If the Feature contains | |||
76 | Included Features, the Feature Update License should either provide you | |||
77 | with the terms and conditions governing the Included Features or inform | |||
78 | you where you can locate them. Feature Update Licenses may be found in | |||
79 | the "license" property of files named "feature.properties" found within a Feature. | |||
80 | Such Abouts, Feature Licenses, and Feature Update Licenses contain the | |||
81 | terms and conditions (or references to such terms and conditions) that | |||
82 | govern your use of the associated Content in that directory. | |||
83 | ||||
84 | THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER | |||
85 | TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. | |||
86 | SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO): | |||
87 | ||||
88 | - Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html) | |||
89 | - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html) | |||
90 | - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE) | |||
91 | - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0) | |||
92 | - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html) | |||
93 | - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html) | |||
94 | ||||
95 | IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR | |||
96 | TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License | |||
97 | is provided, please contact the Eclipse Foundation to determine what terms and conditions | |||
98 | govern that particular Content. | |||
99 | ||||
100 | ||||
101 | Use of Provisioning Technology | |||
102 | ||||
103 | The Eclipse Foundation makes available provisioning software, examples of which include, | |||
104 | but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for | |||
105 | the purpose of allowing users to install software, documentation, information and/or | |||
106 | other materials (collectively "Installable Software"). This capability is provided with | |||
107 | the intent of allowing such users to install, extend and update Eclipse-based products. | |||
108 | Information about packaging Installable Software is available at | |||
109 | http://eclipse.org/equinox/p2/repository_packaging.html ("Specification"). | |||
110 | ||||
111 | You may use Provisioning Technology to allow other parties to install Installable Software. | |||
112 | You shall be responsible for enabling the applicable license agreements relating to the | |||
113 | Installable Software to be presented to, and accepted by, the users of the Provisioning Technology | |||
114 | in accordance with the Specification. By using Provisioning Technology in such a manner and | |||
115 | making it available in accordance with the Specification, you further acknowledge your | |||
116 | agreement to, and the acquisition of all necessary rights to permit the following: | |||
117 | ||||
118 | 1. A series of actions may occur ("Provisioning Process") in which a user may execute | |||
119 | the Provisioning Technology on a machine ("Target Machine") with the intent of installing, | |||
120 | extending or updating the functionality of an Eclipse-based product. | |||
121 | 2. During the Provisioning Process, the Provisioning Technology may cause third party | |||
122 | Installable Software or a portion thereof to be accessed and copied to the Target Machine. | |||
123 | 3. Pursuant to the Specification, you will provide to the user the terms and conditions that | |||
124 | govern the use of the Installable Software ("Installable Software Agreement") and such | |||
125 | Installable Software Agreement shall be accessed from the Target Machine in accordance | |||
126 | with the Specification. Such Installable Software Agreement must inform the user of the | |||
127 | terms and conditions that govern the Installable Software and must solicit acceptance by | |||
128 | the end user in the manner prescribed in such Installable Software Agreement. Upon such | |||
129 | indication of agreement by the user, the provisioning Technology will complete installation | |||
130 | of the Installable Software. | |||
131 | ||||
132 | Cryptography | |||
133 | ||||
134 | Content may contain encryption software. The country in which you are | |||
135 | currently may have restrictions on the import, possession, and use, | |||
136 | and/or re-export to another country, of encryption software. BEFORE | |||
137 | using any encryption software, please check the country's laws, | |||
138 | regulations and policies concerning the import, possession, or use, and | |||
139 | re-export of encryption software, to see if this is permitted. | |||
140 | ||||
141 | Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both. | |||
</license> | 18 | 142 | </license> | |
19 | 143 | |||
<requires> | 20 | 144 | <requires> | |
<import plugin="org.eclipse.core.runtime"/> | 21 | 145 | <import plugin="org.eclipse.core.runtime"/> | |
<import plugin="org.eclipse.emf.ecore"/> | 22 | 146 | <import plugin="org.eclipse.emf.ecore"/> | |
<import plugin="org.eclipse.m2m.atl.engine.emfvm"/> | 23 | 147 | <import plugin="org.eclipse.m2m.atl.engine.emfvm"/> | |
<import plugin="org.eclipse.ui"/> | 24 | 148 | <import plugin="org.eclipse.ui"/> | |
<import plugin="org.eclipse.core.resources"/> | 25 | 149 | <import plugin="org.eclipse.core.resources"/> | |
<import plugin="fr.femtost.disc.eclipse.sysml2problem.atl" version="1.0.0" match="greaterOrEqual"/> | 26 | 150 | <import plugin="fr.femtost.disc.eclipse.sysml2problem.atl" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="fr.femtost.disc.eclipse.problemmetamodel" version="1.0.0" match="greaterOrEqual"/> | 27 | 151 | <import plugin="fr.femtost.disc.eclipse.problemmetamodel" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.emf.ecore.xmi"/> | 28 | 152 | <import plugin="org.eclipse.emf.ecore.xmi"/> | |
<import plugin="org.eclipse.ocl"/> | 29 | 153 | <import plugin="org.eclipse.ocl"/> | |
<import plugin="org.eclipse.ocl.ecore"/> | 30 | 154 | <import plugin="org.eclipse.ocl.ecore"/> | |
<import plugin="org.eclipse.acceleo.common" version="3.2.0" match="greaterOrEqual"/> | 31 | 155 | <import plugin="org.eclipse.acceleo.common" version="3.2.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.acceleo.model" version="3.2.0" match="greaterOrEqual"/> | 32 | 156 | <import plugin="org.eclipse.acceleo.model" version="3.2.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.acceleo.profiler" version="3.2.0" match="greaterOrEqual"/> | 33 | 157 | <import plugin="org.eclipse.acceleo.profiler" version="3.2.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.acceleo.engine" version="3.2.0" match="greaterOrEqual"/> | 34 | 158 | <import plugin="org.eclipse.acceleo.engine" version="3.2.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/> | 35 | 159 | <import plugin="org.eclipse.core.resources" version="3.7.100" match="greaterOrEqual"/> | |
<import plugin="fr.femtost.disc.eclipse.vhdlamsmetamodel" version="1.0.0" match="greaterOrEqual"/> | 36 | 160 | <import plugin="fr.femtost.disc.eclipse.vhdlamsmetamodel" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="fr.femtost.disc.eclipse.sysml2problem.ui" version="1.0.0" match="greaterOrEqual"/> | 37 | 161 | <import plugin="fr.femtost.disc.eclipse.sysml2problem.ui" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="fr.femtost.disc.eclipse.sysml2vhdlams.acceleo" version="1.0.0" match="greaterOrEqual"/> | 38 | 162 | <import plugin="fr.femtost.disc.eclipse.sysml2vhdlams.acceleo" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="fr.femtost.disc.eclipse.sysml2vhdlams.atl" version="1.0.0" match="greaterOrEqual"/> | 39 | 163 | <import plugin="fr.femtost.disc.eclipse.sysml2vhdlams.atl" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.emf.ecore" version="2.7.0" match="greaterOrEqual"/> | 40 | 164 | <import plugin="org.eclipse.emf.ecore" version="2.7.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.uml2" version="3.2.0" match="greaterOrEqual"/> | 41 | 165 | <import plugin="org.eclipse.uml2" version="3.2.0" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.uml2.uml"/> | 42 | 166 | <import plugin="org.eclipse.uml2.uml"/> | |
<import plugin="org.topcased.sysml" version="3.0.3" match="greaterOrEqual"/> | 43 | 167 | <import plugin="org.topcased.sysml" version="3.0.3" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.m2m.atl.engine.emfvm" version="3.2.1" match="greaterOrEqual"/> | 44 | 168 | <import plugin="org.eclipse.m2m.atl.engine.emfvm" version="3.2.1" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.papyrus.sysml" version="0.8.1" match="greaterOrEqual"/> | 45 | 169 | <import plugin="org.eclipse.papyrus.sysml" version="0.8.1" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.jface.text" version="3.7.1" match="greaterOrEqual"/> | 46 | 170 | <import plugin="org.eclipse.jface.text" version="3.7.1" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.uml2.uml" version="3.2.100" match="greaterOrEqual"/> | 47 | 171 | <import plugin="org.eclipse.uml2.uml" version="3.2.100" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.uml2.common.edit" version="1.5.0" match="greaterOrEqual"/> | 48 | 172 | <import plugin="org.eclipse.uml2.common.edit" version="1.5.0" match="greaterOrEqual"/> | |
<import plugin="org.apache.commons.lang" version="2.4.0" match="greaterOrEqual"/> | 49 | 173 | <import plugin="org.apache.commons.lang" version="2.4.0" match="greaterOrEqual"/> | |
<import plugin="com.google.collect" version="1.0.0" match="greaterOrEqual"/> | 50 | 174 | <import plugin="com.google.collect" version="1.0.0" match="greaterOrEqual"/> | |
<import plugin="org.topcased.modeler" version="3.1.14" match="greaterOrEqual"/> | 51 | 175 | <import plugin="org.topcased.modeler" version="3.1.14" match="greaterOrEqual"/> | |
<import plugin="org.topcased.modeler.sysml" version="3.0.9" match="greaterOrEqual"/> | 52 | 176 | <import plugin="org.topcased.modeler.sysml" version="3.0.9" match="greaterOrEqual"/> | |
<import plugin="org.eclipse.emf.edit"/> | 53 | 177 | <import plugin="org.eclipse.emf.edit"/> | |
<import plugin="org.eclipse.ui.ide"/> | 54 | 178 | <import plugin="org.eclipse.ui.ide"/> | |
<import plugin="org.eclipse.emf.edit.ui"/> | 55 | 179 | <import plugin="org.eclipse.emf.edit.ui"/> | |
</requires> | 56 | 180 | </requires> | |
57 | 181 | |||
<plugin | 58 | 182 | <plugin | |
id="fr.femtost.disc.eclipse.problemmetamodel" | 59 | 183 | id="fr.femtost.disc.eclipse.problemmetamodel" | |
download-size="0" | 60 | 184 | download-size="0" | |
install-size="0" | 61 | 185 | install-size="0" | |
version="0.0.0" | 62 | 186 | version="0.0.0" | |
unpack="false"/> | 63 | 187 | unpack="false"/> | |
64 | 188 | |||
<plugin | 65 | 189 | <plugin | |
id="fr.femtost.disc.eclipse.sysml2problem.atl" | 66 | 190 | id="fr.femtost.disc.eclipse.sysml2problem.atl" | |
download-size="0" | 67 | 191 | download-size="0" | |
install-size="0" | 68 | 192 | install-size="0" | |
version="0.0.0" | 69 | 193 | version="0.0.0" | |
unpack="false"/> | 70 | 194 | unpack="false"/> | |
71 | 195 | |||
<plugin | 72 | 196 | <plugin | |
id="fr.femtost.disc.eclipse.sysml2problem.ui" | 73 | 197 | id="fr.femtost.disc.eclipse.sysml2problem.ui" | |
download-size="0" | 74 | 198 | download-size="0" | |
install-size="0" | 75 | 199 | install-size="0" | |
version="0.0.0" | 76 | 200 | version="0.0.0" | |
unpack="false"/> | 77 | 201 | unpack="false"/> | |
78 | 202 | |||
<plugin | 79 | 203 | <plugin | |
id="fr.femtost.disc.eclipse.sysml2vhdlams.acceleo" | 80 | 204 | id="fr.femtost.disc.eclipse.sysml2vhdlams.acceleo" | |
download-size="0" | 81 | 205 | download-size="0" | |
install-size="0" | 82 | 206 | install-size="0" | |
version="0.0.0" | 83 | 207 | version="0.0.0" | |
unpack="false"/> | 84 | 208 | unpack="false"/> | |
85 | 209 | |||
<plugin | 86 | 210 | <plugin | |
id="fr.femtost.disc.eclipse.sysml2vhdlams.atl" | 87 | 211 | id="fr.femtost.disc.eclipse.sysml2vhdlams.atl" | |
download-size="0" | 88 | 212 | download-size="0" | |
install-size="0" | 89 | 213 | install-size="0" | |
version="0.0.0" | 90 | 214 | version="0.0.0" | |
unpack="false"/> | 91 | 215 | unpack="false"/> | |
92 | 216 | |||
<plugin | 93 | 217 | <plugin | |
id="fr.femtost.disc.eclipse.sysml2vhdlams.ui" | 94 | 218 | id="fr.femtost.disc.eclipse.sysml2vhdlams.ui" | |
download-size="0" | 95 | 219 | download-size="0" | |
install-size="0" | 96 | 220 | install-size="0" | |
version="0.0.0" | 97 | 221 | version="0.0.0" | |
unpack="false"/> | 98 | 222 | unpack="false"/> | |
99 | 223 | |||
<plugin | 100 | 224 | <plugin | |
id="fr.femtost.disc.eclipse.vhdlamslibrary" | 101 | 225 | id="fr.femtost.disc.eclipse.vhdlamslibrary" | |
download-size="0" | 102 | 226 | download-size="0" | |
install-size="0" | 103 | 227 | install-size="0" | |
version="0.0.0" | 104 | 228 | version="0.0.0" | |
unpack="false"/> | 105 | 229 | unpack="false"/> | |
106 | 230 | |||
<plugin | 107 | 231 | <plugin | |
id="fr.femtost.disc.eclipse.vhdlamslibrary.ui" | 108 | 232 | id="fr.femtost.disc.eclipse.vhdlamslibrary.ui" | |
download-size="0" | 109 | 233 | download-size="0" | |
install-size="0" | 110 | 234 | install-size="0" | |
version="0.0.0" | 111 | 235 | version="0.0.0" | |
unpack="false"/> | 112 | 236 | unpack="false"/> | |
113 | 237 | |||
<plugin | 114 | 238 | <plugin | |
id="fr.femtost.disc.eclipse.vhdlamsmetamodel" | 115 | 239 | id="fr.femtost.disc.eclipse.vhdlamsmetamodel" | |
download-size="0" | 116 | 240 | download-size="0" | |
install-size="0" | 117 | 241 | install-size="0" | |
version="0.0.0" | 118 | 242 | version="0.0.0" | |
unpack="false"/> | 119 | 243 | unpack="false"/> | |
120 | 244 | |||
<plugin | 121 | 245 | <plugin |
fr.femtost.disc.sysml2vhdlams.updatesite/artifacts.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/content.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.problemmetamodel_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.problemmetamodel_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.atl_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.atl_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.ui_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2problem.ui_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.acceleo_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.atl_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.atl_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.ui_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.sysml2vhdlams.ui_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary.ui_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary.ui_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamslibrary_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.edit_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel.editor_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel_1.0.0.201404231706.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/plugins/fr.femtost.disc.eclipse.vhdlamsmetamodel_1.0.0.201404241015.jar
View file @
f54aa5f
fr.femtost.disc.sysml2vhdlams.updatesite/site.xml
View file @
f54aa5f
<?xml version="1.0" encoding="UTF-8"?> | 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> | |
<site> | 2 | 2 | <site> | |
<feature url="features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404231706.jar" id="fr.femtost.disc.sysml2vhdlams.feature" version="1.0.0.201404231706"> | 3 | 3 | <feature url="features/fr.femtost.disc.sysml2vhdlams.feature_1.0.0.201404241015.jar" id="fr.femtost.disc.sysml2vhdlams.feature" version="1.0.0.201404241015"> | |
<category name="SysML2Vhdlams"/> | 4 | 4 | <category name="SysML2Vhdlams"/> | |
</feature> | 5 | 5 | </feature> | |
<category-def name="SysML2Vhdlams" label="SysML2Vhdlams"/> | 6 | 6 | <category-def name="SysML2Vhdlams" label="SysML2Vhdlams"/> | |
</site> | 7 | 7 | </site> | |
8 | 8 |