diff options
author | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-21 17:43:44 +0100 |
---|---|---|
committer | Kore Nordmann <mail@kore-nordmann.de> | 2012-11-21 17:50:45 +0100 |
commit | a7c561f9302fa76cb10cc6dd0f05603b2c7ddc64 (patch) | |
tree | c3f86bdf10b395268b4886e8072d861b1bd3701b | |
parent | 02a2a60bf1482c74090c036b48e045126f6f2aa4 (diff) | |
download | zetacomponents-graph-a7c561f9302fa76cb10cc6dd0f05603b2c7ddc64.zip zetacomponents-graph-a7c561f9302fa76cb10cc6dd0f05603b2c7ddc64.tar.gz |
Disbabled compile step
It just takes ages…
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,4 +10,8 @@ --> <import file="setup/src/main/xml/base.xml" /> + <target name="-compile:compile"> + <!-- Disabled --> + </target> + </project> |