1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Add eclipse-sysdeo-tomcat 3, sysdeo Tomcat Launcher plugin for Eclipse.

PR:		ports/69642
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
This commit is contained in:
Norikatsu Shigemura 2004-08-07 01:15:40 +00:00
parent 095f458cd6
commit 2438922ede
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115541
5 changed files with 78 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += eclipse-langpack
SUBDIR += eclipse-lomboz
SUBDIR += eclipse-pmd
SUBDIR += eclipse-sysdeo-tomcat
SUBDIR += eclipse-vep
SUBDIR += eclipse-vep-examples
SUBDIR += eclipseme

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: eclipse-sysdeo-tomcat
# Date created: July 29, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sysdeo
PORTVERSION= 3
CATEGORIES= java
MASTER_SITES= http://www.sysdeo.com/eclipse/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -tomcat
DISTNAME= tomcatPluginV${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= sugimura@jp.FreeBSD.ORG
COMMENT= Sysdeo Tomcat Launcher plugin for Eclipse
RUN_DEPENDS+= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/com.sysdeo.eclipse.tomcat_3.0.0 ${PREFIX}/eclipse/plugins
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (eclipse/tomcatPluginV3.zip) = da6bc55c5dacfd04e29a51189ab42514
SIZE (eclipse/tomcatPluginV3.zip) = 280121

View File

@ -0,0 +1,14 @@
Sysdeo Eclipse Tomcat Launcher plugin, its features are:
* Starting, stopping and restarting Tomcat 4.x, 5.0.x, 3.3
* Registering Tomcat process to Eclipse debugger
* Creating a WAR project (wizard can update server.xml file)
* Adding Java Projects to Tomcat classpath
* Setting Tomcat JVM parameters, classpath and bootclasspath
* Exporting a Tomcat project to a WAR File
* Choosing Tomcat configuration file
* Capability to use a special Tomcat classloader to have classes in
several java projects loaded at the same classloader level than classes
in a Tomcat project
WWW: http://www.sysdeo.com/eclipse/tomcatPlugin.html

View File

@ -0,0 +1,31 @@
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/DevLoader.zip
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newjprj_wiz.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newjprj_wiz2.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/newwar_wiz.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/restart.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/start.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons/stop.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/bleu.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/jaune.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/jaune_transparent.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/logoSysdeo137_53.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/rouge.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img/vert.gif
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/license.txt
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin.xml
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_bg.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_de.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_fr.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_it.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/plugin_ja.properties
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/readme.html
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/readmeDevLoader.html
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/releaseNotesV3.txt
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/tomcat.jar
eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/tomcatsrc.zip
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/img
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0/icons
@dirrm eclipse/plugins/com.sysdeo.eclipse.tomcat_3.0.0
@unexec rmdir %D/eclipse/plugins 2>/dev/null || true
@unexec rmdir %D/eclipse 2>/dev/null || true