|
Author: adrianc
Date: Fri Jan 1 00:42:21 2010 New Revision: 894963 URL: http://svn.apache.org/viewvc?rev=894963&view=rev Log: Added missing properties. Modified: ofbiz/branches/executioncontext20091231/framework/api/build.xml (contents, props changed) ofbiz/branches/executioncontext20091231/framework/context/build.xml (contents, props changed) ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml (contents, props changed) Modified: ofbiz/branches/executioncontext20091231/framework/api/build.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/api/build.xml?rev=894963&r1=894962&r2=894963&view=diff ============================================================================== --- ofbiz/branches/executioncontext20091231/framework/api/build.xml (original) +++ ofbiz/branches/executioncontext20091231/framework/api/build.xml Fri Jan 1 00:42:21 2010 @@ -1,68 +1,68 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -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="OFBiz - Framework API" default="jar" basedir="."> - <import file="../../common.xml"/> - - <!-- ================================================================== --> - <!-- Initialization of all property settings --> - <!-- ================================================================== --> - - <property name="name" value="ofbiz-api"/> - <property name="ofbiz.home.dir" value="../.."/> - - <path id="local.class.path"> - <fileset dir="${lib.dir}" includes="*.jar"/> - <fileset dir="../base/lib" includes="*.jar"/> - <fileset dir="../base/lib/commons" includes="*.jar"/> - <fileset dir="../base/lib/j2eespecs" includes="*.jar"/> - <fileset dir="../base/lib/scripting" includes="*.jar"/> - <fileset dir="../base/build/lib" includes="*.jar"/> - </path> - - <!-- ================================================================== --> - <!-- Compilation of the source files --> - <!-- ================================================================== --> - - <target name="jar" depends="classes"> - <jar jarfile="${build.dir}/lib/${name}.jar"> - <fileset dir="${build.dir}/classes"/> - <fileset dir="${src.dir}"> - <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/> - <include name="META-INF/**"/> - </fileset> - <!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone --> - <zipfileset dir="${ofbiz.home.dir}" prefix="META-INF" includes="NOTICE,LICENSE"/> - </jar> - </target> - - <!-- ================================================================== --> - <!-- Build JavaDoc --> - <!-- ================================================================== --> - - <target name="docs" depends="prepare-docs"> - <javadoc packagenames="org.ofbiz.base.*" - classpathref="local.class.path" - destdir="${build.dir}/javadocs" - Windowtitle="Open for Business - Framework API"> - <sourcepath path="${src.dir}"/> - </javadoc> - </target> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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="OFBiz - Framework API" default="jar" basedir="."> + <import file="../../common.xml"/> + + <!-- ================================================================== --> + <!-- Initialization of all property settings --> + <!-- ================================================================== --> + + <property name="name" value="ofbiz-api"/> + <property name="ofbiz.home.dir" value="../.."/> + + <path id="local.class.path"> + <fileset dir="${lib.dir}" includes="*.jar"/> + <fileset dir="../base/lib" includes="*.jar"/> + <fileset dir="../base/lib/commons" includes="*.jar"/> + <fileset dir="../base/lib/j2eespecs" includes="*.jar"/> + <fileset dir="../base/lib/scripting" includes="*.jar"/> + <fileset dir="../base/build/lib" includes="*.jar"/> + </path> + + <!-- ================================================================== --> + <!-- Compilation of the source files --> + <!-- ================================================================== --> + + <target name="jar" depends="classes"> + <jar jarfile="${build.dir}/lib/${name}.jar"> + <fileset dir="${build.dir}/classes"/> + <fileset dir="${src.dir}"> + <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/> + <include name="META-INF/**"/> + </fileset> + <!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone --> + <zipfileset dir="${ofbiz.home.dir}" prefix="META-INF" includes="NOTICE,LICENSE"/> + </jar> + </target> + + <!-- ================================================================== --> + <!-- Build JavaDoc --> + <!-- ================================================================== --> + + <target name="docs" depends="prepare-docs"> + <javadoc packagenames="org.ofbiz.base.*" + classpathref="local.class.path" + destdir="${build.dir}/javadocs" + Windowtitle="Open for Business - Framework API"> + <sourcepath path="${src.dir}"/> + </javadoc> + </target> +</project> Propchange: ofbiz/branches/executioncontext20091231/framework/api/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/executioncontext20091231/framework/api/build.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/branches/executioncontext20091231/framework/api/build.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: ofbiz/branches/executioncontext20091231/framework/context/build.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/context/build.xml?rev=894963&r1=894962&r2=894963&view=diff ============================================================================== --- ofbiz/branches/executioncontext20091231/framework/context/build.xml (original) +++ ofbiz/branches/executioncontext20091231/framework/context/build.xml Fri Jan 1 00:42:21 2010 @@ -1,72 +1,72 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -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="OFBiz - Execution Context" default="jar" basedir="."> - <import file="../../common.xml"/> - - <!-- ================================================================== --> - <!-- Initialization of all property settings --> - <!-- ================================================================== --> - - <property name="name" value="ofbiz-context"/> - <property name="ofbiz.home.dir" value="../.."/> - - <path id="local.class.path"> - <fileset dir="../api/build/lib" includes="*.jar"/> - <fileset dir="${lib.dir}" includes="*.jar"/> - <fileset dir="../base/lib" includes="*.jar"/> - <fileset dir="../base/lib/commons" includes="*.jar"/> - <fileset dir="../base/lib/j2eespecs" includes="*.jar"/> - <fileset dir="../base/lib/scripting" includes="*.jar"/> - <fileset dir="../base/build/lib" includes="*.jar"/> - <fileset dir="../entity/build/lib" includes="*.jar"/> - <fileset dir="../security/build/lib" includes="*.jar"/> - <fileset dir="../service/build/lib" includes="*.jar"/> - </path> - - <!-- ================================================================== --> - <!-- Compilation of the source files --> - <!-- ================================================================== --> - - <target name="jar" depends="classes"> - <jar jarfile="${build.dir}/lib/${name}.jar"> - <fileset dir="${build.dir}/classes"/> - <fileset dir="${src.dir}"> - <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/> - <include name="META-INF/**"/> - </fileset> - <!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone --> - <zipfileset dir="${ofbiz.home.dir}" prefix="META-INF" includes="NOTICE,LICENSE"/> - </jar> - </target> - - <!-- ================================================================== --> - <!-- Build JavaDoc --> - <!-- ================================================================== --> - - <target name="docs" depends="prepare-docs"> - <javadoc packagenames="org.ofbiz.base.*" - classpathref="local.class.path" - destdir="${build.dir}/javadocs" - Windowtitle="Open for Business - Execution Context"> - <sourcepath path="${src.dir}"/> - </javadoc> - </target> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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="OFBiz - Execution Context" default="jar" basedir="."> + <import file="../../common.xml"/> + + <!-- ================================================================== --> + <!-- Initialization of all property settings --> + <!-- ================================================================== --> + + <property name="name" value="ofbiz-context"/> + <property name="ofbiz.home.dir" value="../.."/> + + <path id="local.class.path"> + <fileset dir="../api/build/lib" includes="*.jar"/> + <fileset dir="${lib.dir}" includes="*.jar"/> + <fileset dir="../base/lib" includes="*.jar"/> + <fileset dir="../base/lib/commons" includes="*.jar"/> + <fileset dir="../base/lib/j2eespecs" includes="*.jar"/> + <fileset dir="../base/lib/scripting" includes="*.jar"/> + <fileset dir="../base/build/lib" includes="*.jar"/> + <fileset dir="../entity/build/lib" includes="*.jar"/> + <fileset dir="../security/build/lib" includes="*.jar"/> + <fileset dir="../service/build/lib" includes="*.jar"/> + </path> + + <!-- ================================================================== --> + <!-- Compilation of the source files --> + <!-- ================================================================== --> + + <target name="jar" depends="classes"> + <jar jarfile="${build.dir}/lib/${name}.jar"> + <fileset dir="${build.dir}/classes"/> + <fileset dir="${src.dir}"> + <include name="**/*.properties,**/*.xml,**/*.bsh,**/*.logic,**/*.js,**/*.jacl,**/*.py"/> + <include name="META-INF/**"/> + </fileset> + <!-- now add the NOTICE and LICENSE files to allow the jar file to be distributed alone --> + <zipfileset dir="${ofbiz.home.dir}" prefix="META-INF" includes="NOTICE,LICENSE"/> + </jar> + </target> + + <!-- ================================================================== --> + <!-- Build JavaDoc --> + <!-- ================================================================== --> + + <target name="docs" depends="prepare-docs"> + <javadoc packagenames="org.ofbiz.base.*" + classpathref="local.class.path" + destdir="${build.dir}/javadocs" + Windowtitle="Open for Business - Execution Context"> + <sourcepath path="${src.dir}"/> + </javadoc> + </target> +</project> Propchange: ofbiz/branches/executioncontext20091231/framework/context/build.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/executioncontext20091231/framework/context/build.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/branches/executioncontext20091231/framework/context/build.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml?rev=894963&r1=894962&r2=894963&view=diff ============================================================================== --- ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml (original) +++ ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml Fri Jan 1 00:42:21 2010 @@ -1,28 +1,28 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- -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. ---> - -<ofbiz-component name="context" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> - <resource-loader name="main" type="component"/> - <classpath type="jar" location="build/lib/*"/> - <classpath type="dir" location="config"/> - <classpath type="jar" location="lib/*"/> -</ofbiz-component> +<?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> + +<ofbiz-component name="context" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-component.xsd"> + <resource-loader name="main" type="component"/> + <classpath type="jar" location="build/lib/*"/> + <classpath type="dir" location="config"/> + <classpath type="jar" location="lib/*"/> +</ofbiz-component> Propchange: ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml ------------------------------------------------------------------------------ svn:keywords = "Date Rev Author URL Id" Propchange: ofbiz/branches/executioncontext20091231/framework/context/ofbiz-component.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
| Free forum by Nabble | Edit this page |
