# HG changeset patch # User Jaroslav Tulach # Date 1427013291 -3600 # Node ID fdd7f8e3c9e477048a1028ea3b6d90b61e69dc36 # Parent ca97def889117e2e894ac7329034059368d34130 Making sure we generate proper javadoc diff -r ca97def88911 -r fdd7f8e3c9e4 spring.lookup/manifest.mf --- a/spring.lookup/manifest.mf Thu Jun 07 20:34:55 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -Manifest-Version: 1.0 -OpenIDE-Module: org.netbeans.modules.spring.lookup -OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/spring/lookup/resources/Bundle.properties -OpenIDE-Module-Specification-Version: 1.1 - diff -r ca97def88911 -r fdd7f8e3c9e4 spring.lookup/pom.xml --- a/spring.lookup/pom.xml Thu Jun 07 20:34:55 2012 +0200 +++ b/spring.lookup/pom.xml Sun Mar 22 09:34:51 2015 +0100 @@ -1,54 +1,33 @@ - - 4.0.0 - org.apidesign - spring-lookup - jar - 1.2 - - org.apidesign - all-lookup - .. - 2.0 - - Bridge between Spring and Lookup - http://wiki.apidesign.org/wiki/LookupAndSpring - - hudson - http://hudson.apidesign.org/hudson/job/lookup - + + + 4.0.0 + org.apidesign + spring-lookup + jar + 1.2 + + org.apidesign + all-lookup + 2.0 + + Bridge between Spring and Lookup + http://wiki.apidesign.org/wiki/LookupAndSpring + + hudson + http://hudson.apidesign.org/hudson/job/lookup + org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.4.2 - - - **/*Test.java - - - - - org.apache.maven.plugins maven-javadoc-plugin - 2.5 + 2.10.1 true - http://bits.netbeans.org/6.8/javadoc/org-openide-util/ + http://bits.netbeans.org/8.0/javadoc/org-openide-util-lookup/ http://static.springsource.org/spring/docs/2.5.6/api/ - org.netbeans.modules.spring.lookup @@ -56,9 +35,8 @@ org.netbeans.api - org-netbeans-modules-nbjunit - RELEASE68 - test + org-openide-util-lookup + RELEASE80 org.netbeans.modules @@ -68,26 +46,26 @@ org.springframework - spring-core + spring-context 2.5.6 + jar - org.springframework - spring-beans - 2.5.6 - - - org.springframework - spring-context - 2.5.6 - - - org.netbeans.api - org-openide-util - RELEASE68 + junit + junit + 4.10 + test + jar - Provides mapping between Lookup library, -so it is directly usable with Spring Framework's -dependency injection. + + UTF-8 + 1.7 + 1.7 + + + Provides mapping between Lookup library, + so it is directly usable with Spring Framework's + dependency injection. + diff -r ca97def88911 -r fdd7f8e3c9e4 spring.lookup/src/main/java/org/apidesign/spring/package.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spring.lookup/src/main/java/org/apidesign/spring/package.html Sun Mar 22 09:34:51 2015 +0100 @@ -0,0 +1,50 @@ + + + + + + + + + Convert Lookup to ApplicationContext and back! + + diff -r ca97def88911 -r fdd7f8e3c9e4 spring.lookup/src/main/javadoc/org/apidesign/spring/package.html --- a/spring.lookup/src/main/javadoc/org/apidesign/spring/package.html Thu Jun 07 20:34:55 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ - - - - - - - - - Convert Lookup to ApplicationContext and back! - -