Author: vsiveton
Date: Sun Sep 11 13:23:03 2011
New Revision: 1169451

URL: http://svn.apache.org/viewvc?rev=1169451&view=rev
Log:
o added build script

Added:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat   (with props)
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh   (with props)

Added: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat?rev=1169451&view=auto
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat (added)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat Sun Sep 11 13:23:03 
2011
@@ -0,0 +1,25 @@
+@echo off
+
+rem Licensed to the Apache Software Foundation (ASF) under one or more
+rem contributor license agreements.  See the NOTICE file distributed with
+rem this work for additional information regarding copyright ownership.
+rem The ASF licenses this file to You under the Apache License, Version 2.0
+rem (the "License"); you may not use this file except in compliance with
+rem the License.  You may obtain a copy of the License at
+rem
+rem     http://www.apache.org/licenses/LICENSE-2.0
+rem
+rem Unless required by applicable law or agreed to in writing, software
+rem distributed under the License is distributed on an "AS IS" BASIS,
+rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+rem See the License for the specific language governing permissions and
+rem limitations under the License.
+
+SET BASEDIR=%~dp0
+
+rem Makes an OSGi bundle of doxia.
+mvn clean install -f %BASEDIR%/doxia-osgi/pom.xml
+
+rem Creates a feature and a P2 repository
+rem Builds Eclipse plugins
+mvn clean install -f %BASEDIR%/eclipse-plugins/pom.xml

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.bat
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh?rev=1169451&view=auto
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh (added)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh Sun Sep 11 13:23:03 
2011
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# 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.
+
+BASEDIR=`dirname $0`
+
+# Makes an OSGi bundle of doxia.
+mvn clean install -f $BASEDIR/doxia-osgi/pom.xml
+
+# Creates a feature and a P2 repository
+# Builds Eclipse plugins
+mvn clean install -f $BASEDIR/eclipse-plugins/pom.xml
\ No newline at end of file

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/sandbox/trunk/doxia/doxia-ide/eclipse/build.sh
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to