From svnnotify ¡÷ sourceforge.jp Mon Apr 20 01:29:38 2009 From: svnnotify ¡÷ sourceforge.jp (svnnotify ¡÷ sourceforge.jp) Date: Mon, 20 Apr 2009 01:29:38 +0900 Subject: [Beansgenerator-svn] SVN: [19] Message-ID: <1240158578.101727.19748.nullmailer@users.sourceforge.jp> Revision: 19 http://svn.sourceforge.jp/view?root=beansgenerator&view=rev&rev=19 Author: masatomix Date: 2009-04-20 01:29:37 +0900 (Mon, 20 Apr 2009) Log Message: ----------- Modified Paths: -------------- trunk/nu.mine.kino.plugin.libs/.classpath trunk/nu.mine.kino.plugin.libs/META-INF/MANIFEST.MF Added Paths: ----------- trunk/nu.mine.kino.plugin.libs/.settings/ trunk/nu.mine.kino.plugin.libs/.settings/org.eclipse.jdt.core.prefs Removed Paths: ------------- trunk/nu.mine.kino.plugin.libs/lib/commons-logging-1.1.jar -------------- next part -------------- Modified: trunk/nu.mine.kino.plugin.libs/.classpath =================================================================== --- trunk/nu.mine.kino.plugin.libs/.classpath 2009-03-29 09:10:28 UTC (rev 18) +++ trunk/nu.mine.kino.plugin.libs/.classpath 2009-04-19 16:29:37 UTC (rev 19) @@ -1,15 +1,14 @@ - - - - - - - - - - + + + + + + + + + Added: trunk/nu.mine.kino.plugin.libs/.settings/org.eclipse.jdt.core.prefs =================================================================== --- trunk/nu.mine.kino.plugin.libs/.settings/org.eclipse.jdt.core.prefs (rev 0) +++ trunk/nu.mine.kino.plugin.libs/.settings/org.eclipse.jdt.core.prefs 2009-04-19 16:29:37 UTC (rev 19) @@ -0,0 +1,7 @@ +#Sat Apr 18 09:45:41 JST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.5 Property changes on: trunk/nu.mine.kino.plugin.libs/.settings/org.eclipse.jdt.core.prefs ___________________________________________________________________ Added: svn:mime-type + text/plain Modified: trunk/nu.mine.kino.plugin.libs/META-INF/MANIFEST.MF =================================================================== --- trunk/nu.mine.kino.plugin.libs/META-INF/MANIFEST.MF 2009-03-29 09:10:28 UTC (rev 18) +++ trunk/nu.mine.kino.plugin.libs/META-INF/MANIFEST.MF 2009-04-19 16:29:37 UTC (rev 19) @@ -5,12 +5,11 @@ Bundle-Version: 1.0.6 Bundle-Activator: nu.mine.kino.plugin.libs.LibraryPlugin Require-Bundle: org.eclipse.core.runtime -Eclipse-LazyStart: true +Bundle-ActivationPolicy: lazy Bundle-ClassPath: lib/commons-lang-2.4.jar, lib/jxl.jar, lib/oro.jar, lib/xlsbeans.jar, - lib/commons-logging-1.1.jar, lib/commons-beanutils-1.8.0.jar, lib/commons-collections-3.2.1.jar, lib/commons-logging-1.1.1.jar, @@ -72,23 +71,40 @@ net.java.amateras.xlsbeans.sandbox, net.java.amateras.xlsbeans.xml;uses:="net.java.amateras.xlsbeans,junit.framework", nu.mine.kino.plugin.libs;uses:="org.osgi.framework,org.eclipse.core.runtime", - org.apache.commons.beanutils, - org.apache.commons.beanutils.converters, + org.apache.commons.beanutils;uses:="org.apache.commons.beanutils.expression,org.apache.commons.collections.keyvalue,org.apache.commons.collections", + org.apache.commons.beanutils.converters;uses:="org.apache.commons.beanutils,org.apache.commons.logging", org.apache.commons.beanutils.expression, - org.apache.commons.beanutils.locale, - org.apache.commons.beanutils.locale.converters, - org.apache.commons.collections, - org.apache.commons.collections.bag, - org.apache.commons.collections.bidimap, - org.apache.commons.collections.buffer, - org.apache.commons.collections.collection, - org.apache.commons.collections.comparators, - org.apache.commons.collections.functors, - org.apache.commons.collections.iterators, - org.apache.commons.collections.keyvalue, - org.apache.commons.collections.list, - org.apache.commons.collections.map, - org.apache.commons.collections.set, + org.apache.commons.beanutils.locale;uses:="org.apache.commons.beanutils,org.apache.commons.collections", + org.apache.commons.beanutils.locale.converters;uses:="org.apache.commons.beanutils.locale", + org.apache.commons.collections;uses:="new org.apache.commons.collections,org.apache.commons.collections.keyvalue", + org.apache.commons.collections.bag;uses:="org.apache.commons.collections.collection,org.apache.commons.collections.set,org.apache.commons.collections", + org.apache.commons.collections.bidimap; + uses:="org.apache.commons.collections.map, + org.apache.commons.collections.collection, + org.apache.commons.collections.iterators, + org.apache.commons.collections.keyvalue, + org.apache.commons.collections", + org.apache.commons.collections.buffer;uses:="org.apache.commons.collections.collection,org.apache.commons.collections", + org.apache.commons.collections.collection;uses:="org.apache.commons.collections", + org.apache.commons.collections.comparators;uses:="org.apache.commons.collections", + org.apache.commons.collections.functors;uses:="new org.apache.commons.collections.functors,org.apache.commons.collections", + org.apache.commons.collections.iterators;uses:="org.apache.commons.collections", + org.apache.commons.collections.keyvalue;uses:="org.apache.commons.collections", + org.apache.commons.collections.list; + uses:="new org.apache.commons.collections.list, + org.apache.commons.collections.collection, + org.apache.commons.collections.iterators, + org.apache.commons.collections", + org.apache.commons.collections.map; + uses:="org.apache.commons.collections.iterators, + org.apache.commons.collections.set, + org.apache.commons.collections.keyvalue, + org.apache.commons.collections", + org.apache.commons.collections.set; + uses:="org.apache.commons.collections.collection, + org.apache.commons.collections.iterators, + new org.apache.commons.collections.set, + org.apache.commons.collections", org.apache.commons.lang;uses:="org.apache.commons.lang.exception", org.apache.commons.lang.builder, org.apache.commons.lang.enums, @@ -99,11 +115,11 @@ org.apache.commons.lang.time, org.apache.commons.logging, org.apache.commons.logging.impl; - uses:="org.apache.log4j, - javax.servlet, - org.apache.avalon.framework.logger, + uses:="org.apache.avalon.framework.logger, org.apache.commons.logging, - org.apache.log", + org.apache.log, + org.apache.log4j, + javax.servlet", org.apache.oro.io;uses:="org.apache.oro.text.regex,org.apache.oro.text", org.apache.oro.text;uses:="org.apache.oro.text.regex,org.apache.oro.util", org.apache.oro.text.awk;uses:="org.apache.oro.text.regex", @@ -112,3 +128,4 @@ org.apache.oro.util Bundle-Localization: plugin Bundle-Vendor: %providerName +Bundle-RequiredExecutionEnvironment: J2SE-1.5 Deleted: trunk/nu.mine.kino.plugin.libs/lib/commons-logging-1.1.jar =================================================================== (Binary files differ)