summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-09-05 17:44:29 +0200
committerGitHub <noreply@github.com>2018-09-05 17:44:29 +0200
commit25f0a082de8faa43f1d21e625dd77eb044d40c82 (patch)
treec1782314b38b425710474cbc1adc006f2d4e62fb /searchcore
parenteffa026363d34562643387373213e5059ad4f365 (diff)
Revert "Bratseth/handle large constants take 4"
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/pom.xml3
-rw-r--r--searchcore/src/main/java/com/yahoo/vespa/config/search/core/package-info.java7
2 files changed, 1 insertions, 9 deletions
diff --git a/searchcore/pom.xml b/searchcore/pom.xml
index 002ba1f508f..3b43bf1205e 100644
--- a/searchcore/pom.xml
+++ b/searchcore/pom.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0"?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -12,8 +11,8 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>searchcore</artifactId>
- <packaging>jar</packaging>
<version>6-SNAPSHOT</version>
+ <packaging>jar</packaging>
<name>${project.artifactId}</name>
<dependencies>
<dependency>
diff --git a/searchcore/src/main/java/com/yahoo/vespa/config/search/core/package-info.java b/searchcore/src/main/java/com/yahoo/vespa/config/search/core/package-info.java
deleted file mode 100644
index c29162d65ae..00000000000
--- a/searchcore/src/main/java/com/yahoo/vespa/config/search/core/package-info.java
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-@ExportPackage
-package com.yahoo.vespa.config.search.core;
-
-import com.yahoo.osgi.annotation.ExportPackage;
-