Skip to content

Commit

Permalink
fgdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresiv committed Aug 16, 2012
1 parent a8cbcf4 commit 5c1f283
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: java

script:
- ant -file build/build.xml
- ant
File renamed without changes.
3 changes: 1 addition & 2 deletions build/build.xml → build.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="wet" default="default" basedir=".">
<description>Web Experience Toolkit</description>
<dirname property="tasks.basedir" file="${ant.file.build}"/>
<property file="${tasks.basedir}/build.properties"/>
<property name="src.dir" value="src"/>

<target name="default" depends="clean,build" description="Performs a Cleand and Build when calling ant without any target"></target>

Expand Down
4 changes: 2 additions & 2 deletions build/README.md
Expand Up @@ -8,15 +8,15 @@ Web Experience Toolkit (WET) uses Ant(1.8+), JRuby(1.6.7.2), YUI Compressor, and

* Ant: download from [Apache](http://ant.apache.org) and extract to C:\ant
* Java JDK: download from [Oracle](http://www.oracle.com/technetwork/java/javase/downloads/index.html) if your current installation doesn't meet the minimum stated by "[Which version of Java is required to run Apache Ant?"](http://ant.apache.org/faq.html#java-version)
* open a command prompt to the build directory and run:
* open a command prompt to the root directory and run:
> build.cmd
### *nix (OS X, Linux)

* Ant: many distributions come with a verions of Ant, but ensure that a version later than 1.8 is installed by running the following at the terminal:
> ant -version
* open a shell to the build directory and run:
* open a shell to the root directory and run:
> ant
## Proxy Issues
Expand Down
102 changes: 0 additions & 102 deletions build/addPath.cmd

This file was deleted.

6 changes: 0 additions & 6 deletions build/build.properties

This file was deleted.

0 comments on commit 5c1f283

Please sign in to comment.