woproject/projects/wolips/plugins/org.objectstyle.wolips.htmlpreview build.xml,NONE,1.1 plugin.xml,NONE,1.1 default.properties,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.htmlpreview
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20221
Added Files:
build.xml plugin.xml default.properties
Log Message:
html preview
--- 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.htmlpreview" 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/htmlpreview/**" />
</patternset>
<ant dir="." antfile="../../../${project.buildscripts.dir}/plugin-project.xml" target="jar.no.unpack">
<property name="param.plugin.dir" value="." />
<property name="param.classes.dir" value="../../../${build.output.java.dir}" />
<reference refid="param.classes.patternset.refid" />
<property name="param.plugin.name" value="${plugin.name}" />
<property name="param.build.dist.build.dir" value="../../../${build.output.dist.dir}" />
</ant>
</target>
<!-- ========================================== -->
<!-- Build all. -->
<!-- Required parameters -->
<!-- classpath the classpath refid -->
<!-- ========================================== -->
<target name="all" depends="java">
</target>
<!-- ========================================== -->
<!-- Build dist. -->
<!-- ========================================== -->
<target name="dist" depends="jar">
</target>
</project>
--- NEW FILE: plugin.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
</plugin>
--- NEW FILE: default.properties ---
plugin.name = org.objectstyle.wolips.htmlpreview
-------------------------------------------------------
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