woproject/projects/wolips/plugins/org.objectstyle.wolips.deployment.ui default.properties,NONE,1.1 .classpath,NONE,1.1 build.properties,NONE,1.1 plugin.xml,NONE,1.1 build.xml,NONE,1.1 .cvsignore,NONE,1.1 .project,NONE,1.1
| Newsgroups | gmane.comp.web.webobjects.woproject.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/woproject/woproject/projects/wolips/plugins/org.objectstyle.wolips.deployment.ui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14930/wolips/plugins/org.objectstyle.wolips.deployment.ui
Added Files:
default.properties .classpath build.properties plugin.xml
build.xml .cvsignore .project
Log Message:
moved stuff from the ant plugin in a new plugin
--- NEW FILE: default.properties ---
plugin.name = org.objectstyle.wolips.deployment.ui
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- NEW FILE: build.properties ---
source.. = java/
output.. = bin/
bin.includes = META-INF/,\
.
--- NEW FILE: plugin.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<!-- =================================================================================== -->
<!-- Extension: File actions -->
<!-- =================================================================================== -->
<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
objectClass="org.eclipse.core.resources.IResource"
adaptable="true"
id="org.objectstyle.wolips.deployment.ui.actions.InstallActions">
<action
label="Install..."
icon="icons/action/ant_buildfile.gif"
class="org.objectstyle.wolips.deployment.ui.actions.InstallWithSelectionDialogAction"
menubarPath="org.objectstyle.wolips.ui.ResourceContributions/group5"
enablesFor="1"
id="org.objectstyle.wolips.deployment.ui.actions.InstallWithSelectionDialogAction">
</action>
<action
label="Install"
icon="icons/action/ant_buildfile.gif"
class="org.objectstyle.wolips.deployment.ui.actions.InstallAction"
menubarPath="org.objectstyle.wolips.ui.ResourceContributions/group5"
enablesFor="1"
id="org.objectstyle.wolips.deployment.ui.actions.InstallAction">
</action>
</objectContribution>
</extension>
</plugin>
--- NEW FILE: build.xml ---
<?xml version="1.0"?>
<!-- ======================================================== -->
<!-- Main WOLips plugins Ant build file -->
<!-- Serves as a facade for different helper build files. -->
<!-- ======================================================== -->
<project name="org.objectstyle.wolips.deployment" default="" basedir=".">
<property file="default.properties"/>
<!-- ========================================== -->
<!-- Build java. -->
<!-- ========================================== -->
<target name="java">
<path id="classpath">
<fileset dir="../../lib">
<include name="**/*.jar"/>
</fileset>
<fileset dir="../../../lib">
<include name="**/*.jar"/>
</fileset>
<pathelement path="../../../${build.output.java.dir}"/>
</path>
<ant dir="." antfile="../../../${project.buildscripts.dir}/plugin-project.xml" target="java">
<property name="param.plugin.dir" value="."/>
<property name="param.java.dest.dir" value="../../../${build.output.java.dir}"/>
<reference refid="classpath" torefid="classpath"/>
</ant>
</target>
<!-- ========================================== -->
<!-- Build jar. -->
<!-- ========================================== -->
<target name="jar">
<patternset id="param.classes.patternset.refid">
<include name="**/org/objectstyle/wolips/ant/**"/>
</patternset>
<ant dir="." antfile="../../../${project.buildscripts.dir}/plugin-project.xml" target="jar">
<property name="param.plugin.dir" value="."/>
<property name="param.classes.dir" value="../../../${build.output.java.dir}"/>
<property name="param.jar.file" value="wolips-ant.jar"/>
<reference refid="param.classes.patternset.refid"/>
<property name="param.plugin.name" value="${plugin.name}"/>
<property name="param.build.output.build.dir" value="../../../${build.output.build.dir}"/>
</ant>
</target>
<!-- ========================================== -->
<!-- Build copy resources. -->
<!-- ========================================== -->
<target name="copy.resources">
<ant dir="." antfile="../../../${project.buildscripts.dir}/plugin-project.xml" target="copy.resources">
<property name="param.plugin.dir" value="."/>
<property name="param.build.output.build.dir" value="../../../${build.output.build.dir}"/>
<property name="param.plugin.name" value="${plugin.name}"/>
</ant>
</target>
<!-- ========================================== -->
<!-- Build all. -->
<!-- ========================================== -->
<target name="all" depends="copy.resources,java,jar">
</target>
<!-- ========================================== -->
<!-- Build dist. -->
<!-- ========================================== -->
<target name="dist">
<ant dir="." antfile="../../../${project.buildscripts.dir}/plugin-project.xml" target="dist">
<property name="param.plugin.name" value="${plugin.name}"/>
<property name="param.build.output.build.dir" value="../../../${build.output.build.dir}"/>
<property name="param.build.dist.build.dir" value="../../../${build.output.dist.dir}"/>
</ant>
</target>
</project>
--- NEW FILE: .cvsignore ---
bin
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.objectstyle.wolips.deployment.ui</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click