You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/10/07 00:50:42 UTC

svn commit: r702296 - in /labs/droids/branch/LABS-144/src/templates/component: build.xml default.properties

Author: thorsten
Date: Mon Oct  6 15:50:41 2008
New Revision: 702296

URL: http://svn.apache.org/viewvc?rev=702296&view=rev
Log:
adding more default files to the template file

Added:
    labs/droids/branch/LABS-144/src/templates/component/build.xml   (with props)
    labs/droids/branch/LABS-144/src/templates/component/default.properties   (with props)

Added: labs/droids/branch/LABS-144/src/templates/component/build.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/templates/component/build.xml?rev=702296&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/src/templates/component/build.xml (added)
+++ labs/droids/branch/LABS-144/src/templates/component/build.xml Mon Oct  6 15:50:41 2008
@@ -0,0 +1,23 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<project name="component" default="compile">
+  <property file="build.properties"/>
+  <property file="default.properties"/>
+  <import file="${droids.home}/targets/common.xml"/>
+</project>
\ No newline at end of file

Propchange: labs/droids/branch/LABS-144/src/templates/component/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: labs/droids/branch/LABS-144/src/templates/component/default.properties
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/src/templates/component/default.properties?rev=702296&view=auto
==============================================================================
--- labs/droids/branch/LABS-144/src/templates/component/default.properties (added)
+++ labs/droids/branch/LABS-144/src/templates/component/default.properties Mon Oct  6 15:50:41 2008
@@ -0,0 +1,21 @@
+#	 ***************************************************************
+#	 * Licensed to the Apache Software Foundation (ASF) under one
+#	 * or more contributor license agreements.  See the NOTICE file
+#	 * distributed with this work for additional information
+#	 * regarding copyright ownership.  The ASF licenses this file
+#	 * to you under the Apache License, Version 2.0 (the
+#	 * "License"); you may not use this file except in compliance
+#	 * with the License.  You may obtain a copy of the License at
+#	 * 
+#	 *   http://www.apache.org/licenses/LICENSE-2.0
+#	 * 
+#	 * Unless required by applicable law or agreed to in writing,
+#	 * software distributed under the License is distributed on an
+#	 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#	 * KIND, either express or implied.  See the License for the
+#	 * specific language governing permissions and limitations
+#	 * under the License.
+#	 ***************************************************************
+projects.dir = ${basedir}/..
+wkspace.dir = ${projects.dir}/..
+common.dir = ${wkspace.dir}/common
\ No newline at end of file

Propchange: labs/droids/branch/LABS-144/src/templates/component/default.properties
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org