]> git.pld-linux.org Git - packages/eclipse-jdt.git/commitdiff
- new, jar needed for tomcat build
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Apr 2007 20:03:58 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-jdt.spec -> 1.1

eclipse-jdt.spec [new file with mode: 0644]

diff --git a/eclipse-jdt.spec b/eclipse-jdt.spec
new file mode 100644 (file)
index 0000000..97974da
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       Eclipse Java Development Tools (JDT)
+Name:          eclipse-jdt
+Version:       3.1.2
+Release:       0.1
+License:       EPL v1.0
+Group:         Development/Languages/Java
+Source0:       http://archive.eclipse.org/eclipse/downloads/drops/R-%{version}-200601181600/eclipse-JDT-%{version}.zip
+# Source0-md5: f2c8066151de14c5ccdf420266ce9f39
+URL:           http://www.eclipse.org/jdt/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The JDT project provides the tool plug-ins that implement a Java IDE
+supporting the development of any Java application, including Eclipse
+plug-ins. It adds a Java project nature and Java perspective to the
+Eclipse Workbench as well as a number of views, editors, wizards,
+builders, and code merging and refactoring tools. The JDT project
+allows Eclipse to be a development environment for itself.
+
+%prep
+%setup -q -n eclipse
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+cp -a plugins/org.eclipse.jdt.core_%{version}.jar $RPM_BUILD_ROOT%{_javadir}/org.eclipse.jdt.core-%{version}.jar
+ln -s org.eclipse.jdt.core-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/org.eclipse.jdt.core.jar
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc epl-v10.html notice.html
+%{_javadir}/*.jar
This page took 0.079591 seconds and 4 git commands to generate.