[Japi-cvs] SF.net SVN: japi: [400] common/trunk/commonBuild.xml
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-13 19:53:47
|
Revision: 400
http://svn.sourceforge.net/japi/?rev=400&view=rev
Author: christianhujer
Date: 2007-06-13 12:53:43 -0700 (Wed, 13 Jun 2007)
Log Message:
-----------
Fixed bug with properties paths.
Modified Paths:
--------------
common/trunk/commonBuild.xml
Modified: common/trunk/commonBuild.xml
===================================================================
--- common/trunk/commonBuild.xml 2007-06-13 19:53:09 UTC (rev 399)
+++ common/trunk/commonBuild.xml 2007-06-13 19:53:43 UTC (rev 400)
@@ -6,8 +6,8 @@
~ @author <a href="mailto:ch...@ri...">Christian Hujer</a>
-->
-<property file="../module.properties" />
-<property file="../developer.properties" />
+<property file="module.properties" />
+<property file="developer.properties" />
<property name="distName" value="${module.name}-${module.version}" />
<property name="distPath" value="dist/${distName}" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|