You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/07/02 16:14:40 UTC

[23/50] [abbrv] incubator-commonsrdf git commit: jena/target should not be in git

jena/target should not be in git


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/3c4f2789
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/3c4f2789
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/3c4f2789

Branch: refs/heads/jena
Commit: 3c4f27890e6024f860531a9976eee0158c0381d6
Parents: 7a2650a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Mar 28 02:29:17 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Mar 28 02:29:17 2016 +0100

----------------------------------------------------------------------
 jena/target/classes/META-INF/MANIFEST.MF        | 18 ------
 .../commons-rdf-jena/pom.properties             |  7 ---
 .../org.apache.commons/commons-rdf-jena/pom.xml | 61 --------------------
 3 files changed, 86 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/3c4f2789/jena/target/classes/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/jena/target/classes/META-INF/MANIFEST.MF b/jena/target/classes/META-INF/MANIFEST.MF
deleted file mode 100644
index 76e9374..0000000
--- a/jena/target/classes/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,18 +0,0 @@
-Manifest-Version: 1.0
-Implementation-Title: Commons RDF: Integration: Apache Jena
-Implementation-Version: 0.2.0-incubating-SNAPSHOT
-Built-By: stain
-Specification-Vendor: The Apache Software Foundation
-Implementation-Vendor-Id: org.apache
-Specification-Title: Commons RDF: Integration: Apache Jena
-Implementation-Vendor: The Apache Software Foundation
-X-Compile-Target-JDK: 1.8
-Implementation-Build: ${scmBranch}@r${buildNumber}; 2016-03-28 01:22:4
- 4+0000
-X-Compile-Source-JDK: 1.8
-Build-Jdk: 1.8.0_72-internal
-Implementation-URL: http://commonsrdf.incubator.apache.org/commons-rdf
- -jena
-Created-By: Maven Integration for Eclipse
-Specification-Version: 0.2.0-incubating-SNAPSHOT
-

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/3c4f2789/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.properties
----------------------------------------------------------------------
diff --git a/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.properties b/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.properties
deleted file mode 100644
index 833988c..0000000
--- a/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#Generated by Maven Integration for Eclipse
-#Mon Mar 28 02:22:45 BST 2016
-version=0.2.0-incubating-SNAPSHOT
-groupId=org.apache.commons
-m2e.projectName=commons-rdf-jena
-m2e.projectLocation=/home/stain/src/incubator-commonsrdf/jena
-artifactId=commons-rdf-jena

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/3c4f2789/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.xml b/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.xml
deleted file mode 100644
index bcfeaec..0000000
--- a/jena/target/classes/META-INF/maven/org.apache.commons/commons-rdf-jena/pom.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-rdf-parent</artifactId>
-        <version>0.2.0-incubating-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>commons-rdf-jena</artifactId>
-    <packaging>jar</packaging>
-
-    <name>Commons RDF: Integration: Apache Jena</name>
-    <description>Apache Jena implementation of Commons RDF API</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>${project.parent.groupId}</groupId>
-            <artifactId>commons-rdf-api</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-		<dependency>
-            <groupId>${project.parent.groupId}</groupId>
-            <artifactId>commons-rdf-simple</artifactId>
-            <version>${project.version}</version>
-        </dependency>        
-        <dependency>
-            <groupId>${project.parent.groupId}</groupId>
-            <artifactId>commons-rdf-api</artifactId>
-            <version>${project.version}</version>
-            <classifier>tests</classifier>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-</project>