Compare commits
57 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42b2267973 | ||
|
|
2093793742 | ||
|
|
99586fc700 | ||
|
|
823ca2f961 | ||
|
|
9aedcefb30 | ||
|
|
c0e7087959 | ||
|
|
0b3ba152ef | ||
|
|
716082d1ec | ||
|
|
73c6aea229 | ||
|
|
0dda1b51f7 | ||
|
|
11a292d42b | ||
|
|
76895b0c33 | ||
|
|
d5c09dd366 | ||
|
|
145f86fc11 | ||
|
|
e23a4939b7 | ||
|
|
bdaa70d280 | ||
|
|
056812a752 | ||
|
|
329f68dbec | ||
|
|
320a50a5f2 | ||
|
|
d79c6c2cd5 | ||
|
|
f5f4e0d12d | ||
|
|
05d9d570ee | ||
|
|
3f19d2b8dd | ||
|
|
8c01628a0b | ||
|
|
84fe03afb7 | ||
|
|
5448986a02 | ||
|
|
916d9164be | ||
|
|
4c185b00bc | ||
|
|
b5a0e4da55 | ||
|
|
5151ce3bab | ||
|
|
7b47c86fb3 | ||
|
|
865f3fdd68 | ||
|
|
a6c33e875b | ||
|
|
6188d8cb61 | ||
|
|
de2b6bd7c8 | ||
|
|
8ea91cfc6a | ||
|
|
81e6e04274 | ||
|
|
1f16741366 | ||
|
|
a675884207 | ||
|
|
dd531a1b69 | ||
|
|
32d2cd774c | ||
|
|
0a5c389ca7 | ||
|
|
0ee785cd49 | ||
|
|
b198cb2b03 | ||
|
|
6175b251e3 | ||
|
|
2183fd23f3 | ||
|
|
0cb061407e | ||
|
|
46d788409d | ||
|
|
d8ffec9a5b | ||
|
|
da67dca98e | ||
|
|
90d6154801 | ||
|
|
97fd3771c0 | ||
|
|
ff8444e580 | ||
|
|
6e553cccc4 | ||
|
|
abceb8fa0f | ||
|
|
2bdb1cf4d4 | ||
|
|
86043fad3e |
5 changed files with 1 additions and 119 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/tycho-extras-0.14.x.tar.bz2
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This project was merged upstream with the main tycho repo. The tycho-extras RPM was subsumed by the tycho RPM
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
b82910a9f9cb20e9a26faa8c7ae90eb0 tycho-extras-0.14.x.tar.bz2
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
diff -rauN tycho-extras-0.14.x.old/pom.xml tycho-extras-0.14.x/pom.xml
|
||||
--- tycho-extras-0.14.x.old/pom.xml 2012-02-06 11:08:17.000000000 -0500
|
||||
+++ tycho-extras-0.14.x/pom.xml 2012-04-14 09:54:50.894636273 -0400
|
||||
@@ -177,6 +177,7 @@
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<!-- m2eclipse lifecycle mapping -->
|
||||
+ <!--
|
||||
<plugin>
|
||||
<groupId>org.eclipse.m2e</groupId>
|
||||
<artifactId>lifecycle-mapping</artifactId>
|
||||
@@ -201,6 +202,7 @@
|
||||
</lifecycleMappingMetadata>
|
||||
</configuration>
|
||||
</plugin>
|
||||
+ -->
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
diff -rauN tycho-extras-0.14.x.old/tycho-p2-extras-plugin/pom.xml tycho-extras-0.14.x/tycho-p2-extras-plugin/pom.xml
|
||||
--- tycho-extras-0.14.x.old/tycho-p2-extras-plugin/pom.xml 2012-02-06 11:08:17.000000000 -0500
|
||||
+++ tycho-extras-0.14.x/tycho-p2-extras-plugin/pom.xml 2012-04-14 09:55:12.494284531 -0400
|
||||
@@ -78,6 +78,7 @@
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
+ <!--
|
||||
<plugin>
|
||||
<groupId>org.sonatype.plugins</groupId>
|
||||
<artifactId>maven-properties-plugin</artifactId>
|
||||
@@ -95,6 +96,7 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
+ -->
|
||||
|
||||
<!-- During the unit tests, the test project is copied to the target folder
|
||||
and the publish mojo is executed on the project. The test project may also
|
||||
|
|
@ -1,79 +0,0 @@
|
|||
Name: tycho-extras
|
||||
Version: 0.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Additional plugins for Tycho
|
||||
|
||||
Group: Development/Libraries
|
||||
License: EPL
|
||||
URL: http://eclipse.org/tycho/
|
||||
Source0: http://git.eclipse.org/c/tycho/org.eclipse.tycho.extras.git/snapshot/tycho-extras-0.14.x.tar.bz2
|
||||
# maven-properties-plugin is only needed for tests
|
||||
Patch0: %{name}-no-maven-properties-plugin.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: java-devel >= 1.5
|
||||
BuildRequires: tycho
|
||||
|
||||
Requires: jpackage-utils
|
||||
Requires: java >= 1.5
|
||||
Requires: tycho
|
||||
|
||||
|
||||
%description
|
||||
A small set of plugins that work with Tycho to provide additional functionality
|
||||
when building projects of an OSGi nature.
|
||||
|
||||
|
||||
%package javadoc
|
||||
Summary: Java docs for %{name}
|
||||
Group: Documentation
|
||||
Requires: jpackage-utils
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-0.14.x
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# To run tests, we need :
|
||||
# maven-properties-plugin (unclear licensing)
|
||||
mvn-rpmbuild -Dmaven.local.debug=true -X -Dmaven.test.skip=true install javadoc:aggregate
|
||||
|
||||
%install
|
||||
install -d -m 755 %{buildroot}%{_javadir}/%{name}
|
||||
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
||||
|
||||
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-main.pom
|
||||
%add_maven_depmap JPP.%{name}-main.pom -a "org.eclipse.tycho:tycho-extras,org.sonatype.tycho:tycho-extras"
|
||||
|
||||
for mod in tycho-custom-bundle-plugin tycho-eclipserun-plugin \
|
||||
tycho-source-feature-plugin tycho-version-bump-plugin \
|
||||
tycho-p2-extras-plugin; do
|
||||
echo $mod
|
||||
aid=`basename $mod`
|
||||
install -pm 644 $mod/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-$aid.pom
|
||||
install -m 644 $mod/target/$aid-%{version}.jar %{buildroot}%{_javadir}/%{name}/$aid.jar
|
||||
%add_maven_depmap JPP.%{name}-$aid.pom %{name}/$aid.jar -a "org.eclipse.tycho:$aid,org.sonatype.tycho:$aid"
|
||||
done
|
||||
|
||||
# javadoc
|
||||
install -dm 755 %{buildroot}%{_javadocdir}/%{name}
|
||||
rm target/site/api*/{javadoc.sh,options,packages}
|
||||
cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
|
||||
|
||||
|
||||
%files
|
||||
%{_mavenpomdir}/*
|
||||
%{_mavendepmapfragdir}/%{name}
|
||||
%{_javadir}/%{name}
|
||||
|
||||
%files javadoc
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 16 2012 Roland Grunberg <rgrunber@redhat.com> - 0.14.0-1
|
||||
- Initial packaging of tycho extras.
|
||||
Loading…
Add table
Add a link
Reference in a new issue