You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by cm...@apache.org on 2012/08/20 00:00:14 UTC

svn commit: r1374866 - in /incubator/ooo/devtools/netbeansintegration/trunk/nbproject: genfiles.properties project.xml

Author: cmarcum
Date: Sun Aug 19 22:00:14 2012
New Revision: 1374866

URL: http://svn.apache.org/viewvc?rev=1374866&view=rev
Log:
added depenency on lookup api

Modified:
    incubator/ooo/devtools/netbeansintegration/trunk/nbproject/genfiles.properties
    incubator/ooo/devtools/netbeansintegration/trunk/nbproject/project.xml

Modified: incubator/ooo/devtools/netbeansintegration/trunk/nbproject/genfiles.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/nbproject/genfiles.properties?rev=1374866&r1=1374865&r2=1374866&view=diff
==============================================================================
--- incubator/ooo/devtools/netbeansintegration/trunk/nbproject/genfiles.properties (original)
+++ incubator/ooo/devtools/netbeansintegration/trunk/nbproject/genfiles.properties Sun Aug 19 22:00:14 2012
@@ -3,6 +3,6 @@ build.xml.script.CRC32=71d946a9
 build.xml.stylesheet.CRC32=1101b4cf
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=39761e45
+nbproject/build-impl.xml.data.CRC32=2c867a34
 nbproject/build-impl.xml.script.CRC32=0f0c9cde
-nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@2.47.1
+nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@2.50.1

Modified: incubator/ooo/devtools/netbeansintegration/trunk/nbproject/project.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/devtools/netbeansintegration/trunk/nbproject/project.xml?rev=1374866&r1=1374865&r2=1374866&view=diff
==============================================================================
--- incubator/ooo/devtools/netbeansintegration/trunk/nbproject/project.xml (original)
+++ incubator/ooo/devtools/netbeansintegration/trunk/nbproject/project.xml Sun Aug 19 22:00:14 2012
@@ -219,6 +219,14 @@
                     </run-dependency>
                 </dependency>
                 <dependency>
+                    <code-name-base>org.openide.util.lookup</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <specification-version>8.15.1</specification-version>
+                    </run-dependency>
+                </dependency>
+                <dependency>
                     <code-name-base>org.openide.windows</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>