Author: doogie Date: Tue Apr 21 23:35:34 2015 New Revision: 1675225 URL: http://svn.apache.org/r1675225 Log: Add a pom.xml to framework/base.
Added: ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/pom.xml ofbiz/branches/OFBIZ-6271/framework/base/src/main/ ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/ ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/ ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/ ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/org.ofbiz.base.conversion.ConverterLoader ofbiz/branches/OFBIZ-6271/framework/base/src/test/ ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/ ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/ ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/ ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/org.ofbiz.base.util.test.UtilObjectTests$TestFactoryIntf Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml Added: ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/lib/commons/pom.xml Tue Apr 21 23:35:34 2015 @@ -0,0 +1,132 @@ +<?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> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.ofbiz</groupId> + <artifactId>ofbiz-framework</artifactId> + <version>TRUNK</version> + <relativePath>../../../pom.xml</relativePath> + </parent> + <artifactId>ofbiz-base-lib-commons</artifactId> + <packaging>pom</packaging> + + <dependencies> + <dependency> + <groupId>commons-beanutils-core</groupId> + <artifactId>commons-beanutils-core</artifactId> + <version>1.8.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-beanutils-core-1.8.3.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-cli-1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.10</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-codec-1.10.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-collections-3.2.1.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-compress</groupId> + <artifactId>commons-compress</artifactId> + <version>1.4.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-compress-1.4.1.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-csv</groupId> + <artifactId>commons-csv</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-csv-1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-el</groupId> + <artifactId>commons-el</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-el-1.0.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.3.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-fileupload-1.3.1.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-io-2.4.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-lang-2.6.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-logging-1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>3.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-net-3.3.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-pool2</groupId> + <artifactId>commons-pool2</artifactId> + <version>2.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-pool2-2.3.jar</systemPath> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>1.4.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/commons-validator-1.4.1.jar</systemPath> + </dependency> + </dependencies> +</project> Added: ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/lib/j2eespecs/pom.xml Tue Apr 21 23:35:34 2015 @@ -0,0 +1,111 @@ +<?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> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.ofbiz</groupId> + <artifactId>ofbiz-framework</artifactId> + <version>TRUNK</version> + <relativePath>../../../pom.xml</relativePath> + </parent> + <artifactId>ofbiz-base-lib-j2eespecs</artifactId> + <packaging>pom</packaging> + + <dependencies> + <dependency> + <groupId>annotations</groupId> + <artifactId>annotations</artifactId> + <version>3.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/annotations-api-3.0.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-activation</artifactId> + <version>1.0.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-activation_1.0.2_spec-1.0.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-j2ee-connector</artifactId> + <version>1.5</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-j2ee-connector_1.5_spec-2.0.0.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-jaxr</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-jaxr_1.0_spec-1.0.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-jaxrpc</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-jaxrpc_1.1_spec-1.0.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-jms</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-jms_1.1_spec-1.1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-jta</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-jta_1.1_spec-1.1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>geronimo</groupId> + <artifactId>geronimo-saaj</artifactId> + <version>1.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/geronimo-saaj_1.3_spec-1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>javax.el</groupId> + <artifactId>el-api</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/el-api-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/jsp-api-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>3.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/servlet-api-3.0.jar</systemPath> + </dependency> + </dependencies> +</project> Added: ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/lib/pom.xml Tue Apr 21 23:35:34 2015 @@ -0,0 +1,371 @@ +<?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> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.ofbiz</groupId> + <artifactId>ofbiz-framework</artifactId> + <version>TRUNK</version> + <relativePath>../../pom.xml</relativePath> + </parent> + <artifactId>ofbiz-base-lib</artifactId> + <packaging>pom</packaging> + + <dependencies> +<!-- +ant-1.9.0-ant.jar +ant-1.9.0-ant-junit.jar +ant-1.9.0-ant-launcher.jar +--> + <dependency> + <groupId>avalon-framework</groupId> + <artifactId>avalon-framework</artifactId> + <version>4.2.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/avalon-framework-4.2.0.jar</systemPath> + </dependency> + <dependency> + <groupId>barcode4j</groupId> + <artifactId>barcode4j-fop-ext-complete</artifactId> + <version>2.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/barcode4j-2.1-barcode4j-fop-ext-complete.jar</systemPath> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-all</artifactId> + <version>1.7</version> + <scope>system</scope> + <systemPath>${project.basedir}/batik-all-1.7.jar</systemPath> + </dependency> + <dependency> + <groupId>bsh-engine</groupId> + <artifactId>bsh</artifactId> + <version>2.0b4</version> + <scope>system</scope> + <systemPath>${project.basedir}/bsh-engine-modified.jar</systemPath> + </dependency> + <dependency> + <groupId>clhm</groupId> + <artifactId>clhm-release-lru</artifactId> + <version>1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/clhm-release-1.0-lru.jar</systemPath> + </dependency> + <dependency> + <groupId>esapi</groupId> + <artifactId>esapi</artifactId> + <version>2.1.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/esapi-2.1.0.jar</systemPath> + </dependency> + <dependency> + <groupId>fop</groupId> + <artifactId>fop</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/fop-1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.22</version> + <scope>system</scope> + <systemPath>${project.basedir}/freemarker-2.3.22.jar</systemPath> + </dependency> + <dependency> + <groupId>hamcrest-all</groupId> + <artifactId>hamcrest-all</artifactId> + <version>1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/hamcrest-all-1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>httpclient</groupId> + <artifactId>httpclient</artifactId> + <version>4.3.6</version> + <scope>system</scope> + <systemPath>${project.basedir}/httpclient-4.3.6.jar</systemPath> + </dependency> + <dependency> + <groupId>httpclient-cache</groupId> + <artifactId>httpclient-cache</artifactId> + <version>4.3.6</version> + <scope>system</scope> + <systemPath>${project.basedir}/httpclient-cache-4.3.6.jar</systemPath> + </dependency> + <dependency> + <groupId>httpcore</groupId> + <artifactId>httpcore</artifactId> + <version>4.3.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/httpcore-4.3.3.jar</systemPath> + </dependency> + <dependency> + <groupId>httpunit</groupId> + <artifactId>httpunit</artifactId> + <version>1.7</version> + <scope>system</scope> + <systemPath>${project.basedir}/httpunit-1.7.jar</systemPath> + </dependency> + <dependency> + <groupId>ical4j</groupId> + <artifactId>ical4j</artifactId> + <version>1.0-rc2</version> + <scope>system</scope> + <systemPath>${project.basedir}/ical4j-1.0-rc2.jar</systemPath> + </dependency> + <dependency> + <groupId>icu4j</groupId> + <artifactId>icu4j</artifactId> + <version>52_1</version> + <scope>system</scope> + <systemPath>${project.basedir}/icu4j-52_1.jar</systemPath> + </dependency> +<!-- +ivy-2.2.0.jar +--> + <dependency> + <groupId>jackson</groupId> + <artifactId>jackson-annotations</artifactId> + <version>2.4.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/jackson-annotations-2.4.0.jar</systemPath> + </dependency> + <dependency> + <groupId>jackson</groupId> + <artifactId>jackson-core</artifactId> + <version>2.4.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/jackson-core-2.4.2.jar</systemPath> + </dependency> + <dependency> + <groupId>jackson</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.4.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/jackson-databind-2.4.2.jar</systemPath> + </dependency> + <dependency> + <groupId>javolution</groupId> + <artifactId>javolution</artifactId> + <version>5.4.3</version> + <scope>system</scope> + <systemPath>${project.basedir}/javolution-5.4.3.jar</systemPath> + </dependency> + <dependency> + <groupId>jdbm</groupId> + <artifactId>jdbm</artifactId> + <version>1.0-SNAPSHOT</version> + <scope>system</scope> + <systemPath>${project.basedir}/jdbm-1.0-SNAPSHOT.jar</systemPath> + </dependency> + <dependency> + <groupId>jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/jdom-1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>jpim</groupId> + <artifactId>jpim</artifactId> + <version>0.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/jpim-0.1.jar</systemPath> + </dependency> + <dependency> + <groupId>juel-impl</groupId> + <artifactId>juel-impl</artifactId> + <version>2.2.7</version> + <scope>system</scope> + <systemPath>${project.basedir}/juel-impl-2.2.7.jar</systemPath> + </dependency> + <dependency> + <groupId>juel-spi</groupId> + <artifactId>juel-spi</artifactId> + <version>2.2.7</version> + <scope>system</scope> + <systemPath>${project.basedir}/juel-spi-2.2.7.jar</systemPath> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit-dep</artifactId> + <version>4.10</version> + <scope>system</scope> + <systemPath>${project.basedir}/junit-dep-4.10.jar</systemPath> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j-1.2-api</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/log4j-1.2-api-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/log4j-api-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/log4j-core-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j-nosql</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/log4j-nosql-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>2.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/log4j-slf4j-impl-2.2.jar</systemPath> + </dependency> + <dependency> + <groupId>mail</groupId> + <artifactId>mail</artifactId> + <version>1.5.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/mail-1.5.1.jar</systemPath> + </dependency> + <dependency> + <groupId>nekohtml</groupId> + <artifactId>nekohtml</artifactId> + <version>1.9.16</version> + <scope>system</scope> + <systemPath>${project.basedir}/nekohtml-1.9.16.jar</systemPath> + </dependency> + <dependency> + <groupId>resolver</groupId> + <artifactId>resolver</artifactId> + <version>2.9.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/resolver-2.9.1.jar</systemPath> + </dependency> + <dependency> + <groupId>serializer</groupId> + <artifactId>serializer</artifactId> + <version>2.9.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/serializer-2.9.1.jar</systemPath> + </dependency> + <dependency> + <groupId>slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.6.4</version> + <scope>system</scope> + <systemPath>${project.basedir}/slf4j-api-1.6.4.jar</systemPath> + </dependency> + <dependency> + <groupId>ws</groupId> + <artifactId>ws-commons-java5</artifactId> + <version>1.0.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/ws-commons-java5-1.0.1.jar</systemPath> + </dependency> + <dependency> + <groupId>ws</groupId> + <artifactId>ws-commons-util</artifactId> + <version>1.0.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/ws-commons-util-1.0.2.jar</systemPath> + </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.7.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/xalan-2.7.1.jar</systemPath> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + <version>2.9.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/xercesImpl-2.9.1.jar</systemPath> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>2.9.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/xml-apis-2.9.1.jar</systemPath> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis-ext</artifactId> + <version>1.3.04</version> + <scope>system</scope> + <systemPath>${project.basedir}/xml-apis-ext-1.3.04.jar</systemPath> + </dependency> + <dependency> + <groupId>xmlgraphics-commons</groupId> + <artifactId>xmlgraphics-commons</artifactId> + <version>1.5</version> + <scope>system</scope> + <systemPath>${project.basedir}/xmlgraphics-commons-1.5.jar</systemPath> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-client</artifactId> + <version>3.1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/xmlrpc-client-3.1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-common</artifactId> + <version>3.1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/xmlrpc-common-3.1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-server</artifactId> + <version>3.1.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/xmlrpc-server-3.1.2.jar</systemPath> + </dependency> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + <version>1.1.4c</version> + <scope>system</scope> + <systemPath>${project.basedir}/xpp3-1.1.4c.jar</systemPath> + </dependency> + <dependency> + <groupId>xstream</groupId> + <artifactId>xstream</artifactId> + <version>1.4.6</version> + <scope>system</scope> + <systemPath>${project.basedir}/xstream-1.4.6.jar</systemPath> + </dependency> + </dependencies> +</project> Added: ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/lib/scripting/pom.xml Tue Apr 21 23:35:34 2015 @@ -0,0 +1,83 @@ +<?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> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.ofbiz</groupId> + <artifactId>ofbiz-framework</artifactId> + <version>TRUNK</version> + <relativePath>../../../pom.xml</relativePath> + </parent> + <artifactId>ofbiz-base-lib-scripting</artifactId> + <packaging>pom</packaging> + + <dependencies> + <dependency> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.6</version> + <scope>system</scope> + <systemPath>${project.basedir}/antlr-2.7.6.jar</systemPath> + </dependency> + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>3.2</version> + <scope>system</scope> + <systemPath>${project.basedir}/asm-3.2.jar</systemPath> + </dependency> + <dependency> + <groupId>bsf</groupId> + <artifactId>bsf</artifactId> + <version>2.4.0</version> + <scope>system</scope> + <systemPath>${project.basedir}/bsf-2.4.0.jar</systemPath> + </dependency> + <dependency> + <groupId>bsh</groupId> + <artifactId>bsh</artifactId> + <version>2.0b4</version> + <scope>system</scope> + <systemPath>${project.basedir}/bsh-2.0b4.jar</systemPath> + </dependency> + <dependency> + <groupId>groovy-all</groupId> + <artifactId>groovy-all</artifactId> + <version>2.2.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/groovy-all-2.2.1.jar</systemPath> + </dependency> + <dependency> + <groupId>apache-oro</groupId> + <artifactId>oro</artifactId> + <version>2.0.8</version> + <scope>system</scope> + <systemPath>${project.basedir}/jakarta-oro-2.0.8.jar</systemPath> + </dependency> + <dependency> + <groupId>jython-nooro</groupId> + <artifactId>jython-nooro</artifactId> + <version>0.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/jython-nooro.jar</systemPath> + </dependency> + </dependencies> +</project> Added: ofbiz/branches/OFBIZ-6271/framework/base/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/pom.xml?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/pom.xml (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/pom.xml Tue Apr 21 23:35:34 2015 @@ -0,0 +1,108 @@ +<?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> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.ofbiz</groupId> + <artifactId>ofbiz-framework</artifactId> + <version>TRUNK</version> + <relativePath>../pom.xml</relativePath> + </parent> + <artifactId>ofbiz-base</artifactId> + + <dependencies> + <!-- internal dependencies --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-start</artifactId> + <version>TRUNK</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-base-lib</artifactId> + <version>TRUNK</version> + <type>pom</type> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-base-lib-commons</artifactId> + <version>TRUNK</version> + <type>pom</type> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-base-lib-j2eespecs</artifactId> + <version>TRUNK</version> + <type>pom</type> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ofbiz-base-lib-scripting</artifactId> + <version>TRUNK</version> + <type>pom</type> + </dependency> + </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <executions> + <execution> + <id>default-compile</id> + <configuration> + <excludes> + <exclude>**/test/*.java</exclude> + <exclude>**/org/ofbiz/base/util/OfbizJsBsfEngine.java</exclude> + <exclude>**/org/ofbiz/base/config/CoberturaInstrumenter.java</exclude> + </excludes> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/org/ofbiz/base/lang/test/ComparableRangeTests.java</include> + <include>**/org/ofbiz/base/util/test/IndentingWriterTests.java</include> + <include>**/org/ofbiz/base/util/test/ObjectTypeTests.java</include> + <include>**/org/ofbiz/base/util/test/UtilObjectTests.java</include> + <include>**/org/ofbiz/base/util/string/test/FlexibleStringExpanderTests.java</include> + <include>**/org/ofbiz/base/util/collections/test/FlexibleMapAccessorTests.java</include> + <include>**/org/ofbiz/base/util/test/TimeDurationTests.java</include> + <include>**/org/ofbiz/base/util/test/StringUtilTests.java</include> + <include>**/org/ofbiz/base/util/cache/test/UtilCacheTests.java</include> + <include>**/org/ofbiz/base/json/test/JSONTests.java</include> + <include>**/org/ofbiz/base/conversion/test/TestBooleanConverters.java</include> + <include>**/org/ofbiz/base/conversion/test/DateTimeTests.java</include> + <include>**/org/ofbiz/base/conversion/test/MiscTests.java</include> + <include>**/org/ofbiz/base/conversion/test/TestJSONConverters.java</include> + <include>**/org/ofbiz/base/util/test/UtilIOTests.java</include> + <include>**/org/ofbiz/base/test/BaseUnitTests.java</include> + <include>**/org/ofbiz/base/util/collections/test/GenericMapTest.java</include> + </includes> + </configuration> + </plugin> + </plugins> + </build> +</project> Added: ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/org.ofbiz.base.conversion.ConverterLoader URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/org.ofbiz.base.conversion.ConverterLoader?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/org.ofbiz.base.conversion.ConverterLoader (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/src/main/resources/META-INF/services/org.ofbiz.base.conversion.ConverterLoader Tue Apr 21 23:35:34 2015 @@ -0,0 +1,24 @@ +# 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. + +org.ofbiz.base.conversion.BooleanConverters +org.ofbiz.base.conversion.CollectionConverters +org.ofbiz.base.conversion.DateTimeConverters +org.ofbiz.base.conversion.JSONConverters +org.ofbiz.base.conversion.MiscConverters +org.ofbiz.base.conversion.NetConverters +org.ofbiz.base.conversion.NumberConverters Added: ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/org.ofbiz.base.util.test.UtilObjectTests$TestFactoryIntf URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/org.ofbiz.base.util.test.UtilObjectTests%24TestFactoryIntf?rev=1675225&view=auto ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/org.ofbiz.base.util.test.UtilObjectTests$TestFactoryIntf (added) +++ ofbiz/branches/OFBIZ-6271/framework/base/src/test/resources/META-INF/services/org.ofbiz.base.util.test.UtilObjectTests$TestFactoryIntf Tue Apr 21 23:35:34 2015 @@ -0,0 +1,19 @@ +# 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. + +org.ofbiz.base.util.test.UtilObjectTests$FirstTestFactory +org.ofbiz.base.util.test.UtilObjectTests$SecondTestFactory Modified: ofbiz/branches/OFBIZ-6271/framework/pom.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/OFBIZ-6271/framework/pom.xml?rev=1675225&r1=1675224&r2=1675225&view=diff ============================================================================== --- ofbiz/branches/OFBIZ-6271/framework/pom.xml (original) +++ ofbiz/branches/OFBIZ-6271/framework/pom.xml Tue Apr 21 23:35:34 2015 @@ -31,5 +31,10 @@ under the License. <modules> <module>start</module> + <module>base/lib</module> + <module>base/lib/commons</module> + <module>base/lib/j2eespecs</module> + <module>base/lib/scripting</module> + <module>base</module> </modules> </project>