[Lunar-commits] r18226 - in moonbase/trunk/eclipse: . subclipse
Florin Braescu
florin at lunar-linux.org
Sat Jan 21 11:38:16 UTC 2006
Author: florin
Date: 2006-01-21 11:38:16 +0000 (Sat, 21 Jan 2006)
New Revision: 18226
Added:
moonbase/trunk/eclipse/subclipse/
moonbase/trunk/eclipse/subclipse/BUILD
moonbase/trunk/eclipse/subclipse/DEPENDS
moonbase/trunk/eclipse/subclipse/DETAILS
moonbase/trunk/eclipse/subclipse/PRE_BUILD
Log:
add subclipse module at Simon Brenner's proposal. an Eclipse plugin for subversion.
Added: moonbase/trunk/eclipse/subclipse/BUILD
===================================================================
--- moonbase/trunk/eclipse/subclipse/BUILD 2006-01-21 10:59:17 UTC (rev 18225)
+++ moonbase/trunk/eclipse/subclipse/BUILD 2006-01-21 11:38:16 UTC (rev 18226)
@@ -0,0 +1,10 @@
+(
+
+ TARGET=/opt/lunar/eclipse/plugins
+
+ prepare_install &&
+ for source_file in $SOURCE $SOURCE1 $SOURCE2; do
+ cp $SOURCE_CACHE/$source_file $TARGET
+ done
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/eclipse/subclipse/DEPENDS
===================================================================
--- moonbase/trunk/eclipse/subclipse/DEPENDS 2006-01-21 10:59:17 UTC (rev 18225)
+++ moonbase/trunk/eclipse/subclipse/DEPENDS 2006-01-21 11:38:16 UTC (rev 18226)
@@ -0,0 +1,2 @@
+depends eclipse-bin
+
Added: moonbase/trunk/eclipse/subclipse/DETAILS
===================================================================
--- moonbase/trunk/eclipse/subclipse/DETAILS 2006-01-21 10:59:17 UTC (rev 18225)
+++ moonbase/trunk/eclipse/subclipse/DETAILS 2006-01-21 11:38:16 UTC (rev 18226)
@@ -0,0 +1,20 @@
+ MODULE=subclipse
+ VERSION=0.9.105
+ SOURCE=org.tigris.subversion.subclipse.core_$VERSION.jar
+ SOURCE1=org.tigris.subversion.subclipse.ui_$VERSION.jar
+ SOURCE2=org.tigris.subversion.subclipse_$VERSION.jar
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_URL=http://subclipse.tigris.org/update_1.0.x/plugins
+ SOURCE1_URL=$SOURCE_URL
+ SOURCE2_URL=$SOURCE_URL
+ SOURCE_VFY=sha1:95e1ed539181111e063a085f723e213669d2fc4f
+ SOURCE1_VFY=sha1:ba73f5114fbc478cfffb93670fc177db172ca9c6
+ SOURCE2_VFY=sha1:a7daa83ee6abd0d8530bde13893611a96c1f4664
+ WEB_SITE=http://subclipse.tigris.org/
+ ENTERED=20060121
+ UPDATED=20060121
+ SHORT="Eclipse plugin for SVN integration."
+
+cat << EOF
+Eclipse plugin for SVN integration.
+EOF
Added: moonbase/trunk/eclipse/subclipse/PRE_BUILD
===================================================================
--- moonbase/trunk/eclipse/subclipse/PRE_BUILD 2006-01-21 10:59:17 UTC (rev 18225)
+++ moonbase/trunk/eclipse/subclipse/PRE_BUILD 2006-01-21 11:38:16 UTC (rev 18226)
@@ -0,0 +1 @@
+true
More information about the Lunar-commits
mailing list