You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/09/26 19:55:56 UTC

svn commit: r291694 - in /webservices/axis2/trunk/c/modules/xml/guththila: maven.xml project.properties project.xml

Author: samisa
Date: Mon Sep 26 10:55:43 2005
New Revision: 291694

URL: http://svn.apache.org/viewcvs?rev=291694&view=rev
Log:
Maven build files for Guththila

Added:
    webservices/axis2/trunk/c/modules/xml/guththila/maven.xml
    webservices/axis2/trunk/c/modules/xml/guththila/project.properties
    webservices/axis2/trunk/c/modules/xml/guththila/project.xml

Added: webservices/axis2/trunk/c/modules/xml/guththila/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/maven.xml?rev=291694&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/maven.xml (added)
+++ webservices/axis2/trunk/c/modules/xml/guththila/maven.xml Mon Sep 26 10:55:43 2005
@@ -0,0 +1,29 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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 default="all" xmlns:m="jelly:maven">
+
+  <goal name="build-sub-module">
+     <attainGoal name="nar:compile" />
+  </goal>
+  <goal name="compile-tests">
+     <attainGoal name="nar:compile-tests" />
+  </goal>
+  <goal name="all" prereqs="build-sub-module,compile-tests" />
+
+</project>

Added: webservices/axis2/trunk/c/modules/xml/guththila/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/project.properties?rev=291694&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/project.properties (added)
+++ webservices/axis2/trunk/c/modules/xml/guththila/project.properties Mon Sep 26 10:55:43 2005
@@ -0,0 +1,21 @@
+# -------------------------------------------------------------------
+# Copyright 2001-2004 The Apache Software Foundation.
+#
+# Licensed 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.
+# -------------------------------------------------------------------
+
+freehep.nar.src=src
+freehep.nar.outtype=shared
+#freehep.nar.test.src=test
+#freehep.nar.tests=om_test
+#freehep.nar.linker.test.arg.end=-Ltarget/nar/lib/i386-Linux-g++ -laxis2c-xml-om-nar-0.0

Added: webservices/axis2/trunk/c/modules/xml/guththila/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/guththila/project.xml?rev=291694&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/guththila/project.xml (added)
+++ webservices/axis2/trunk/c/modules/xml/guththila/project.xml Mon Sep 26 10:55:43 2005
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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>
+  <extend>../../../project.xml</extend>
+  <id>axis2c-xml-guththila</id>
+  <name>OM Framework</name>
+  <package>axis2c.xml.guththila.*</package>
+  <description>Guththila project.</description>
+  <shortDescription>Guththila project</shortDescription>
+
+  <dependencies>
+     <!--dependency>
+        <groupId>j2ee</groupId>
+        <artifactId>j2ee</artifactId>
+        <version>1.3.1</version>
+     </dependency-->
+  </dependencies>
+
+</project>