Skip to content

Commit

Permalink
core: replaced version.js build script in ant build; wasn't used in m…
Browse files Browse the repository at this point in the history
…ake anymore anyway
  • Loading branch information
jzaefferer committed Jan 18, 2009
1 parent f3e5e9a commit 2f536b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<property name="JQ_LITE" value="${DIST_DIR}/jquery.lite.js" />
<property name="JQ_MIN" value="${DIST_DIR}/jquery.min.js" />
<property name="JQ_PACK" value="${DIST_DIR}/jquery.pack.js" />
<loadfile property="version" srcfile="version.txt" />

<!-- MAIN -->

Expand All @@ -47,10 +48,7 @@
<fileset dir="${SRC_DIR}" includes="dimensions.js" />
<fileset dir="${SRC_DIR}" includes="outro.js" />
</concat>
<java jar="${JAR}" fork="true">
<arg value="${BUILD_DIR}/build/version.js" />
<arg value="${JQ}" />
</java>
<replaceregexp match="@VERSION" replace="${version}" flags="g" byline="true" file="${JQ}" />
<echo message="${JQ} built." />
</target>

Expand Down
4 changes: 0 additions & 4 deletions build/build/version.js

This file was deleted.

0 comments on commit 2f536b3

Please sign in to comment.