Author: jeff.yuchang
Date: 2009-12-16 03:31:12 -0500 (Wed, 16 Dec 2009)
New Revision: 391
Added:
branches/ODE/ODE-2.0-maven/jacob-ap/pom.xml
Modified:
branches/ODE/ODE-2.0-maven/pom.xml
Log:
* add pom for jacob-ap module.
Added: branches/ODE/ODE-2.0-maven/jacob-ap/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/jacob-ap/pom.xml (rev 0)
+++ branches/ODE/ODE-2.0-maven/jacob-ap/pom.xml 2009-12-16 08:31:12 UTC (rev 391)
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!--
+ ~ 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>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode-jacob-ap</artifactId>
+ <packaging>jar</packaging>
+ <name>ODE :: Java Concurrent Objects (JACOB) - APT</name>
+
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.ode</groupId>
+ <artifactId>ode</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </parent>
+
+ <dependencies>
+ <dependency>
+ <groupId>sun.jdk</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5.0</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+ </dependencies>
+
+
+</project>
Modified: branches/ODE/ODE-2.0-maven/pom.xml
===================================================================
--- branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 03:24:53 UTC (rev 390)
+++ branches/ODE/ODE-2.0-maven/pom.xml 2009-12-16 08:31:12 UTC (rev 391)
@@ -93,12 +93,12 @@
<derby.version>10.1.2.1</derby.version>
<xstream.version>1.2</xstream.version>
<junit.version>4.3.1</junit.version>
-
</properties>
<modules>
<module>utils</module>
+ <module>jacob-ap</module>
</modules>
<build>