File tree Expand file tree Collapse file tree
org.omg.sysml.model.bundle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Export-Package: org.omg.sysml.lang.sysml,
99 org.omg.sysml.lang.sysml.impl,
1010 org.omg.sysml.lang.sysml.util
1111Bundle-ClassPath : .,
12- lib/org.omg.sysml.model-0.58 .0-SNAPSHOT.jar
12+ lib/org.omg.sysml.model-0.59 .0-SNAPSHOT.jar
1313Bundle-SymbolicName : org.omg.sysml.model.bundle;singleton:=true
1414Bundle-ActivationPolicy : lazy
1515Automatic-Module-Name : org.omg.sysml.model.bundle
Original file line number Diff line number Diff line change 11#
22bin.includes = META-INF/,\
33 plugin.properties,\
4- lib/org.omg.sysml.model-0.58 .0-SNAPSHOT.jar,\
5- model/
6- jars.extra.classpath = lib/org.omg.sysml.model-0.58 .0-SNAPSHOT.jar
4+ lib/org.omg.sysml.model-0.59 .0-SNAPSHOT.jar,\
5+ model/
6+ jars.extra.classpath = lib/org.omg.sysml.model-0.59 .0-SNAPSHOT.jar
Original file line number Diff line number Diff line change 1313 <artifactId >org.omg.sysml</artifactId >
1414 <packaging >eclipse-plugin</packaging >
1515
16+ <build >
17+ <plugins >
18+ <plugin >
19+ <groupId >org.apache.maven.plugins</groupId >
20+ <artifactId >maven-clean-plugin</artifactId >
21+ <executions >
22+ <execution >
23+ <id >gen-clean</id >
24+ <phase >clean</phase >
25+ </execution >
26+ </executions >
27+ </plugin >
28+ <plugin >
29+ <groupId >org.eclipse.xtend</groupId >
30+ <artifactId >xtend-maven-plugin</artifactId >
31+ </plugin >
32+ </plugins >
33+ </build >
34+
1635</project >
You can’t perform that action at this time.
0 commit comments