Skip to content

Commit b1e7963

Browse files
authored
Build with Tycho (#1)
1 parent a7b30f4 commit b1e7963

File tree

107 files changed

+113
-652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+113
-652
lines changed

Diff for: .gitignore

+6-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ bin/
1414
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1515
hs_err_pid*
1616

17-
# P2 Update Site project
18-
/com.wdev91.eclipse.copyright.site/features/
19-
/com.wdev91.eclipse.copyright.site/plugins/
20-
2117
# Maven
2218
target/
19+
.polyglot*
20+
21+
# Eclipse
22+
.project
23+
.classpath
24+
.settings/

Diff for: .mvn/extensions.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>org.eclipse.tycho</groupId>
5+
<artifactId>tycho-build</artifactId>
6+
<version>${tycho.version}</version>
7+
</extension>
8+
</extensions>

Diff for: .mvn/maven.config

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Dtycho.version=4.0.8

Diff for: README.adoc

-43
This file was deleted.

Diff for: README.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Eclipse Copyright Generator
2+
3+
This is an Eclipse extension to help generating and updating copyright in files.
4+
5+
## History
6+
7+
Fork of [Eclipse Copyright Generator project](https://github.com/jmini/Eclipse-Copyright-Generator) on Github, which is a fork of the [Eclipse Copyright Generator project](http://sourceforge.net/projects/eclipsecopyrigh/) on sourceforge.
8+
9+
Initial work by Eric Wuillai. Contributors: Jeremie Bresson, Matthew Krupcale, Roger Chen.
10+
11+
## Build
12+
13+
This project uses [Tycho](https://github.com/eclipse-tycho/tycho) with [Maven](https://maven.apache.org/) to build. It requires Maven 3.9.0 or higher version.
14+
15+
Dev build:
16+
17+
```
18+
mvn clean verify
19+
```
20+
21+
Release build:
22+
23+
```
24+
mvn clean org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0 verify
25+
```
26+
27+
## Install
28+
29+
Refer to the original Github pages at https://jmini.github.io/Eclipse-Copyright-Generator/.
30+
31+
Bintray is no longer available. This project will release the artifacts in Github releases instead.
32+

Diff for: com.wdev91.eclipse.copyright.feature/.project

-17
This file was deleted.

Diff for: com.wdev91.eclipse.copyright.site/.project

-17
This file was deleted.

Diff for: com.wdev91.eclipse.copyright.site/site.xml

-4
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.classpath

-7
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.project

-28
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.settings/com.wdev91.eclipse.copyright.xml

-12
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.settings/org.eclipse.jdt.core.prefs

-11
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.settings/org.eclipse.ltk.core.refactoring.prefs

-3
This file was deleted.

Diff for: com.wdev91.eclipse.copyright/.settings/org.eclipse.wst.validation.prefs

-6
This file was deleted.

Diff for: docs/.project

-17
This file was deleted.

Diff for: docs/gh-pages_pages.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)