File tree Expand file tree Collapse file tree 9 files changed +608
-1
lines changed
it.baeyens.arduino.parent
it.baeyens.arduino.updatesite Expand file tree Collapse file tree 9 files changed +608
-1
lines changed Original file line number Diff line number Diff line change 4545 <module >../it.baeyens.arduino.core</module >
4646 <module >../it.baeyens.arduino.monitor</module >
4747 <module >../it.baeyens.arduino.product</module >
48-
48+ < module >../it.baeyens.arduino.updatesite</ module >
4949 <module >../it.baeyens.arduino.application</module >
5050 <module >../it.baeyens.cdt.refactor</module >
5151 </modules >
Original file line number Diff line number Diff line change 1+ /plugins
2+ /features
3+ /artifacts.jar
4+ /content.jar
5+ /logs.zip
6+ /target
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >it.baeyens.arduino.updatesite</name >
4+ <comment ></comment >
5+ <projects >
6+ <project >it.baeyens.arduino.common</project >
7+ <project >it.baeyens.arduino.core</project >
8+ <project >it.baeyens.arduino.feature</project >
9+ <project >it.baeyens.avreclipse.core</project >
10+ <project >it.baeyens.avreclipse.core.managedbuildsystem</project >
11+ <project >it.baeyens.avreclipse.ui</project >
12+ </projects >
13+ <buildSpec >
14+ <buildCommand >
15+ <name >org.eclipse.pde.UpdateSiteBuilder</name >
16+ <arguments >
17+ </arguments >
18+ </buildCommand >
19+ </buildSpec >
20+ <natures >
21+ <nature >org.eclipse.pde.UpdateSiteNature</nature >
22+ </natures >
23+ </projectDescription >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <site >
3+ <feature url =" features/it.baeyens.arduino.feature_3.0.0.qualifier.jar" id =" it.baeyens.arduino.feature" version =" 3.0.0.qualifier" />
4+ <category-def name =" Arduino" label =" Arduino" />
5+ </site >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
6+ <artifactId >it.baeyens.arduino.parent</artifactId >
7+ <version >3.0.0-SNAPSHOT</version >
8+ <relativePath >../it.baeyens.arduino.parent</relativePath >
9+ </parent >
10+ <groupId >com.github.brodykenrick.arduino-eclipse-plugin</groupId >
11+ <artifactId >it.baeyens.arduino.updatesite</artifactId >
12+ <version >3.0.0-SNAPSHOT</version >
13+ <packaging >eclipse-repository</packaging >
14+ <build >
15+ <plugins >
16+ <!-- Configure p2 repository aggregator -->
17+ <!-- (http://eclipse.org/tycho/sitedocs/tycho-p2/tycho-p2-repository-plugin/assemble-repository-mojo.html) -->
18+ <plugin >
19+ <groupId >org.eclipse.tycho</groupId >
20+ <artifactId >tycho-p2-repository-plugin</artifactId >
21+ <version >${tycho.version} </version >
22+ <configuration >
23+ <!-- Aggregate all transitive dependencies, making the resulting p2
24+ repository self-contained. -->
25+ <includeAllDependencies >true</includeAllDependencies >
26+ </configuration >
27+ </plugin >
28+ </plugins >
29+ </build >
30+ </project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <site >
3+ <description name =" Jan' s eclipse place" url =" http://www.baeyens.it/eclipse/update%20site/" >
4+ A location for eclipse plugins created by Jan Baeyens
5+ </description >
6+ <feature url =" features/it.baeyens.arduino.feature_3.0.0.qualifier.jar" id =" it.baeyens.arduino.feature" version =" 3.0.0.qualifier" />
7+ </site >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <projectDescription >
3+ <name >teensy</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