Project

General

Profile

« Previous | Next » 

Revision 1539f59e

Added by Patrick Plitzner over 7 years ago

Add SNAPSHOT to cdmlib dependencies

View differences:

eu.etaxonomy.taxeditor.cdmlib/.classpath
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.3-SNAPSHOT.jar"/>
4
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.3-SNAPSHOT.jar"/>
5
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.3-SNAPSHOT.jar"/>
6
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.3-SNAPSHOT.jar"/>
7
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar"/>
8
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.3-SNAPSHOT.jar"/>
9
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.3-SNAPSHOT.jar"/>
10
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.3-SNAPSHOT.jar"/>
3 11
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4 12
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 13
	<classpathentry kind="src" path="src/main/java"/>
......
189 197
	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10-FINAL.jar"/>
190 198
	<classpathentry exported="true" kind="lib" path="lib/swagger-annotations-1.3.5.jar"/>
191 199
	<classpathentry exported="true" kind="lib" path="lib/apache-log4j-extras-1.2.17.jar"/>
192
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-commons-3.12.3.jar"/>
193
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-ext-3.12.3.jar"/>
194
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-io-3.12.3.jar"/>
195
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-model-3.12.3.jar"/>
196
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-persistence-3.12.3.jar" sourcepath="/home/cmathew/.m2/repository/eu/etaxonomy/cdmlib-persistence/3.12.0-SNAPSHOT/cdmlib-persistence-3.12.3-sources.jar"/>
197
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-print-3.12.3.jar"/>
198
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-remote-3.12.3.jar"/>
199
	<classpathentry exported="true" kind="lib" path="lib/cdmlib-services-3.12.3.jar"/>
200 200
	<classpathentry kind="output" path="target/classes"/>
201 201
</classpath>
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
659 659
 lib/poi-ooxml-schemas-3.10-FINAL.jar,
660 660
 lib/swagger-annotations-1.3.5.jar,
661 661
 lib/apache-log4j-extras-1.2.17.jar,
662
 lib/cdmlib-commons-3.12.3.jar,
663
 lib/cdmlib-ext-3.12.3.jar,
664
 lib/cdmlib-io-3.12.3.jar,
665
 lib/cdmlib-model-3.12.3.jar,
666
 lib/cdmlib-persistence-3.12.3.jar,
667
 lib/cdmlib-print-3.12.3.jar,
668
 lib/cdmlib-remote-3.12.3.jar,
669
 lib/cdmlib-services-3.12.3.jar
662
 lib/cdmlib-commons-3.12.3-SNAPSHOT.jar,
663
 lib/cdmlib-ext-3.12.3-SNAPSHOT.jar,
664
 lib/cdmlib-io-3.12.3-SNAPSHOT.jar,
665
 lib/cdmlib-model-3.12.3-SNAPSHOT.jar,
666
 lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar,
667
 lib/cdmlib-print-3.12.3-SNAPSHOT.jar,
668
 lib/cdmlib-remote-3.12.3-SNAPSHOT.jar,
669
 lib/cdmlib-services-3.12.3-SNAPSHOT.jar
670 670
Import-Package: eu.etaxonomy.cdm.api.application
eu.etaxonomy.taxeditor.cdmlib/build.properties
185 185
               lib/poi-ooxml-schemas-3.10-FINAL.jar,\
186 186
               lib/xmlbeans-2.3.0.jar,\
187 187
               lib/swagger-annotations-1.3.5.jar,\
188
               lib/cdmlib-commons-3.12.3.jar,\
189
               lib/cdmlib-ext-3.12.3.jar,\
190
               lib/cdmlib-io-3.12.3.jar,\
191
               lib/cdmlib-model-3.12.3.jar,\
192
               lib/cdmlib-persistence-3.12.3.jar,\
193
               lib/cdmlib-print-3.12.3.jar,\
194
               lib/cdmlib-remote-3.12.3.jar,\
195
               lib/cdmlib-services-3.12.3.jar,\
196 188
               lib/apache-log4j-extras-1.2.17.jar,\
197
               resources/cdm.map.ser
189
               resources/cdm.map.ser,\
190
               lib/cdmlib-commons-3.12.3-SNAPSHOT.jar,\
191
               lib/cdmlib-ext-3.12.3-SNAPSHOT.jar,\
192
               lib/cdmlib-io-3.12.3-SNAPSHOT.jar,\
193
               lib/cdmlib-model-3.12.3-SNAPSHOT.jar,\
194
               lib/cdmlib-persistence-3.12.3-SNAPSHOT.jar,\
195
               lib/cdmlib-print-3.12.3-SNAPSHOT.jar,\
196
               lib/cdmlib-remote-3.12.3-SNAPSHOT.jar,\
197
               lib/cdmlib-services-3.12.3-SNAPSHOT.jar
198 198

  
199 199
jars.compile.order = .
200 200
output.. = bin/
pom.xml
18 18
  <properties>
19 19
    <java.codelevel>1.6</java.codelevel>
20 20
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
    <cdmlib.version>3.12.3</cdmlib.version>
21
    <cdmlib.version>3.12.3-SNAPSHOT</cdmlib.version>
22 22
    <!-- TODO can we use project.version ????? -->
23 23
    <tycho.version>0.22.0</tycho.version>
24 24
    <taxeditor.version>3.12.3</taxeditor.version>

Also available in: Unified diff