You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/10/16 14:03:31 UTC

svn commit: r464455 - in /incubator/tuscany/sandbox/cr22rc/m2: ./ pom.xml svnm2.bat

Author: rineholt
Date: Mon Oct 16 05:03:30 2006
New Revision: 464455

URL: http://svn.apache.org/viewvc?view=rev&rev=464455
Log:
things that make building m2 easier

Added:
    incubator/tuscany/sandbox/cr22rc/m2/
    incubator/tuscany/sandbox/cr22rc/m2/pom.xml
    incubator/tuscany/sandbox/cr22rc/m2/svnm2.bat

Added: incubator/tuscany/sandbox/cr22rc/m2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/cr22rc/m2/pom.xml?view=auto&rev=464455
==============================================================================
--- incubator/tuscany/sandbox/cr22rc/m2/pom.xml (added)
+++ incubator/tuscany/sandbox/cr22rc/m2/pom.xml Mon Oct 16 05:03:30 2006
@@ -0,0 +1,55 @@
+<?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>
+    <groupId>org.apache.tuscany</groupId>
+    <artifactId>org.apache.tuscany.m2</artifactId>
+    <version>1.0-incubator-M2-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>Tuscany Project - M2</name>
+    <properties>
+        <sca.version>1.0-incubator-M2-SNAPSHOT</sca.version>
+        <scaKernelVersion>1.0-incubator-M2-SNAPSHOT</scaKernelVersion>
+        <axis2Version>SNAPSHOT</axis2Version>
+    </properties>
+
+    <!-- definition of repositories where the parent pom can be found -->
+
+    <modules>
+        <module>tags\java\pom\parent\1</module>
+        <module>tags\java\buildtools\1.0-incubator-M2</module>
+        <module>tags\java\spec\commonj\1.0-incubator-M2</module>
+        <module>tags\java\spec\sca\1.0-incubator-M2</module>
+        <module>branches\sdo-java-M2\sdo-api</module>
+        <module>branches\sdo-java-M2\sdo</module>
+        <module>branches\das-java-M2</module>
+        <module>branches\sca-java-M2\sca</module>
+        <module>branches\sca-java-M2\samples</module>
+
+    </modules>
+
+    <dependencyManagement>
+    </dependencyManagement>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+
+    </build>
+</project>

Added: incubator/tuscany/sandbox/cr22rc/m2/svnm2.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/cr22rc/m2/svnm2.bat?view=auto&rev=464455
==============================================================================
--- incubator/tuscany/sandbox/cr22rc/m2/svnm2.bat (added)
+++ incubator/tuscany/sandbox/cr22rc/m2/svnm2.bat Mon Oct 16 05:03:30 2006
@@ -0,0 +1,10 @@
+@echo off
+set OPERATION=%1
+if "%OPERATION%" =="" echo first argument must be operation  co or update & goto done
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/branches/das-java-M2 branches/das-java-M2
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/branches/sdo-java-M2 branches/sdo-java-M2
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2 branches/sca-java-M2
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/buildtools tags/java/buildtools
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/pom tags/java/pom 
+svn %OPERATION% https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/spec tags/java/spec
+:done



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org