]> git.pld-linux.org Git - packages/eclipse-plugin-astview.git/commitdiff
- new. auto/th/eclipse-plugin-astview-1_1_3-1
authorPaweł Sikora <pluto@pld-linux.org>
Tue, 12 Dec 2006 19:29:23 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-plugin-astview.spec -> 1.1

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

diff --git a/eclipse-plugin-astview.spec b/eclipse-plugin-astview.spec
new file mode 100644 (file)
index 0000000..12e023c
--- /dev/null
@@ -0,0 +1,34 @@
+Summary:       AST View - a view to visualize the AST (abstract syntax tree) of a Java file open in the editor
+Name:          eclipse-plugin-astview
+Version:       1.1.3
+Release:       1
+License:       EPL v1.0
+Group:         Development/Languages
+Source0:       http://www.eclipse.org/jdt/ui/update-site/plugins/org.eclipse.jdt.astview_%{version}.jar
+# Source0-md5: 1b189f8076c6c030a3ea51e2fc7401a2
+URL:           http://www.eclipse.org/jdt/ui/astview/
+Requires:      eclipse >= 3.2
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _eclipsedir     %{_libdir}/eclipse
+
+%description
+A view to visualize the AST (abstract syntax tree) of a Java file open
+in the editor. Navigate from text selection to AST nodes and from
+nodes to selections. Show bindings and compare them.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/eclipse/plugins/*
This page took 0.043893 seconds and 4 git commands to generate.