Author: rgardler
Date: Thu Aug 30 16:22:04 2007
New Revision: 571342
URL: http://svn.apache.org/viewvc?rev=571342&view=rev
Log:
move main content.object.* properties to the properties file
Modified:
forrest/trunk/whiteboard/forrest2/core/build.properties
forrest/trunk/whiteboard/forrest2/core/build.xml
Modified: forrest/trunk/whiteboard/forrest2/core/build.properties
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/build.properties?rev=571342&r1=571341&r2=571342&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/build.properties (original)
+++ forrest/trunk/whiteboard/forrest2/core/build.properties Thu Aug 30 16:22:04
2007
@@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+content.object.dir=src/examples/helloWorld
+content.object.start.uri=helloWorld.html
+
main.class.name=org.apache.forrest.cli.CLI
build.dir=build
Modified: forrest/trunk/whiteboard/forrest2/core/build.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/build.xml?rev=571342&r1=571341&r2=571342&view=diff
==============================================================================
--- forrest/trunk/whiteboard/forrest2/core/build.xml (original)
+++ forrest/trunk/whiteboard/forrest2/core/build.xml Thu Aug 30 16:22:04 2007
@@ -24,8 +24,6 @@
<property file="local.build.properties"/>
<property file="build.properties"/>
- <property name="content.object.dir" location="src/examples/helloWorld"/>
- <property name="content.object.start.uri" value="helloWorld.html"/>
<property name="content.object.src.dir"
location="${content.object.dir}/src"/>
<property name="content.object.build.dir"
location="${content.object.dir}/build"/>