Skip to content

Commit

Permalink
added .travis.yml, oxygen repo data and removed comments in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aerhard committed May 17, 2015
1 parent 3d9886a commit 2579816
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
language: java
48 changes: 14 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>jar</packaging>
<version>1.0.0</version>
<url>https://github.com/richard-strauss-werke/glyphpicker</url>
<description>oXygen XML Editor plugin for glyph reference insertion in TEI documents</description>
<description>oXygen XML Editor plugin to insert glyph references into TEI documents</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -15,13 +15,6 @@
<artifactId>glazedlists_java15</artifactId>
<version>1.9.1</version>
</dependency>
<!--<dependency>-->
<!--<groupId>net.java.dev.glazedlists</groupId>-->
<!--<artifactId>glazedlists_java16</artifactId>-->
<!--<version>1.10-SNAPSHOT</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${project.basedir}/lib/glazedlists_java16-1.10-SNAPSHOT.jar</systemPath>-->
<!--</dependency>-->
<dependency>
<groupId>com.oxygenxml</groupId>
<artifactId>oxygen-sdk</artifactId>
Expand All @@ -39,6 +32,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>public</id>
<name>oXygen public artifacts</name>
<url>http://www.oxygenxml.com/maven</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -172,14 +178,6 @@
<filtering>true</filtering>
<targetPath>../update</targetPath>
</resource>
<!--<resource>-->
<!--<directory>lib</directory>-->
<!--<includes>-->
<!--<include>**/*.*</include>-->
<!--</includes>-->
<!--<filtering>false</filtering>-->
<!--<targetPath>../dependency-jars</targetPath>-->
<!--</resource>-->
</resources>
<testResources>
<testResource>
Expand All @@ -199,24 +197,6 @@
</includes>
<filtering>false</filtering>
</testResource>
<!-- Add filtered latest.xml to the root of the build folder; oXygen will
check this file for updates.
<testResource>
<directory>src/main/config</directory>
<includes>
<include>latest.xml</include>
</includes>
<filtering>true</filtering>
<targetPath>../update</targetPath>
</testResource>
<testResource>
<directory>lib</directory>
<includes>
<include>**/*.*</include>
</includes>
<filtering>false</filtering>
<targetPath>../dependency-jars</targetPath>
</testResource>-->
</testResources>
</build>
<profiles>
Expand Down

0 comments on commit 2579816

Please sign in to comment.