This repository was archived by the owner on Oct 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
bundles/org.dataflowanalysis.standalone
features/org.dataflowanalysis.standalone.feature
product/org.datadlownalysis.standalone.product Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<projectDescription >
3- <name >org.dataflowanalysis.converter .feature</name >
3+ <name >org.dataflowanalysis.standalone .feature</name >
44 <comment ></comment >
55 <projects >
66 </projects >
Original file line number Diff line number Diff line change 3636 </plugins >
3737 </pluginManagement >
3838 <plugins >
39+ <plugin >
40+ <groupId >org.eclipse.tycho</groupId >
41+ <artifactId >tycho-source-plugin</artifactId >
42+ <version >${tycho.version} </version >
43+ <executions >
44+ <execution >
45+ <id >plugin-source</id >
46+ <goals >
47+ <goal >plugin-source</goal >
48+ </goals >
49+ </execution >
50+ <execution >
51+ <id >feature-source</id >
52+ <goals >
53+ <goal >feature-source</goal >
54+ </goals >
55+ </execution >
56+ </executions >
57+ </plugin >
3958 <plugin >
4059 <groupId >org.eclipse.tycho</groupId >
4160 <artifactId >tycho-maven-plugin</artifactId >
86105 </environments >
87106 </configuration >
88107 </plugin >
108+ <plugin >
109+ <groupId >org.eclipse.tycho</groupId >
110+ <artifactId >tycho-p2-plugin</artifactId >
111+ <version >${tycho.version} </version >
112+ <executions >
113+ <execution >
114+ <id >attached-p2-metadata</id >
115+ <phase >package</phase >
116+ <goals >
117+ <goal >p2-metadata</goal >
118+ </goals >
119+ </execution >
120+ </executions >
121+ </plugin >
89122 <plugin >
90123 <groupId >org.eclipse.xtend</groupId >
91124 <artifactId >xtend-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >org.dataflowanalysis.standalone.product</name >
4+ <comment ></comment >
5+ <projects >
6+ </projects >
7+ <buildSpec >
8+ </buildSpec >
9+ <natures >
10+ </natures >
11+ </projectDescription >
You can’t perform that action at this time.
0 commit comments