Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@96284 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-05-29 13:33:03 +00:00 committed by Giancarlo Panichi
parent ee7d20aa5b
commit 43257afa45
2 changed files with 10 additions and 9 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<classpath> <classpath>
<classpathentry kind="src" output="target/tabular-data-sdmx-import-widget-2.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/java"> <classpathentry kind="src" output="target/tabular-data-sdmx-import-widget-2.2.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes> <attributes>
<attribute name="optional" value="true"/> <attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry excluding="**" kind="src" output="target/tabular-data-sdmx-import-widget-2.1.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources"> <classpathentry excluding="**" kind="src" output="target/tabular-data-sdmx-import-widget-2.2.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
@ -33,5 +33,5 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/> <attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="output" path="target/tabular-data-sdmx-import-widget-2.1.0-SNAPSHOT/WEB-INF/classes"/> <classpathentry kind="output" path="target/tabular-data-sdmx-import-widget-2.2.0-SNAPSHOT/WEB-INF/classes"/>
</classpath> </classpath>

View File

@ -1,14 +1,15 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.2-1-0" <Changeset component="${groupId}.${artifactId}.2-2-0" date="2014-06-05">
date="2014-04-04"> <Change>Updated import</Change>
<Change>Updated Pom</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.2-1-0" date="2014-04-04">
<Change>Internal registry retrieve fixed</Change> <Change>Internal registry retrieve fixed</Change>
</Changeset> </Changeset>
<Changeset component="${groupId}.${artifactId}.2-0-0" <Changeset component="${groupId}.${artifactId}.2-0-0" date="2014-02-01">
date="2014-02-01">
<Change>Updated service client library</Change> <Change>Updated service client library</Change>
</Changeset> </Changeset>
<Changeset component="${groupId}.${artifactId}.1-0-0" <Changeset component="${groupId}.${artifactId}.1-0-0" date="2013-10-18">
date="2013-10-18">
<Change>First Release</Change> <Change>First Release</Change>
</Changeset> </Changeset>
</ReleaseNotes> </ReleaseNotes>