mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
remove old directories
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2710 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
1353
language-packs/Messages.properties
Normal file
1353
language-packs/Messages.properties
Normal file
File diff suppressed because it is too large
Load Diff
@@ -70,14 +70,11 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<tasks>
|
<tasks>
|
||||||
<mkdir dir="target/classes" />
|
<mkdir dir="target/classes" />
|
||||||
<copy todir="target/classes" includeEmptyDirs="false">
|
<native2ascii
|
||||||
<fileset dir="${basedir}">
|
encoding="UTF8"
|
||||||
<include name="**/*.properties" />
|
src="${basedir}/src/main/resources"
|
||||||
<exclude name="**/*.UTF-8" />
|
dest="${basedir}/target/classes"
|
||||||
<exclude name="*" />
|
includes="**/*.properties.UTF-8" ext=""/>
|
||||||
</fileset>
|
|
||||||
<flattenmapper />
|
|
||||||
</copy>
|
|
||||||
</tasks>
|
</tasks>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@@ -88,30 +85,18 @@
|
|||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
<dependencies>
|
||||||
<plugin>
|
<dependency>
|
||||||
<groupId>org.dspace.maven.plugins</groupId>
|
<groupId>org.apache.ant</groupId>
|
||||||
<artifactId>dspace-native2ascii-plugin</artifactId>
|
<artifactId>ant-nodeps</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.7.0</version>
|
||||||
<configuration>
|
</dependency>
|
||||||
<encoding>UTF8</encoding>
|
<dependency>
|
||||||
<includes>**/*.properties.UTF-8</includes>
|
<groupId>org.apache.ant</groupId>
|
||||||
<excludes>
|
<artifactId>ant</artifactId>
|
||||||
**/*.properties,src,target,pom.xml,.*
|
<version>1.7.0</version>
|
||||||
</excludes>
|
</dependency>
|
||||||
<mapFrom>*.properties.UTF-8</mapFrom>
|
</dependencies>
|
||||||
<mapTo>*.properties</mapTo>
|
|
||||||
<flatten>true</flatten>
|
|
||||||
<src>${basedir}</src>
|
|
||||||
</configuration>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<phase>generate-resources</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>native2ascii</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
@@ -126,11 +111,6 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.dspace</groupId>
|
|
||||||
<artifactId>dspace-api</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
Reference in New Issue
Block a user