[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit: [10161] plugins/AntPlugin/trunk
From:       ezust () users ! sourceforge ! net
Date:       2007-07-30 20:01:37
Message-ID: E1IFbQv-0001XF-Kp () sc8-pr-svn4 ! sourceforge ! net
[Download RAW message or body]

Revision: 10161
          http://jedit.svn.sourceforge.net/jedit/?rev=10161&view=rev
Author:   ezust
Date:     2007-07-30 13:01:37 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
Ant plugin 1.7.0

Added Paths:
-----------
    plugins/AntPlugin/trunk/AntPlugin.props
    plugins/AntPlugin/trunk/ant/
    plugins/AntPlugin/trunk/ant/AntPlugin.java
    plugins/AntPlugin/trunk/ant-current-bin.zip
    plugins/AntPlugin/trunk/build.xml
    plugins/AntPlugin/trunk/description.html

Added: plugins/AntPlugin/trunk/AntPlugin.props
===================================================================
--- plugins/AntPlugin/trunk/AntPlugin.props	                        (rev 0)
+++ plugins/AntPlugin/trunk/AntPlugin.props	2007-07-30 20:01:37 UTC (rev 10161)
@@ -0,0 +1,10 @@
+# Plugin properties
+plugin.ant.AntPlugin.name=AntPlugin
+plugin.ant.AntPlugin.activate=defer
+plugin.ant.AntPlugin.author=http://ant.apache.org/contributors.html
+plugin.ant.AntPlugin.version=1.7.0
+plugin.ant.AntPlugin.docs=manual/index.html
+plugin.ant.AntPlugin.jars=ant.jar ant-nodeps.jar
+plugin.ant.AntPlugin.depend.0=jedit 04.02.99.00
+plugin.ant.AntPlugin.depend.1=jdk 1.4
+plugin.ant.AntPlugin.description=Apache Ant packaged as a jedit plugin

Added: plugins/AntPlugin/trunk/ant/AntPlugin.java
===================================================================
--- plugins/AntPlugin/trunk/ant/AntPlugin.java	                        (rev 0)
+++ plugins/AntPlugin/trunk/ant/AntPlugin.java	2007-07-30 20:01:37 UTC (rev 10161)
@@ -0,0 +1,13 @@
+package ant;
+
+import org.gjt.sp.jedit.EditPlugin;
+
+/**
+* really a no-op here. provided to make plugin manager happy
+*/
+
+public class AntPlugin extends EditPlugin {
+    
+
+
+}
\ No newline at end of file


Property changes on: plugins/AntPlugin/trunk/ant/AntPlugin.java
___________________________________________________________________
Name: svn:eol-style
   + native

Added: plugins/AntPlugin/trunk/ant-current-bin.zip
===================================================================
(Binary files differ)


Property changes on: plugins/AntPlugin/trunk/ant-current-bin.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: plugins/AntPlugin/trunk/build.xml
===================================================================
--- plugins/AntPlugin/trunk/build.xml	                        (rev 0)
+++ plugins/AntPlugin/trunk/build.xml	2007-07-30 20:01:37 UTC (rev 10161)
@@ -0,0 +1,55 @@
+<?xml version="1.0"?>
+
+
+<project name="AntPlugin" default="install" basedir=".">
+<!--
+Use this ant script to build the Jedit ant plugin.
+This is based on the build-support plugin-build.xml file for building a jEdit \
plugin. +-->
+
+  <property file="../build.properties"/>
+  <property file="build.properties"/>  
+  <property name="build.dir" value="${basedir}/build" />
+  
+  <property name="jar.file" value="AntPlugin.jar"/>
+
+  <target name="clean" >
+    <delete dir="${build.dir}" />
+  </target>
+  
+  <target name="prepare" >
+    <unzip src="ant-current-bin.zip" dest="${basedir}" />
+    <copy todir="${build.dir}">
+       <fileset dir="${basedir}/apache-ant-1.7.0/docs">
+         <include name="**/**" />
+       </fileset>
+       <fileset dir="${basedir}">
+         <include name="AntPlugin.props" />
+       </fileset>
+    </copy>
+  </target>
+  
+  <target name="compile" >
+    <javac srcdir="ant" destdir="${build.dir}" 
+           classpath="${jedit.install.dir}/jedit.jar"/>
+  </target>
+  
+  <target name="jar" depends="prepare, compile">
+   <jar jarfile="${install.dir}/${jar.file}" 
+        basedir="${build.dir}" 
+        index="true" 
+        includes="**/*" />
+   
+  </target>
+	
+  <target name="install" depends="jar" >
+    <copy todir="${install.dir}">
+      <fileset dir="apache-ant-1.7.0/lib">
+        <include name="ant.jar"/>
+        <include name="ant-nodeps.jar"/>
+      </fileset>
+    </copy>
+  </target>
+
+  
+</project>


Property changes on: plugins/AntPlugin/trunk/build.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: plugins/AntPlugin/trunk/description.html
===================================================================
--- plugins/AntPlugin/trunk/description.html	                        (rev 0)
+++ plugins/AntPlugin/trunk/description.html	2007-07-30 20:01:37 UTC (rev 10161)
@@ -0,0 +1,3 @@
+<html>
+The AntPlugin provides binary jars of Apache Ant, for plugins such as the AntFarm \
and others which require some of the functionality of Apache Ant.  +</html>


Property changes on: plugins/AntPlugin/trunk/description.html
___________________________________________________________________
Name: svn:eol-style
   + native


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic