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 45
45
<module >../it.baeyens.arduino.core</module >
46
46
<module >../it.baeyens.arduino.monitor</module >
47
47
<module >../it.baeyens.arduino.product</module >
48
-
48
+ < module >../it.baeyens.arduino.updatesite</ module >
49
49
<module >../it.baeyens.arduino.application</module >
50
50
<module >../it.baeyens.cdt.refactor</module >
51
51
</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>
357
357
<repositories >
358
358
<repository location =" http://download.eclipse.org/releases/mars" enabled =" true" />
359
359
<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 " />
361
361
<repository location =" http://eclipse.baeyens.it/V3" enabled =" true" />
362
362
</repositories >
363
363
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