You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2008/04/18 14:15:02 UTC

svn commit: r649487 - in /cayenne/sandbox/dbpatch: ./ docs/ src/ src/main/ src/main/org/ src/main/org/apache/ src/main/org/apache/ant/ src/main/org/apache/ant/dbpatch/ src/test/ src/test/antunit/ src/test/junit/

Author: aadamchik
Date: Fri Apr 18 05:14:58 2008
New Revision: 649487

URL: http://svn.apache.org/viewvc?rev=649487&view=rev
Log:
aligning DBpatch with Antlib requirements

Added:
    cayenne/sandbox/dbpatch/
    cayenne/sandbox/dbpatch/NOTICE
    cayenne/sandbox/dbpatch/build.xml
    cayenne/sandbox/dbpatch/changes.xml
    cayenne/sandbox/dbpatch/docs/
    cayenne/sandbox/dbpatch/docs/cover.html   (with props)
    cayenne/sandbox/dbpatch/docs/favicon.ico   (with props)
    cayenne/sandbox/dbpatch/docs/index.html   (with props)
    cayenne/sandbox/dbpatch/docs/toc.html   (with props)
    cayenne/sandbox/dbpatch/src/
    cayenne/sandbox/dbpatch/src/main/
    cayenne/sandbox/dbpatch/src/main/org/
    cayenne/sandbox/dbpatch/src/main/org/apache/
    cayenne/sandbox/dbpatch/src/main/org/apache/ant/
    cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/
    cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/antlib.xml
    cayenne/sandbox/dbpatch/src/test/
    cayenne/sandbox/dbpatch/src/test/antunit/
    cayenne/sandbox/dbpatch/src/test/junit/
    cayenne/sandbox/dbpatch/version.properties

Added: cayenne/sandbox/dbpatch/NOTICE
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/NOTICE?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/NOTICE (added)
+++ cayenne/sandbox/dbpatch/NOTICE Fri Apr 18 05:14:58 2008
@@ -0,0 +1,11 @@
+   =========================================================================
+   ==  NOTICE file corresponding to the section 4 d of                    ==
+   ==  the Apache License, Version 2.0                                    ==
+   =========================================================================
+
+   Apache dbpatch
+   Copyright 2008 The Apache Software Foundation
+
+   This product includes software developed by
+   The Apache Software Foundation (http://www.apache.org/).
+

Added: cayenne/sandbox/dbpatch/build.xml
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/build.xml?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/build.xml (added)
+++ cayenne/sandbox/dbpatch/build.xml Fri Apr 18 05:14:58 2008
@@ -0,0 +1,26 @@
+<?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 default="compile" name="dbpatch">
+
+  <!-- easy way to override properties -->
+  <property file="build.properties"/>
+
+  <import file="common/build.xml"/>
+
+</project>
+        
\ No newline at end of file

Added: cayenne/sandbox/dbpatch/changes.xml
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/changes.xml?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/changes.xml (added)
+++ cayenne/sandbox/dbpatch/changes.xml Fri Apr 18 05:14:58 2008
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE contributors
+[
+<!ELEMENT name (first?, middle?, last)>
+<!ELEMENT contributors (introduction, name+)>
+<!ELEMENT first (#PCDATA)>
+<!ELEMENT introduction (#PCDATA)>
+<!ELEMENT middle (#PCDATA)>
+<!ELEMENT last (#PCDATA)>
+]
+>
+<contributors>
+  <introduction>
+  These are some of the many people who have helped with this Ant Library.
+  </introduction>
+  
+  <name>
+    <first>Andrus</first>
+    <last>Adamchik</last>
+  </name>
+</contributors>
+        
\ No newline at end of file

Added: cayenne/sandbox/dbpatch/docs/cover.html
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/docs/cover.html?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/docs/cover.html (added)
+++ cayenne/sandbox/dbpatch/docs/cover.html Fri Apr 18 05:14:58 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+  <head>
+    <meta content="en-us" http-equiv="Content-Language" />
+    <link href="style.css" rel="stylesheet" type="text/css" />
+    <title>dbpatch</title>
+  </head>
+  <body>
+    <h2>dbpatch</h2>
+    <p>TODO: something about this antlib</p>
+    <h3>What&apos;s this?</h3>
+    <h3>Building</h3>
+    <p>dependencies on Ant , external libs and tools      <i>version?</i>
+    </p>
+    <h3>Using</h3>
+  </body>
+</html>

Propchange: cayenne/sandbox/dbpatch/docs/cover.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: cayenne/sandbox/dbpatch/docs/favicon.ico
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/docs/favicon.ico?rev=649487&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/sandbox/dbpatch/docs/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/sandbox/dbpatch/docs/index.html
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/docs/index.html?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/docs/index.html (added)
+++ cayenne/sandbox/dbpatch/docs/index.html Fri Apr 18 05:14:58 2008
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+  <head>
+    <meta content="en-us" http-equiv="Content-Language" />
+    <link href="style.css" rel="stylesheet" type="text/css" />
+    <title>User Manual - dbpatch</title>
+  </head>
+  <frameset cols="26%,74%">
+    <frame name="navFrame" src="toc.html" />
+    <frame name="mainFrame" src="cover.html" />
+  </frameset>
+  <noframes>
+    <H2>User Manual - dbpatch</H2>
+    <a href="toc.html">User Manual - dbpatch</a>
+  </noframes>
+</html>

Propchange: cayenne/sandbox/dbpatch/docs/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: cayenne/sandbox/dbpatch/docs/toc.html
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/docs/toc.html?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/docs/toc.html (added)
+++ cayenne/sandbox/dbpatch/docs/toc.html Fri Apr 18 05:14:58 2008
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html>
+  <head>
+    <meta content="en-us" http-equiv="Content-Language" />
+    <link href="style.css" rel="stylesheet" type="text/css" />
+    <title>dbpatch</title>
+    <base target="mainFrame" />
+  </head>
+  <body>
+    <a href="cover.html">Overview</a>
+    <br />
+    <h2>Tasks</h2>
+    <a href="task.html">task</a>
+    <br />
+  </body>
+</html>

Propchange: cayenne/sandbox/dbpatch/docs/toc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/antlib.xml
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/antlib.xml?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/antlib.xml (added)
+++ cayenne/sandbox/dbpatch/src/main/org/apache/ant/dbpatch/antlib.xml Fri Apr 18 05:14:58 2008
@@ -0,0 +1,36 @@
+<?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.
+-->
+<antlib>
+  <!--
+  <taskdef
+    name=""
+    classname="org.apache.ant.dbpatch."
+  />
+  <macrodef name="">
+    <attribute name="" default=""/>
+    <element name="" optional="yes"/>
+    <text name="text" optional="yes" trim="true"/>
+    <sequential>
+        <echo/>
+    </sequential>
+  </macrodef>
+  <presetdef name="">
+  </presetdef>
+  -->
+</antlib>
+        
\ No newline at end of file

Added: cayenne/sandbox/dbpatch/version.properties
URL: http://svn.apache.org/viewvc/cayenne/sandbox/dbpatch/version.properties?rev=649487&view=auto
==============================================================================
--- cayenne/sandbox/dbpatch/version.properties (added)
+++ cayenne/sandbox/dbpatch/version.properties Fri Apr 18 05:14:58 2008
@@ -0,0 +1 @@
+#artifact.version=1.0alpha
\ No newline at end of file