pastebin

Private paste #67877: sample build.xml

<?xml version="1.0"?>
<!-- ant build file for Freenet -->

<project name="SiteToolPlugin" default="dist" basedir=".">
	<property name="freenet-cvs-snapshot.location" location="../Freenet 0.7/lib/freenet-cvs-snapshot.jar" />
	<property name="freenet-ext.location" location="../Freenet 0.7/lib/freenet-ext.jar" />
	<property name="source-version" value="1.4" />
	<property name="target-version" value="1.4" />
	<property name="build" location="build/" />
	<property name="dist" location="dist/" />

	<target name="mkdir">
		<mkdir dir="${build}" />
		<mkdir dir="${dist}" />
		<echo message="Using ${freenet-cvs-snapshot.location} as freenet-cvs-snapshot.jar" />
		<echo message="Using ${freenet-ext.location} as freenet-ext.jar" />
	</target>

	<!-- ================================================== -->
	<target name="compile" depends="mkdir">
		<!-- Create the time stamp -->
		<tstamp />
		<!-- Create the build directory structure used by compile -->

		<!-- FIXME: remove the debug and replace with optimize -->
		<javac srcdir="src" destdir="${build}" debug="on" optimize="on" source="${source-version}" target="${target-version}">
			<classpath>
				<pathelement location="${freenet-ext.location}" />
				<pathelement location="${freenet-cvs-snapshot.location}" />
				<!-- pathelement location="./bc-lib/bcprov-jdk14-138.jar"/ -->
				<!-- pathelement location="./bc-lib/bcpg-jdk14-138.jar"/ -->
			</classpath>
			<include name="**/*.java" />
		</javac>
	</target>


	<!-- ================================================== -->
	<target name="dist" depends="compile" description="generate the distribution">
		<jar jarfile="${dist}/SiteToolPlugin.jar">
			<fileset dir="${build}" />
			<fileset dir="src" />
			<manifest>
				<attribute name="Plugin-Main-Class" value="plugins.SiteToolPlugin.SiteToolPlugin" />
			</manifest>
		</jar>
	</target>

	<!-- ================================================== -->
	<target name="clean" description="Delete class files and docs dir.">
		<delete dir="${build}" />
		<delete dir="${dist}" />
	</target>
</project>

New paste

  Language:
Private   — Wrap long lines  —  3 + 1 =   —  

About this pastebin

Welcome to the bulix.org / pastebin. Please don't use this pastebin for illegal purposes, defamation or kitten-squashing.

This pastebin is written using PHP and MySQL and relies on Alex Gorbatchev's syntax hhighlighter (JavaScript based). To avoid spam, you will be required to complete a small mathematical challenge when adding a new paste.

New! Try the pastebin command-line tool: paste.py (requires Python and python-beautifulsoup).

30 more recent public pastes


# Title Type Date
1 wrapper.log error msg - Cybertroll ASCII 15 Mar 2010, 15:11
2 Untitled ASCII paste by 203.87.12.85 ASCII 15 Mar 2010, 07:10
3 Untitled ASCII paste by 82.247.183.72 ASCII 14 Mar 2010, 11:36
4 Untitled ASCII paste by 212.126.160.18 ASCII 10 Mar 2010, 16:41
5 QT buttons ASCII 10 Mar 2010, 16:01
6 LinqPad Azure Table storage C# 10 Mar 2010, 08:09
7 Jasssystem ASCII 10 Mar 2010, 06:59
8 Untitled ASCII paste by 82.247.183.72 ASCII 09 Mar 2010, 21:10
9 Untitled ASCII paste by 82.247.183.72 ASCII 09 Mar 2010, 20:53
10 Untitled ASCII paste by 124.85.38.49 ASCII 09 Mar 2010, 13:02
11 Untitled ASCII paste by 77.57.166.143 ASCII 09 Mar 2010, 00:23
12 number-bullet.scm ASCII 08 Mar 2010, 10:57
13 numbers.scm ASCII 08 Mar 2010, 10:57
14 Untitled ASCII paste by 77.57.166.143 ASCII 08 Mar 2010, 03:12
15 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:46
16 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:45
17 Untitled ASCII paste by 82.247.183.72 ASCII 07 Mar 2010, 14:40
18 Untitled ASCII paste by 82.73.10.131 ASCII 06 Mar 2010, 23:39
19 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 11:58
20 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 11:55
21 Untitled ASCII paste by 82.247.183.72 ASCII 05 Mar 2010, 09:20
22 Untitled ASCII paste by 90.35.20.41 ASCII 04 Mar 2010, 14:22
23 Untitled ASCII paste by 82.247.183.72 ASCII 04 Mar 2010, 11:53
24 Untitled ASCII paste by 82.247.183.72 ASCII 04 Mar 2010, 11:53
25 Untitled ASCII paste by 82.247.183.72 ASCII 03 Mar 2010, 17:01
26 GoUrXoUjFyycZcLdUt Java 02 Mar 2010, 21:32
27 Untitled ASCII paste by 82.247.183.72 ASCII 02 Mar 2010, 10:36
28 Untitled PHP paste by 78.86.108.157 PHP 01 Mar 2010, 08:22
29 Make test ASCII 28 Feb 2010, 20:34
30 Untitled ASCII paste by 82.247.183.72 ASCII 28 Feb 2010, 20:27

Powered by the Bulix.org Code Pastebin, by Maxime Petazzoni. View pastebin statistics.