You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by to...@apache.org on 2015/02/26 10:57:00 UTC

svn commit: r1662404 - in /labs/yay/trunk: api/ api/pom.xml api/src/main/java/org/apache/yay/package-info.java core/ pom.xml

Author: tommaso
Date: Thu Feb 26 09:57:00 2015
New Revision: 1662404

URL: http://svn.apache.org/r1662404
Log:
minor fixes (e.g. pom)

Added:
    labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java   (with props)
Modified:
    labs/yay/trunk/api/   (props changed)
    labs/yay/trunk/api/pom.xml
    labs/yay/trunk/core/   (props changed)
    labs/yay/trunk/pom.xml

Propchange: labs/yay/trunk/api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Feb 26 09:57:00 2015
@@ -0,0 +1 @@
+*.iml

Modified: labs/yay/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/labs/yay/trunk/api/pom.xml?rev=1662404&r1=1662403&r2=1662404&view=diff
==============================================================================
--- labs/yay/trunk/api/pom.xml (original)
+++ labs/yay/trunk/api/pom.xml Thu Feb 26 09:57:00 2015
@@ -18,19 +18,26 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>yay-api</artifactId>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-math3</artifactId>
-            <version>3.0</version>
-        </dependency>
-    </dependencies>
+
     <parent>
         <groupId>org.apache.yay</groupId>
         <artifactId>yay-parent</artifactId>
         <version>0.1-SNAPSHOT</version>
         <relativePath>../</relativePath>
     </parent>
+
+    <artifactId>yay-api</artifactId>
     <name>Yay API</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bndlib</artifactId>
+        </dependency>
+    </dependencies>
+
 </project>
\ No newline at end of file

Added: labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java
URL: http://svn.apache.org/viewvc/labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java?rev=1662404&view=auto
==============================================================================
--- labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java (added)
+++ labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java Thu Feb 26 09:57:00 2015
@@ -0,0 +1,24 @@
+/*
+ * 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.
+ */
+
+@Version("0.1.0")
+
+package org.apache.yay;
+
+import aQute.bnd.annotation.Version;
\ No newline at end of file

Propchange: labs/yay/trunk/api/src/main/java/org/apache/yay/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/yay/trunk/core/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Feb 26 09:57:00 2015
@@ -1 +1,5 @@
 *.iml
+
+.classpath
+.project
+.settings

Modified: labs/yay/trunk/pom.xml
URL: http://svn.apache.org/viewvc/labs/yay/trunk/pom.xml?rev=1662404&r1=1662403&r2=1662404&view=diff
==============================================================================
--- labs/yay/trunk/pom.xml (original)
+++ labs/yay/trunk/pom.xml Thu Feb 26 09:57:00 2015
@@ -70,8 +70,18 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.7</version>
+        <version>4.11</version>
       </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bndlib</artifactId>
+            <version>1.50.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math3</artifactId>
+            <version>3.0</version>
+        </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>



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