Author: rfeng
Date: Thu Nov 2 20:30:43 2006
New Revision: 470663
URL: http://svn.apache.org/viewvc?view=rev&rev=470663
Log:
Add javadocs
Modified:
incubator/tuscany/branches/sca-java-M2/sca/kernel/api/pom.xml
incubator/tuscany/branches/sca-java-M2/sca/kernel/host-api/pom.xml
incubator/tuscany/branches/sca-java-M2/sca/kernel/spi/pom.xml
incubator/tuscany/branches/sca-java-M2/sca/pom.xml
incubator/tuscany/branches/sca-java-M2/sca/services/containers/container.spring/pom.xml
Modified: incubator/tuscany/branches/sca-java-M2/sca/kernel/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/kernel/api/pom.xml?view=diff&rev=470663&r1=470662&r2=470663
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/kernel/api/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/kernel/api/pom.xml Thu Nov 2
20:30:43 2006
@@ -1,21 +1,21 @@
<?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.
+ * 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>
<parent>
@@ -39,4 +39,12 @@
<artifactId>junit</artifactId>
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: incubator/tuscany/branches/sca-java-M2/sca/kernel/host-api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/kernel/host-api/pom.xml?view=diff&rev=470663&r1=470662&r2=470663
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/kernel/host-api/pom.xml
(original)
+++ incubator/tuscany/branches/sca-java-M2/sca/kernel/host-api/pom.xml Thu Nov
2 20:30:43 2006
@@ -46,4 +46,13 @@
<artifactId>junit</artifactId>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
</project>
Modified: incubator/tuscany/branches/sca-java-M2/sca/kernel/spi/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/kernel/spi/pom.xml?view=diff&rev=470663&r1=470662&r2=470663
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/kernel/spi/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/kernel/spi/pom.xml Thu Nov 2
20:30:43 2006
@@ -1,21 +1,21 @@
<?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.
+ * 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>
<parent>
@@ -55,4 +55,14 @@
<artifactId>easymock</artifactId>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Modified: incubator/tuscany/branches/sca-java-M2/sca/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/pom.xml?view=diff&rev=470663&r1=470662&r2=470663
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/pom.xml Thu Nov 2 20:30:43 2006
@@ -37,6 +37,16 @@
<!-- definition of repositories where the parent pom can be found -->
<repositories>
+ <!-- needed for Apache webServices artifacts -->
+ <repository>
+ <id>apache.ws.m1.snapshots</id>
+ <name>Apache Web Services M1 Snapshot Repository</name>
+ <url>http://ws.zones.apache.org/repository</url>
+ <layout>legacy</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
@@ -61,6 +71,21 @@
</repository>
</repositories>
+ <pluginRepositories>
+ <!-- needed for SDO plugin -->
+ <pluginRepository>
+ <id>apache.incubator</id>
+ <name>Apache Incubator Repository</name>
+ <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<modules>
<module>kernel</module>
<module>test</module>
@@ -300,6 +325,25 @@
<jdk>1.5</jdk>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <aggregate>false</aggregate>
+ </configuration>
+ <executions>
+ <execution>
+ <id>package</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</pluginManagement>
</build>
Modified:
incubator/tuscany/branches/sca-java-M2/sca/services/containers/container.spring/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/services/containers/container.spring/pom.xml?view=diff&rev=470663&r1=470662&r2=470663
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/sca/services/containers/container.spring/pom.xml
(original)
+++
incubator/tuscany/branches/sca-java-M2/sca/services/containers/container.spring/pom.xml
Thu Nov 2 20:30:43 2006
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
- <version>2.0-rc3</version>
+ <version>2.0</version>
<scope>compile</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]