File tree Expand file tree Collapse file tree 6 files changed +72
-2
lines changed
it.baeyens.arduino.parent
it.baeyens.arduino.product
it.baeyens.arduino.updatesite Expand file tree Collapse file tree 6 files changed +72
-2
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 @@ -357,7 +357,7 @@ rights to a jury trial in any resulting litigation.</p>
357357 <repositories >
358358 <repository location =" http://download.eclipse.org/releases/mars" enabled =" true" />
359359 <repository location =" http://download.eclipse.org/eclipse/updates/4.5" enabled =" true" />
360- <repository location =" http://eclipse.baeyens.it/nightly" enabled =" false " />
360+ <repository location =" http://eclipse.baeyens.it/nightly" enabled =" true " />
361361 <repository location =" http://eclipse.baeyens.it/V3" enabled =" true" />
362362 </repositories >
363363
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 name =" Arduino" />
5+ </feature >
6+ <category-def name =" Arduino" label =" Arduino Eclipse Plugins" >
7+ <description >
8+ Arduino development in the Eclipse IDE.
9+ </description >
10+ </category-def >
11+ </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 >
You can’t perform that action at this time.
0 commit comments