Changeset 2036
- Timestamp:
- 06/01/08 16:48:35 (5 years ago)
- Location:
- FCKeditor.Java/trunk
- Files:
-
- 3 edited
-
java-core/pom.xml (modified) (1 diff)
-
java-core/src/main/java/net/fckeditor/tool/UtilsFile.java (modified) (1 diff)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/java-core/pom.xml
r2016 r2036 83 83 <plugin> 84 84 <artifactId>maven-pmd-plugin</artifactId> 85 <version>2.4</version> 85 86 <configuration> 86 87 <targetJdk>1.5</targetJdk> -
FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/UtilsFile.java
r2028 r2036 149 149 * @param request 150 150 * @param resourceType 151 * @return 151 * @return server-side path 152 152 */ 153 153 public static String constructServerSidePath(HttpServletRequest request, -
FCKeditor.Java/trunk/pom.xml
r2016 r2036 26 26 <module>java-demo</module> 27 27 </modules> 28 <properties> 29 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 30 </properties> 28 31 <build> 29 32 <defaultGoal>package</defaultGoal> 33 <!-- for future Maven 2.1 use --> 34 <!--<sourceEncoding>UTF-8</sourceEncoding>--> 30 35 <plugins> 31 36 <plugin>
Note: See TracChangeset
for help on using the changeset viewer.
